diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-02-10 13:07:17 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-20 20:16:56 +0300 |
commit | 06f177c3daa0d419d900936407c367d2b0756eb1 (patch) | |
tree | 846c555bfa7795f7cece063d3d3380b7da6d027f /arch/arm/boot/dts/sun8i-a33.dtsi | |
parent | 4e0e6a626bf4c35e043b4d547e91447f06139d27 (diff) | |
download | linux-06f177c3daa0d419d900936407c367d2b0756eb1.tar.xz |
ARM: dts: sunxi: Remove redundant assigned-clocks
The display backend nodes have 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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi index 1532a0e59af4..d80c8a6856cf 100644 --- a/arch/arm/boot/dts/sun8i-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a33.dtsi @@ -372,8 +372,6 @@ "ram", "sat"; resets = <&ccu RST_BUS_DE_BE>, <&ccu RST_BUS_SAT>; reset-names = "be", "sat"; - assigned-clocks = <&ccu CLK_DE_BE>; - assigned-clock-rates = <300000000>; }; &ccu { |