diff options
author | Vicente Bergas <vicencb@gmail.com> | 2018-02-27 21:28:22 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-16 15:13:13 +0300 |
commit | 557cb8eb6218e328d708d8fa2b95ba599a8a37f1 (patch) | |
tree | 5e9ff5764f31b0d1f6deec1bc888d23e6001a69c /arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | |
parent | 2bbb0c0e6a7164c1fbfb5c0474ab7c208c02dab8 (diff) | |
download | linux-557cb8eb6218e328d708d8fa2b95ba599a8a37f1.tar.xz |
arm64: dts: rockchip: remove PCIe assigned-clocks in excavator baseboard
Reference clock is needed for pcie_phy, not pcie controller.
Actually pcie_phy doesn't need this since rk3399 clock driver
already take care of this.
Suggested-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts index 2ce7ce7bb778..ad7548d3b93d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts @@ -195,9 +195,6 @@ }; &pcie0 { - assigned-clocks = <&cru SCLK_PCIEPHY_REF>; - assigned-clock-parents = <&cru SCLK_PCIEPHY_REF100M>; - assigned-clock-rates = <100000000>; ep-gpios = <&gpio2 RK_PA4 GPIO_ACTIVE_HIGH>; num-lanes = <4>; pinctrl-names = "default"; |