Commit a3e32e78 authored by Florian Fainelli's avatar Florian Fainelli

ARM: dts: NSP: Fix i2c controller interrupt type

The i2c controller should use IRQ_TYPE_LEVEL_HIGH instead of
IRQ_TYPE_NONE.

Fixes: 0f9f27a3 ("ARM: dts: NSP: Add I2C support to the DT")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent ce397d21
......@@ -391,7 +391,7 @@ i2c0: i2c@38000 {
reg = <0x38000 0x50>;
#address-cells = <1>;
#size-cells = <0>;
interrupts = <GIC_SPI 89 IRQ_TYPE_NONE>;
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
clock-frequency = <100000>;
dma-coherent;
status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment