projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe4a39
)
ARM: dts: BCM5301x: Fix i2c controller interrupt type
author
Florian Fainelli
<f.fainelli@gmail.com>
Mon, 11 Jun 2018 22:53:40 +0000
(15:53 -0700)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm5301x.dtsi
b/arch/arm/boot/dts/bcm5301x.dtsi
index 9a076c409f4ed35fcf5fbe79807ede6e7e8466d5..ef995e50ee12bfd8b3d90d9e07062a41e04f4ff3 100644
(file)
--- a/
arch/arm/boot/dts/bcm5301x.dtsi
+++ b/
arch/arm/boot/dts/bcm5301x.dtsi
@@
-365,7
+365,7
@@
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>;