Skip to content

Commit c794f6a

Browse files
Sergei Shtylyovhorms
authored andcommitted
ARM: shmobile: porter: add HS-USB DT support
Enable HS-USB device for the Porter board, defining the GPIO that the driver should check when probing (which is the ID output from MAX3355 OTG chip). Note that there will be pinctrl-related error messages if both internal PCI and HS-USB drivers are enabled but they should be just ignored. This patch is analogous to the commit 6f4f715 ("ARM: shmobile: henninger: enable HS-USB") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 99f7445 commit c794f6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/r8a7791-porter.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@
269269
status = "okay";
270270
};
271271

272+
&hsusb {
273+
pinctrl-0 = <&usb0_pins>;
274+
pinctrl-names = "default";
275+
276+
status = "okay";
277+
renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>;
278+
};
279+
272280
&usbphy {
273281
status = "okay";
274282
};

0 commit comments

Comments
 (0)