diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2017-12-07 04:55:41 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-12-21 04:22:11 -0500 |
commit | d27f4ba7cc1556dd0e7806fd45b5430cbd6f9538 (patch) | |
tree | 4b0606c6b207a3d597647bddc649ca9c792a1ce6 | |
parent | 488153d9fb3aa3d5b2e3acac34191917b83dbcd9 (diff) |
arm64: dts: renesas: salvator-common: enable usb3_phy0 node
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>
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-common.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index 4e800e933944..38831a734019 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi | |||
@@ -648,6 +648,10 @@ | |||
648 | shared-pin; | 648 | shared-pin; |
649 | }; | 649 | }; |
650 | 650 | ||
651 | &usb_extal_clk { | ||
652 | clock-frequency = <50000000>; | ||
653 | }; | ||
654 | |||
651 | &usb2_phy0 { | 655 | &usb2_phy0 { |
652 | pinctrl-0 = <&usb0_pins>; | 656 | pinctrl-0 = <&usb0_pins>; |
653 | pinctrl-names = "default"; | 657 | pinctrl-names = "default"; |
@@ -663,6 +667,14 @@ | |||
663 | status = "okay"; | 667 | status = "okay"; |
664 | }; | 668 | }; |
665 | 669 | ||
670 | &usb3_phy0 { | ||
671 | status = "okay"; | ||
672 | }; | ||
673 | |||
674 | &usb3s0_clk { | ||
675 | clock-frequency = <100000000>; | ||
676 | }; | ||
677 | |||
666 | &wdt0 { | 678 | &wdt0 { |
667 | timeout-sec = <60>; | 679 | timeout-sec = <60>; |
668 | status = "okay"; | 680 | status = "okay"; |