diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-02-13 17:26:34 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-03-01 19:46:56 -0500 |
commit | 949024d6702d1da8a266f42226d8402f0df078dc (patch) | |
tree | a174467d218bd7179bd729cff711abe643d7704f /arch/arm | |
parent | 8bc403b78ffb774d8dc944abb0826c46c0dca09d (diff) |
ARM: dts: porter: remove enable prop from HS-USB device node
In the final versions of the Porter board (called "PORTER_C") Renesas
decided to get rid of the Maxim Integrated MAX3355 OTG chip and didn't
add any other provision to differ the host/gadget mode, so we'll have to
remove no longer valid "renesas,enable-gpio" property from the HS-USB
device node. Hopefully, the earlier revisions of the board were never
seen in the wild...
Fixes: c794f6a09a25 ("ARM: shmobile: porter: add HS-USB DT support")
Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 6713b1ea732b..01d239c3eaaa 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts | |||
@@ -283,7 +283,6 @@ | |||
283 | pinctrl-names = "default"; | 283 | pinctrl-names = "default"; |
284 | 284 | ||
285 | status = "okay"; | 285 | status = "okay"; |
286 | renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>; | ||
287 | }; | 286 | }; |
288 | 287 | ||
289 | &usbphy { | 288 | &usbphy { |