From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen@altera.com (dinguyen at altera.com) Date: Fri, 23 Aug 2013 10:44:44 -0500 Subject: [PATCHv5 1/3] arm: socfpga: dts: Add a syscon binding for sys-mgr Message-ID: <1377272686-13253-1-git-send-email-dinguyen@altera.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Dinh Nguyen 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 Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell 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