[PATCH v3 3/7] ARM: imx6q: add anatop support into syscon
Dong Aisheng
b29396 at freescale.com
Tue Aug 28 19:10:01 EST 2012
From: Dong Aisheng <dong.aisheng at linaro.org>
There're a few anatop registers need to be accessed by different modules.
Add anatop registers into syscon support for easy access.
Signed-off-by: Dong Aisheng <dong.aisheng at linaro.org>
---
arch/arm/boot/dts/imx6q.dtsi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index bea21bc..db3fa15 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -378,8 +378,8 @@
interrupts = <0 87 0x04 0 88 0x04>;
};
- anatop at 020c8000 {
- compatible = "fsl,imx6q-anatop";
+ anatop: anatop at 020c8000 {
+ compatible = "fsl,imx6q-anatop", "syscon";
reg = <0x020c8000 0x1000>;
interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
--
1.7.0.4
More information about the devicetree-discuss
mailing list