ipq806x: remove obsolete Kernel 5.4
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.4 / 007-v5.5-arm64-dts-marvell-Enumerate-the-first-AP806-syscon.patch
1 From 2d6ebaa98be1dd265aa6d99a00c150f1f9f2ea66 Mon Sep 17 00:00:00 2001
2 From: Miquel Raynal <miquel.raynal@bootlin.com>
3 Date: Fri, 4 Oct 2019 16:27:18 +0200
4 Subject: [PATCH] arm64: dts: marvell: Enumerate the first AP806 syscon
5
6 There are two system controllers in the AP80x, like for ap_syscon1,
7 enumerate the first one by renaming it s/ap_syscon/ap_syscon0/.
8
9 Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
10 Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
11 ---
12 arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
16 +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
17 @@ -246,7 +246,7 @@
18 status = "disabled";
19 };
20
21 - ap_syscon: system-controller@6f4000 {
22 + ap_syscon0: system-controller@6f4000 {
23 compatible = "syscon", "simple-mfd";
24 reg = <0x6f4000 0x2000>;
25