arm64: dts: renesas: salvator-common: add pfc node for USB3.0 channel 0
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 3 Oct 2017 08:01:12 +0000 (17:01 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Oct 2017 07:51:14 +0000 (09:51 +0200)
Since a R-Car Gen3 bootloader enables the PFC of USB3.0 channel 0,
the USB3.0 host controller works without this setting on the kernel.
But, this setting should have salvator-common.dtsi. So, this patch
adds the pfc node for USB3.0 channel 0.

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/salvator-common.dtsi

index 99d8180c71f7588dd94acb9ce5034d8593d9b8ea..af434dcd21972cdd1d7cfd58f30fdc870da94ee0 100644 (file)
                        bias-pull-down;
                };
        };
+
+       usb30_pins: usb30 {
+               groups = "usb30";
+               function = "usb30";
+       };
 };
 
 &pwm1 {
 };
 
 &xhci0 {
+       pinctrl-0 = <&usb30_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };