arm64: dts: renesas: r8a77995: draak: enable USB2.0 Host (EHCI/OHCI)
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 14 Sep 2017 10:30:43 +0000 (19:30 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 25 Sep 2017 07:01:56 +0000 (09:01 +0200)
This patch enables USB2.0 Host (EHCI/OHCI) for r8a77995.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77995-draak.dts

index 454658a..7b776cb 100644 (file)
        };
 };
 
+&ehci0 {
+       status = "okay";
+};
+
+&ohci0 {
+       status = "okay";
+};
+
 &scif2 {
        pinctrl-0 = <&scif2_pins>;
        pinctrl-names = "default";