diff mbox series

[v3,2/2] arm64:dts: rk356x-u-boot: do not drop combphy1 assigned-clocks/rates

Message ID 20230308051611.80965-2-anarsoul@gmail.com
State Accepted
Commit 9fe2e4ab93ea34706dad615084ba9699a81fbcf8
Delegated to: Kever Yang
Headers show
Series [v3,1/2] clk: rockchip: rk3568: add stubs for CLK_PCIEPHY_REF clocks | expand

Commit Message

Vasily Khoruzhick March 8, 2023, 5:16 a.m. UTC
We have stubs for CLK_PCIEPHY_REF now, so there is no reason to
modify the dtsi.

This essentialy reverts commit 5bec4b0de785
("arm64: dts: rk356x-u-boot: Drop combphy1 assigned-clocks/rates").

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
v3: change patch subject and description from default revert commit to a
bit more verbose
v2: revert dropping assigned-clock properties because we have stubs for
CLK_PCIEPHY_REF clocks now

 arch/arm/dts/rk356x-u-boot.dtsi | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/rk356x-u-boot.dtsi b/arch/arm/dts/rk356x-u-boot.dtsi
index 2331641049..1709604b22 100644
--- a/arch/arm/dts/rk356x-u-boot.dtsi
+++ b/arch/arm/dts/rk356x-u-boot.dtsi
@@ -34,11 +34,6 @@ 
 	};
 };
 
-&combphy1 {
-	/delete-property/ assigned-clocks;
-	/delete-property/ assigned-clock-rates;
-};
-
 &cru {
 	u-boot,dm-pre-reloc;
 	status = "okay";