diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-04-20 14:38:22 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 18:32:14 +0300 |
commit | 561f9bcf268422ebe78a1739d86a255fd481c71c (patch) | |
tree | a02a4d362cbd74590e1377c8586dc7d899904a0c /arch/arm/boot/dts/am437x-sk-evm.dts | |
parent | 7a53a34622da63246432853a7caf155ada807ef9 (diff) | |
download | linux-561f9bcf268422ebe78a1739d86a255fd481c71c.tar.xz |
ARM: dts: am437x-sk-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-sk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 4118802b7fea..ca5c9070476c 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -429,7 +429,7 @@ tps@24 { compatible = "ti,tps65218"; reg = <0x24>; - interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; #interrupt-cells = <2>; |