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

ARM: dts: sunxi: Fix DE2 clocks register range

As it can be seen from DE2 manual, clock range is 0x10000.

Fix it.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Fixes: 73f122c82775 ("ARM: dts: sun8i: a83t: Add display pipeline")
Fixes: 05a43a262d03 ("ARM: dts: sun8i: r40: Add HDMI pipeline")
Fixes: 21b299209330 ("ARM: sun8i: v3s: add device nodes for DE2 display pipeline")
Fixes: d8c6f1f0295c ("ARM: sun8i: h3/h5: add DE2 CCU device node for H3")
[wens@csie.org: added fixes tags]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

authored by

Jernej Skrabec and committed by
Chen-Yu Tsai
da180322 2345b744

+4 -4
+1 -1
arch/arm/boot/dts/sun8i-a83t.dtsi
··· 314 314 315 315 display_clocks: clock@1000000 { 316 316 compatible = "allwinner,sun8i-a83t-de2-clk"; 317 - reg = <0x01000000 0x100000>; 317 + reg = <0x01000000 0x10000>; 318 318 clocks = <&ccu CLK_BUS_DE>, 319 319 <&ccu CLK_PLL_DE>; 320 320 clock-names = "bus",
+1 -1
arch/arm/boot/dts/sun8i-r40.dtsi
··· 136 136 display_clocks: clock@1000000 { 137 137 compatible = "allwinner,sun8i-r40-de2-clk", 138 138 "allwinner,sun8i-h3-de2-clk"; 139 - reg = <0x01000000 0x100000>; 139 + reg = <0x01000000 0x10000>; 140 140 clocks = <&ccu CLK_BUS_DE>, 141 141 <&ccu CLK_DE>; 142 142 clock-names = "bus",
+1 -1
arch/arm/boot/dts/sun8i-v3s.dtsi
··· 105 105 106 106 display_clocks: clock@1000000 { 107 107 compatible = "allwinner,sun8i-v3s-de2-clk"; 108 - reg = <0x01000000 0x100000>; 108 + reg = <0x01000000 0x10000>; 109 109 clocks = <&ccu CLK_BUS_DE>, 110 110 <&ccu CLK_DE>; 111 111 clock-names = "bus",
+1 -1
arch/arm/boot/dts/sunxi-h3-h5.dtsi
··· 114 114 115 115 display_clocks: clock@1000000 { 116 116 /* compatible is in per SoC .dtsi file */ 117 - reg = <0x01000000 0x100000>; 117 + reg = <0x01000000 0x10000>; 118 118 clocks = <&ccu CLK_BUS_DE>, 119 119 <&ccu CLK_DE>; 120 120 clock-names = "bus",