41 lines
1.0 KiB
Diff
41 lines
1.0 KiB
Diff
From 71204f8b6e69af6fc0de926e02c8a04d886064b2 Mon Sep 17 00:00:00 2001
|
|
From: Neil Armstrong <narmstrong@baylibre.com>
|
|
Date: Thu, 21 Sep 2017 11:58:43 +0200
|
|
Subject: [PATCH 62/67] ARM64: dts: meson-gxl: Add USB3 PHY Node
|
|
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
index d53352f..d5d3c2f 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
@@ -61,6 +61,8 @@
|
|
dr_mode = "host";
|
|
maximum-speed = "high-speed";
|
|
snps,dis_u2_susphy_quirk;
|
|
+ phys = <&usb3_phy0>;
|
|
+ phy-names = "usb3-phy";
|
|
status = "disabled";
|
|
|
|
dwc3_roothub: roothub@0 {
|
|
@@ -99,6 +101,13 @@
|
|
reg = <0x0 0x78020 0x0 0x20>;
|
|
status = "okay";
|
|
};
|
|
+
|
|
+ usb3_phy0: phy@78080 {
|
|
+ compatible = "amlogic,meson-gxl-usb3-phy";
|
|
+ #phy-cells = <0>;
|
|
+ reg = <0x0 0x78080 0x0 0x20>;
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
ðmac {
|
|
--
|
|
1.9.1
|
|
|