diff mbox

arm64: dts: rockchip: change clkreq mode for rk3399-evb

Message ID 1498696156-15554-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Lin June 29, 2017, 12:29 a.m. UTC
pcie_clkreqn actually doesn't work at all, so replace it with
pcie_clkreqn_cpm.

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

 arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stuebner June 30, 2017, 8:50 p.m. UTC | #1
Hi Shawn,

Am Donnerstag, 29. Juni 2017, 08:29:16 CEST schrieb Shawn Lin:
> pcie_clkreqn actually doesn't work at all, so replace it with
> pcie_clkreqn_cpm.
> 
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

applied for 4.14, but just for my understanding, does "pcie_clkreqn
actually doesn't work at all" mean all rk3399 socs or only the evb?

Because the firefly also uses pcie_clkreqn and might need to be
changed as well?


Heiko
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
index 42033bc..56533c3 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
@@ -199,7 +199,7 @@ 
 	ep-gpios = <&gpio3 RK_PB5 GPIO_ACTIVE_HIGH>;
 	num-lanes = <4>;
 	pinctrl-names = "default";
-	pinctrl-0 = <&pcie_clkreqn>;
+	pinctrl-0 = <&pcie_clkreqn_cpm>;
 	status = "disabled";
 };