arm64: dts: renesas: salvator-common: enable usb3_phy0 node
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 7 Dec 2017 09:55:41 +0000 (18:55 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 21 Dec 2017 09:22:11 +0000 (10:22 +0100)
This patch enables usb3_phy0 node for Salvator-X[S].

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index 4e800e933944c2b2c0890290f5f7ebfe2e34c01b..38831a734019350f1e1d80fa36275bc7156f53a2 100644 (file)
        shared-pin;
 };
 
+&usb_extal_clk {
+       clock-frequency = <50000000>;
+};
+
 &usb2_phy0 {
        pinctrl-0 = <&usb0_pins>;
        pinctrl-names = "default";
        status = "okay";
 };
 
+&usb3_phy0 {
+       status = "okay";
+};
+
+&usb3s0_clk {
+       clock-frequency = <100000000>;
+};
+
 &wdt0 {
        timeout-sec = <60>;
        status = "okay";