[PATCH 3/7] ARM: imx6q: add anatop support into imx-syscon
Dong Aisheng
b29396 at freescale.com
Wed Aug 22 17:18:44 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 imx-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 1306868..7732b70 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", "fsl,imx-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