Commit da180322 authored by Jernej Skrabec's avatar Jernej Skrabec Committed by Chen-Yu Tsai

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: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Fixes: 73f122c8 ("ARM: dts: sun8i: a83t: Add display pipeline")
Fixes: 05a43a26 ("ARM: dts: sun8i: r40: Add HDMI pipeline")
Fixes: 21b29920 ("ARM: sun8i: v3s: add device nodes for DE2 display pipeline")
Fixes: d8c6f1f0 ("ARM: sun8i: h3/h5: add DE2 CCU device node for H3")
[wens@csie.org: added fixes tags]
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 2345b744
...@@ -314,7 +314,7 @@ soc { ...@@ -314,7 +314,7 @@ soc {
display_clocks: clock@1000000 { display_clocks: clock@1000000 {
compatible = "allwinner,sun8i-a83t-de2-clk"; compatible = "allwinner,sun8i-a83t-de2-clk";
reg = <0x01000000 0x100000>; reg = <0x01000000 0x10000>;
clocks = <&ccu CLK_BUS_DE>, clocks = <&ccu CLK_BUS_DE>,
<&ccu CLK_PLL_DE>; <&ccu CLK_PLL_DE>;
clock-names = "bus", clock-names = "bus",
......
...@@ -136,7 +136,7 @@ soc { ...@@ -136,7 +136,7 @@ soc {
display_clocks: clock@1000000 { display_clocks: clock@1000000 {
compatible = "allwinner,sun8i-r40-de2-clk", compatible = "allwinner,sun8i-r40-de2-clk",
"allwinner,sun8i-h3-de2-clk"; "allwinner,sun8i-h3-de2-clk";
reg = <0x01000000 0x100000>; reg = <0x01000000 0x10000>;
clocks = <&ccu CLK_BUS_DE>, clocks = <&ccu CLK_BUS_DE>,
<&ccu CLK_DE>; <&ccu CLK_DE>;
clock-names = "bus", clock-names = "bus",
......
...@@ -105,7 +105,7 @@ soc { ...@@ -105,7 +105,7 @@ soc {
display_clocks: clock@1000000 { display_clocks: clock@1000000 {
compatible = "allwinner,sun8i-v3s-de2-clk"; compatible = "allwinner,sun8i-v3s-de2-clk";
reg = <0x01000000 0x100000>; reg = <0x01000000 0x10000>;
clocks = <&ccu CLK_BUS_DE>, clocks = <&ccu CLK_BUS_DE>,
<&ccu CLK_DE>; <&ccu CLK_DE>;
clock-names = "bus", clock-names = "bus",
......
...@@ -114,7 +114,7 @@ soc { ...@@ -114,7 +114,7 @@ soc {
display_clocks: clock@1000000 { display_clocks: clock@1000000 {
/* compatible is in per SoC .dtsi file */ /* compatible is in per SoC .dtsi file */
reg = <0x01000000 0x100000>; reg = <0x01000000 0x10000>;
clocks = <&ccu CLK_BUS_DE>, clocks = <&ccu CLK_BUS_DE>,
<&ccu CLK_DE>; <&ccu CLK_DE>;
clock-names = "bus", clock-names = "bus",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment