[PATCH 1/2] ARM: dts: add syscon compatible string for AP syscon
Linus Walleij
linus.walleij at linaro.org
Wed Aug 10 02:38:12 PDT 2016
This syscon needs to be looked up by clocks, flash protection
and other consumers.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
ARM SoC folks: please apply this directly to fixes so we have
functional flash protection on the Integrator/AP.
---
arch/arm/boot/dts/integratorap.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index 16266722ce7c..726a3ac486e0 100644
--- a/arch/arm/boot/dts/integratorap.dts
+++ b/arch/arm/boot/dts/integratorap.dts
@@ -43,7 +43,7 @@
};
syscon {
- compatible = "arm,integrator-ap-syscon";
+ compatible = "arm,integrator-ap-syscon", "syscon";
reg = <0x11000000 0x100>;
interrupt-parent = <&pic>;
/* These are the logical module IRQs */
--
2.7.4
More information about the linux-arm-kernel
mailing list