mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: rockchip: add the PCIe PHY for RK3399
@ 2016-08-19  3:24 Shawn Lin
  2016-08-19  3:24 ` [PATCH 2/3] arm64: dts: rockchip: add the PCIe controller support " Shawn Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Lin @ 2016-08-19  3:24 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Wenrui Li, Doug Anderson, Brian Norris, linux-rockchip,
	linux-kernel, Shawn Lin

This patch adds PCIe node for RK3399 to support
PCIe controller.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---

 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 62d4509..5694e27 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -988,6 +988,16 @@
 			#phy-cells = <0>;
 			status = "disabled";
 		};
+
+		pcie_phy: phy@e220 {
+			compatible = "rockchip,rk3399-pcie-phy";
+			clocks = <&cru SCLK_PCIEPHY_REF>;
+			clock-names = "refclk";
+			#phy-cells = <0>;
+			resets = <&cru SRST_PCIEPHY>;
+			reset-names = "phy";
+			status = "disabled";
+		};
 	};
 
 	watchdog@ff840000 {
-- 
2.3.7

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-02 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  3:24 [PATCH 1/3] arm64: dts: rockchip: add the PCIe PHY for RK3399 Shawn Lin
2016-08-19  3:24 ` [PATCH 2/3] arm64: dts: rockchip: add the PCIe controller support " Shawn Lin
2016-08-19  3:24 ` [PATCH 3/3] arm64: dts: rockchip: configure PCIe support for rk3399-evb Shawn Lin
2016-09-02 15:18 ` [PATCH 1/3] arm64: dts: rockchip: add the PCIe PHY for RK3399 Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome