ARM: dts: oxnas: Fix clear-mask property
Disable all rps-irq interrupts during driver initialization to prevent an accidental interrupt on GIC. Fixes:84316f4ef1
("ARM: boot: dts: Add Oxford Semiconductor OX810SE dtsi") Fixes:38d4a53733
("ARM: dts: Add support for OX820 and Pogoplug V3") Signed-off-by: Sungbo Eo <mans0n@gorani.run> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:

committed by
Neil Armstrong

parent
bb6d3fb354
commit
deeabb4c13
@@ -323,8 +323,8 @@
|
|||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
reg = <0 0x200>;
|
reg = <0 0x200>;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
valid-mask = <0xFFFFFFFF>;
|
valid-mask = <0xffffffff>;
|
||||||
clear-mask = <0>;
|
clear-mask = <0xffffffff>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer0: timer@200 {
|
timer0: timer@200 {
|
||||||
|
@@ -240,8 +240,8 @@
|
|||||||
reg = <0 0x200>;
|
reg = <0 0x200>;
|
||||||
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
valid-mask = <0xFFFFFFFF>;
|
valid-mask = <0xffffffff>;
|
||||||
clear-mask = <0>;
|
clear-mask = <0xffffffff>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer0: timer@200 {
|
timer0: timer@200 {
|
||||||
|
Reference in New Issue
Block a user