ARM: exynos: dts: Fixed vbus-gpios
The 'samsung,vbus-gpio' was submitted before pinmux landed for exynos5250 and uses the old-style gpio specifier. Fix the two exynos5250 boards that use it. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
0885846188
commit
c58c1a4c11
@ -214,7 +214,7 @@
|
||||
};
|
||||
|
||||
usb@12110000 {
|
||||
samsung,vbus-gpio = <&gpx2 6 1 3 3>;
|
||||
samsung,vbus-gpio = <&gpx2 6 0>;
|
||||
};
|
||||
|
||||
dp-controller {
|
||||
|
@ -183,7 +183,7 @@
|
||||
};
|
||||
|
||||
usb@12110000 {
|
||||
samsung,vbus-gpio = <&gpx1 1 1 3 3>;
|
||||
samsung,vbus-gpio = <&gpx1 1 0>;
|
||||
};
|
||||
|
||||
fixed-rate-clocks {
|
||||
|
Loading…
Reference in New Issue
Block a user