Skip to content

Commit

Permalink
ARM: exynos: dts: Fixed vbus-gpios
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
dianders authored and olofj committed May 9, 2013
1 parent 0885846 commit c58c1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
};

usb@12110000 {
samsung,vbus-gpio = <&gpx2 6 1 3 3>;
samsung,vbus-gpio = <&gpx2 6 0>;
};

dp-controller {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
};

usb@12110000 {
samsung,vbus-gpio = <&gpx1 1 1 3 3>;
samsung,vbus-gpio = <&gpx1 1 0>;
};

fixed-rate-clocks {
Expand Down

0 comments on commit c58c1a4

Please sign in to comment.