diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-04-20 14:38:19 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 18:31:10 +0300 |
commit | 5692b911c980eb4ef5c34abaff56449f22d42205 (patch) | |
tree | 41262f8d5fc49ac61c72428e55255c931a9cc2c6 /arch/arm/boot/dts/am437x-gp-evm.dts | |
parent | 047905376a16dd7235fced6ecf4020046f9665e9 (diff) | |
download | linux-5692b911c980eb4ef5c34abaff56449f22d42205.tar.xz |
ARM: dts: am437x-gp-evm: 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-gp-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 8fe95cd7232a..d0192e07adc6 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -543,7 +543,7 @@ tps65218: tps65218@24 { reg = <0x24>; compatible = "ti,tps65218"; - interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>; /* NMIn */ + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>; /* NMIn */ interrupt-controller; #interrupt-cells = <2>; |