diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-04-20 13:38:21 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 17:32:07 +0200 |
commit | 7a53a34622da63246432853a7caf155ada807ef9 (patch) | |
tree | 21531432019f5e33a7fb18919ee0286671dbb7fb /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | ARM: dts: am437x-cm-t43: Correct tps65218 irq type (diff) | |
download | linux-7a53a34622da63246432853a7caf155ada807ef9.tar.xz linux-7a53a34622da63246432853a7caf155ada807ef9.zip |
ARM: dts: am437x-epos-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/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index a66941885c11..7a5b06fb2cff 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -595,7 +595,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>; |