diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-08-19 06:24:27 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-09-02 18:15:59 +0300 |
commit | 29a0be1c9e6e97d35a6e5c170ada121d76d8cbcd (patch) | |
tree | a47a1766db40dda5f8d5a721258c2d0069baa40a /arch/arm64/boot/dts/rockchip | |
parent | d43c97a5156ad8f9972e87b26882a870a9188909 (diff) | |
download | linux-29a0be1c9e6e97d35a6e5c170ada121d76d8cbcd.tar.xz |
arm64: dts: rockchip: add the PCIe PHY for RK3399
This patch adds PCIe node for RK3399 to support
PCIe controller.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 7df782ac4545..0f9797837380 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1010,6 +1010,16 @@ #phy-cells = <0>; status = "disabled"; }; + + pcie_phy: pcie-phy { + 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@ff848000 { |