diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-04-20 14:38:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 08:31:59 -0700 |
commit | b997f534b55125b80a638116fd557aab3819389b (patch) | |
tree | 947725b0db85192b56f04f54bb244b6243881da1 /arch/arm/boot/dts/am437x-cm-t43.dts | |
parent | 5692b911c980eb4ef5c34abaff56449f22d42205 (diff) | |
download | blackbird-obmc-linux-b997f534b55125b80a638116fd557aab3819389b.tar.gz blackbird-obmc-linux-b997f534b55125b80a638116fd557aab3819389b.zip |
ARM: dts: am437x-cm-t43: Correct tps65218 irq type
According to the documentation the interrupt line is active low.
The patch will silence the warning from gic_irq_domain_translate():
"Make it clear that broken DTs are... broken"
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-cm-t43.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-cm-t43.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-cm-t43.dts b/arch/arm/boot/dts/am437x-cm-t43.dts index 3b9a94c274a7..54f67f98046c 100644 --- a/arch/arm/boot/dts/am437x-cm-t43.dts +++ b/arch/arm/boot/dts/am437x-cm-t43.dts @@ -203,7 +203,7 @@ tps65218: tps65218@24 { compatible = "ti,tps65218"; reg = <0x24>; - interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>; /* NMIn */ + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>; /* NMIn */ interrupt-parent = <&gic>; interrupt-controller; #interrupt-cells = <2>; |