mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
26 lines
903 B
Diff
26 lines
903 B
Diff
|
From 2d6ebaa98be1dd265aa6d99a00c150f1f9f2ea66 Mon Sep 17 00:00:00 2001
|
||
|
From: Miquel Raynal <miquel.raynal@bootlin.com>
|
||
|
Date: Fri, 4 Oct 2019 16:27:18 +0200
|
||
|
Subject: [PATCH] arm64: dts: marvell: Enumerate the first AP806 syscon
|
||
|
|
||
|
There are two system controllers in the AP80x, like for ap_syscon1,
|
||
|
enumerate the first one by renaming it s/ap_syscon/ap_syscon0/.
|
||
|
|
||
|
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
||
|
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
|
||
|
---
|
||
|
arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
|
||
|
@@ -246,7 +246,7 @@
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
- ap_syscon: system-controller@6f4000 {
|
||
|
+ ap_syscon0: system-controller@6f4000 {
|
||
|
compatible = "syscon", "simple-mfd";
|
||
|
reg = <0x6f4000 0x2000>;
|
||
|
|