diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-02-10 11:07:17 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-20 18:16:56 +0100 |
commit | 06f177c3daa0d419d900936407c367d2b0756eb1 (patch) | |
tree | 846c555bfa7795f7cece063d3d3380b7da6d027f /arch/arm/boot/dts/sun5i.dtsi | |
parent | 4e0e6a626bf4c35e043b4d547e91447f06139d27 (diff) | |
download | linux-next-06f177c3daa0d419d900936407c367d2b0756eb1.tar.gz |
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/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index 0b526e6e5a95..7f5cf028ce1a 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -771,9 +771,6 @@ interconnect-names = "dma-mem"; status = "disabled"; - assigned-clocks = <&ccu CLK_DE_BE>; - assigned-clock-rates = <300000000>; - ports { #address-cells = <1>; #size-cells = <0>; |