diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-03-18 17:40:01 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-03-21 17:29:14 -0700 |
commit | c2a736b698008d296c5010ec39077eeb5796109f (patch) | |
tree | 13963572b7fe59106315eeee466ba9a8cf2cc7a2 /arch/arm/boot/dts/moxart-uc7112lx.dts | |
parent | 223b9ad701b81f2311bac2562bfc67d8d9d96de1 (diff) |
ARM: dts: Adjust moxart IRQ controller and flags
The moxart interrupt line flags were not respected in previous
driver: instead of assigning them per-consumer, a fixes mask
was set in the controller.
With the migration to a standard Faraday driver we need to
set up and handle the consumer flags correctly. Also remove
the Moxart-specific flags when switching to using real consumer
flags.
Extend the register window to 0x100 bytes as we may have a few
more registers in there and it doesn't hurt.
Tested-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/moxart-uc7112lx.dts')
-rw-r--r-- | arch/arm/boot/dts/moxart-uc7112lx.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/moxart-uc7112lx.dts b/arch/arm/boot/dts/moxart-uc7112lx.dts index 10d088df0c35..4a962a26482d 100644 --- a/arch/arm/boot/dts/moxart-uc7112lx.dts +++ b/arch/arm/boot/dts/moxart-uc7112lx.dts @@ -6,7 +6,7 @@ */ /dts-v1/; -/include/ "moxart.dtsi" +#include "moxart.dtsi" / { model = "MOXA UC-7112-LX"; |