projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
ARM: dts: Fix elm interrupt compiler warning
author
Tony Lindgren
<tony@atomide.com>
Mon, 4 Dec 2017 16:27:17 +0000
(08:27 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 5 Dec 2017 16:29:01 +0000
(08:29 -0800)
Looks like the interrupt property is missing the controller and level
information causing:
Warning (interrupts_property): interrupts size is (4), expected multiple
of 12 in /ocp/elm@
48078000
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap4.dtsi
b/arch/arm/boot/dts/omap4.dtsi
index
1dc5a76
..
22b377d
100644
(file)
--- a/
arch/arm/boot/dts/omap4.dtsi
+++ b/
arch/arm/boot/dts/omap4.dtsi
@@
-398,7
+398,7
@@
elm: elm@48078000 {
compatible = "ti,am3352-elm";
reg = <0x48078000 0x2000>;
- interrupts = <
4
>;
+ interrupts = <
GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH
>;
ti,hwmods = "elm";
status = "disabled";
};