Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1465955
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] arm64: dts: rockchip: add the PCIe PHY for RK3399 |
| Date | 2016-08-19 05:30 +0200 |
| Message-ID | <s7IFj-ej-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/3] arm64: dts: rockchip: add the PCIe PHY for RK3399 Shawn Lin <shawn.lin@rock-chips.com> - 2016-08-19 05:30 +0200 [PATCH 2/3] arm64: dts: rockchip: add the PCIe controller support for RK3399 Shawn Lin <shawn.lin@rock-chips.com> - 2016-08-19 05:40 +0200 [PATCH 3/3] arm64: dts: rockchip: configure PCIe support for rk3399-evb Shawn Lin <shawn.lin@rock-chips.com> - 2016-08-19 05:40 +0200
csiph-web