ARM: dts: BCM5301x: Fix i2c controller interrupt type
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 11 Jun 2018 22:53:40 +0000 (15:53 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 18 Jun 2018 16:37:16 +0000 (09:37 -0700)
The i2c controller should be using IRQ_TYPE_LEVEL_HIGH, fix that.

Fixes: bb097e3e0045 ("ARM: dts: BCM5301X: Add I2C support to the DT")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm5301x.dtsi

index 9a076c4..ef995e5 100644 (file)
        i2c0: i2c@18009000 {
                compatible = "brcm,iproc-i2c";
                reg = <0x18009000 0x50>;
-               interrupts = <GIC_SPI 121 IRQ_TYPE_NONE>;
+               interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
                #address-cells = <1>;
                #size-cells = <0>;
                clock-frequency = <100000>;