oxnas: yet another irqchip related patch
authorDaniel Golle <[email protected]>
Sun, 22 Mar 2020 13:30:22 +0000 (13:30 +0000)
committerDaniel Golle <[email protected]>
Sun, 22 Mar 2020 13:39:14 +0000 (13:39 +0000)
This time DTS fix, again from Sungbo Eo <[email protected]>
  ARM: dts: oxnas: Fix clear-mask property

Signed-off-by: Daniel Golle <[email protected]>
(cherry picked from commit 9e5a25846f501acfd4aedccae8cef31ad8f2c456)
Signed-off-by: Daniel Golle <[email protected]>
target/linux/oxnas/patches-4.14/003-ARM-dts-oxnas-Fix-clear-mask-property.patch [new file with mode: 0644]

diff --git a/target/linux/oxnas/patches-4.14/003-ARM-dts-oxnas-Fix-clear-mask-property.patch b/target/linux/oxnas/patches-4.14/003-ARM-dts-oxnas-Fix-clear-mask-property.patch
new file mode 100644 (file)
index 0000000..cac125e
--- /dev/null
@@ -0,0 +1,55 @@
+From patchwork Sat Mar 21 14:36:53 2020
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+X-Patchwork-Submitter: Sungbo Eo <[email protected]>
+X-Patchwork-Id: 11451187
+From: Sungbo Eo <[email protected]>
+To: Neil Armstrong <[email protected]>,
+ Rob Herring <[email protected]>,
+ Mark Rutland <[email protected]>, [email protected],
+Subject: [PATCH] ARM: dts: oxnas: Fix clear-mask property
+Date: Sat, 21 Mar 2020 23:36:53 +0900
+Message-Id: <[email protected]>
+Sender: "linux-arm-kernel" <[email protected]>
+
+Disable all rps-irq interrupts during driver initialization to prevent
+an accidental interrupt on GIC.
+
+Fixes: 84316f4ef141 ("ARM: boot: dts: Add Oxford Semiconductor OX810SE dtsi")
+Fixes: 38d4a53733f5 ("ARM: dts: Add support for OX820 and Pogoplug V3")
+Signed-off-by: Sungbo Eo <[email protected]>
+Acked-by: Neil Armstrong <[email protected]>
+---
+ arch/arm/boot/dts/ox810se.dtsi | 4 ++--
+ arch/arm/boot/dts/ox820.dtsi   | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+--- a/arch/arm/boot/dts/ox810se.dtsi
++++ b/arch/arm/boot/dts/ox810se.dtsi
+@@ -323,8 +323,8 @@
+                                       interrupt-controller;
+                                       reg = <0 0x200>;
+                                       #interrupt-cells = <1>;
+-                                      valid-mask = <0xFFFFFFFF>;
+-                                      clear-mask = <0>;
++                                      valid-mask = <0xffffffff>;
++                                      clear-mask = <0xffffffff>;
+                               };
+                               timer0: timer@200 {
+--- a/arch/arm/boot/dts/ox820.dtsi
++++ b/arch/arm/boot/dts/ox820.dtsi
+@@ -240,8 +240,8 @@
+                                       reg = <0 0x200>;
+                                       interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
+                                       #interrupt-cells = <1>;
+-                                      valid-mask = <0xFFFFFFFF>;
+-                                      clear-mask = <0>;
++                                      valid-mask = <0xffffffff>;
++                                      clear-mask = <0xffffffff>;
+                               };
+                               timer0: timer@200 {