* [PATCH 1/2] ARM: dts: add syscon compatible string for AP syscon
@ 2016-08-10 9:38 Linus Walleij
2016-08-10 20:43 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2016-08-10 9:38 UTC (permalink / raw)
To: linux-arm-kernel
This syscon needs to be looked up by clocks, flash protection
and other consumers.
Signed-off-by: Linus Walleij <linus.walleij@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/2] ARM: dts: add syscon compatible string for AP syscon
2016-08-10 9:38 [PATCH 1/2] ARM: dts: add syscon compatible string for AP syscon Linus Walleij
@ 2016-08-10 20:43 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2016-08-10 20:43 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday, August 10, 2016 11:38:12 AM CEST Linus Walleij wrote:
> This syscon needs to be looked up by clocks, flash protection
> and other consumers.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: please apply this directly to fixes so we have
> functional flash protection on the Integrator/AP.
>
Applied both to fixes, thanks!
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-10 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10 9:38 [PATCH 1/2] ARM: dts: add syscon compatible string for AP syscon Linus Walleij
2016-08-10 20:43 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).