diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-08-10 11:38:12 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-08-10 22:43:15 +0200 |
commit | f2b54191f7bef2925db39eceb84e7e19ff6d8f56 (patch) | |
tree | d45b4093bc3759be991c0ea61bbdaf7ac158e87d /arch/arm | |
parent | 83e484fcbe44e91fe8efb41b33ed3434806eeaac (diff) | |
download | blackbird-obmc-linux-f2b54191f7bef2925db39eceb84e7e19ff6d8f56.tar.gz blackbird-obmc-linux-f2b54191f7bef2925db39eceb84e7e19ff6d8f56.zip |
ARM: dts: add syscon compatible string for AP syscon
This syscon needs to be looked up by clocks, flash protection
and other consumers.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index cf06e32ee108..4b34b54e09a1 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -42,7 +42,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 */ |