]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: allwinner: a64: Fix display clock register range
authorJernej Skrabec <jernej.skrabec@siol.net>
Fri, 24 Jan 2020 23:20:10 +0000 (00:20 +0100)
committerChen-Yu Tsai <wens@csie.org>
Wed, 11 Mar 2020 16:24:39 +0000 (00:24 +0800)
Register range of display clocks is 0x10000, as it can be seen from
DE2 documentation.

Fix it.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Fixes: 2c796fc8f5dbd ("arm64: dts: allwinner: a64: add necessary device tree nodes for DE2 CCU")
[wens@csie.org: added fixes tag]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index 990de71ca048a2b0607fcb0aa31ee9ac0e362304..8571f4aeaeb8798b890e5b374e65aae27f34a658 100644 (file)
 
                        display_clocks: clock@0 {
                                compatible = "allwinner,sun50i-a64-de2-clk";
-                               reg = <0x0 0x100000>;
+                               reg = <0x0 0x10000>;
                                clocks = <&ccu CLK_BUS_DE>,
                                         <&ccu CLK_DE>;
                                clock-names = "bus",