Skip to content

Commit

Permalink
ARM64: dts: meson-gxbb-vega-s95: Enable USB Nodes
Browse files Browse the repository at this point in the history
Enable both gxbb USB controller and add a 5V regulator for the OTG port
VBUS

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Martin Blumenstingl authored and Kevin Hilman committed Sep 15, 2016
1 parent 8735053 commit c763eb8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@
chosen {
stdout-path = "serial0:115200n8";
};

usb_vbus: regulator-usb0-vbus {
compatible = "regulator-fixed";

regulator-name = "USB0_VBUS";

regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;

gpio = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
enable-active-high;
};

};

&uart_AO {
Expand All @@ -72,3 +85,20 @@
pinctrl-0 = <&eth_pins>;
pinctrl-names = "default";
};

&usb0_phy {
status = "okay";
phy-supply = <&usb_vbus>;
};

&usb1_phy {
status = "okay";
};

&usb0 {
status = "okay";
};

&usb1 {
status = "okay";
};

0 comments on commit c763eb8

Please sign in to comment.