[PATCHv4 1/3] arm: socfpga: dts: Add a syscon binding for sys-mgr
dinguyen at altera.com
dinguyen at altera.com
Wed Aug 14 12:48:02 EDT 2013
From: Dinh Nguyen <dinguyen at altera.com>
The system manager block in SOCFPGA contains registers that control other
IPs in the SoC. Using the mfd/syscon driver is the best mechanism to
link the system manager to the other IPs.
Signed-off-by: Dinh Nguyen <dinguyen at altera.com>
Cc: Rob Herring <rob.herring at calxeda.com>
Cc: Pawel Moll <pawel.moll at arm.com>
Cc: Mark Rutland <mark.rutland at arm.com>
Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Ian Campbell <ian.campbell at citrix.com>
Cc: devicetree at vger.kernel.org
CC: linux-arm-kernel at lists.infradead.org
---
arch/arm/boot/dts/socfpga.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index bee62a2..c31c8e9 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -520,8 +520,8 @@
reg = <0xffd05000 0x1000>;
};
- sysmgr at ffd08000 {
- compatible = "altr,sys-mgr";
+ system_mgr: sysmgr at ffd08000 {
+ compatible = "altr,sys-mgr", "syscon";
reg = <0xffd08000 0x4000>;
};
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list