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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dt marvell: Fix AP806 system controller size

Extend the container size to 0x2000 to include the gpio controller at
offset 0x1040.

While at it, add start address notation to the gpio node name to match
its 'offset' property.

Fixes: 63dac0f4924b ("arm64: dts: marvell: add gpio support for Armada
7K/8K")
Cc: <stable@vger.kernel.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Baruch Siach and committed by
Gregory CLEMENT
9e7460fc d03d5d53

+2 -2
+2 -2
arch/arm64/boot/dts/marvell/armada-ap806.dtsi
··· 254 254 255 255 ap_syscon: system-controller@6f4000 { 256 256 compatible = "syscon", "simple-mfd"; 257 - reg = <0x6f4000 0x1000>; 257 + reg = <0x6f4000 0x2000>; 258 258 259 259 ap_clk: clock { 260 260 compatible = "marvell,ap806-clock"; ··· 265 265 compatible = "marvell,ap806-pinctrl"; 266 266 }; 267 267 268 - ap_gpio: gpio { 268 + ap_gpio: gpio@1040 { 269 269 compatible = "marvell,armada-8k-gpio"; 270 270 offset = <0x1040>; 271 271 ngpios = <20>;