Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: Remove redundant assigned-clocks

The display DRC 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>

-9
-6
arch/arm/boot/dts/sun6i-a31.dtsi
··· 1182 1182 "ram"; 1183 1183 resets = <&ccu RST_AHB1_DRC1>; 1184 1184 1185 - assigned-clocks = <&ccu CLK_IEP_DRC1>; 1186 - assigned-clock-rates = <300000000>; 1187 - 1188 1185 ports { 1189 1186 #address-cells = <1>; 1190 1187 #size-cells = <0>; ··· 1264 1267 clock-names = "ahb", "mod", 1265 1268 "ram"; 1266 1269 resets = <&ccu RST_AHB1_DRC0>; 1267 - 1268 - assigned-clocks = <&ccu CLK_IEP_DRC0>; 1269 - assigned-clock-rates = <300000000>; 1270 1270 1271 1271 ports { 1272 1272 #address-cells = <1>;
-3
arch/arm/boot/dts/sun8i-a23-a33.dtsi
··· 684 684 clock-names = "ahb", "mod", "ram"; 685 685 resets = <&ccu RST_BUS_DRC>; 686 686 687 - assigned-clocks = <&ccu CLK_DRC>; 688 - assigned-clock-rates = <300000000>; 689 - 690 687 ports { 691 688 #address-cells = <1>; 692 689 #size-cells = <0>;