diff mbox series

[2/5] ARM: dts: sun8i: v3s: Remove redundant assigned-clocks

Message ID 20191219091539.948530-2-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit c36ffe4db690f2dc308a25ef3e8b7f985fa75183
Headers show
Series [1/5] ARM: dts: sun9i: Make sure the USB PHY resources are in the same order | expand

Commit Message

Maxime Ripard Dec. 19, 2019, 9:15 a.m. UTC
The V3s mixer node has an assigned clocks property, while the driver also
enforces it.

Since assigned-clocks is pretty fragile anyway, let's just remove it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 arch/arm/boot/dts/sun8i-v3s.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Chen-Yu Tsai Dec. 19, 2019, 3:17 p.m. UTC | #1
On Thu, Dec 19, 2019 at 5:15 PM Maxime Ripard <maxime@cerno.tech> wrote:
>
> The V3s mixer node has an assigned clocks property, while the driver also
> enforces it.
>
> Since assigned-clocks is pretty fragile anyway, let's just remove it.
>
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>

Acked-by: Chen-Yu Tsai <wens@csie.org>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi
index 23ba56df38f7..81ea50838cd5 100644
--- a/arch/arm/boot/dts/sun8i-v3s.dtsi
+++ b/arch/arm/boot/dts/sun8i-v3s.dtsi
@@ -123,8 +123,6 @@ 
 			clock-names = "bus",
 				      "mod";
 			resets = <&display_clocks 0>;
-			assigned-clocks = <&display_clocks 6>;
-			assigned-clock-rates = <150000000>;
 
 			ports {
 				#address-cells = <1>;