]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: h3ulcb: enable USB2.0 Host channel 1
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 31 Aug 2016 10:04:03 +0000 (13:04 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 8 Sep 2016 07:35:06 +0000 (09:35 +0200)
This supports USB2.0 Host channel 1 on H3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts

index c7ce96f907225a755eecab54ce2d267250ec6fd9..234b66a9e16378c62dfe3f091353ae8f7af07198 100644 (file)
 
        status = "okay";
 };
+
+&ehci1 {
+       status = "okay";
+};
+
+&ohci1 {
+       status = "okay";
+};