]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
arm64: dts: renesas: r8a77995: draak: enable USB2.0 PHY
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 14 Sep 2017 10:30:42 +0000 (19:30 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 21 Sep 2017 08:59:22 +0000 (10:59 +0200)
This patch enables USB2.0 PHY for R-Car D3 draak board.

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 19c5462d8b678bde79c271b70b9061aa17b5e761..454658ac6efca4c50cfb3ffdaa58c6f25643662e 100644 (file)
                function = "scif2";
        };
 
+       usb0_pins: usb0 {
+               groups = "usb0";
+               function = "usb0";
+       };
 };
 
 &scif2 {
        status = "okay";
 };
 
+&usb2_phy0 {
+       pinctrl-0 = <&usb0_pins>;
+       pinctrl-names = "default";
+
+       status = "okay";
+};
+
 &rwdt {
        timeout-sec = <60>;
        status = "okay";