Skip to content

Commit

Permalink
ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
Browse files Browse the repository at this point in the history
Like LibreTech-CC, the USB0 needs the 5V regulator to be enabled to power the
devices on the P212 Reference Design based boards.

Fixes: b9f07cb ("ARM64: dts: meson-gxl-s905x-p212: enable the USB controller")
Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
superna9999 authored and khilman committed Jun 27, 2018
1 parent e490520 commit d511b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,10 @@
&usb0 {
status = "okay";
};

&usb2_phy0 {
/*
* HDMI_5V is also used as supply for the USB VBUS.
*/
phy-supply = <&hdmi_5v>;
};

0 comments on commit d511b3e

Please sign in to comment.