Message ID | 20191101160356.32034-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9e3bd0f664a85331601ce669acd5f5e47b916824 |
Headers | show |
Series | [v6] arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/ | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/for-next). On Fri, 1 Nov 2019 17:03:54 +0100 you wrote: > The standard DT property is called "#interrupt-cells". > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Acked-by: Rob Herring <robh@kernel.org> > Acked-by: Chanho Min <chanho.min@lge.com> > --- > Any chance this can be fixed after the 6th submission in 3.5 years? > Thanks! > > [...] Here is a summary with links: - [v6] arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/ https://git.kernel.org/soc/soc/c/9e3bd0f664a85331601ce669acd5f5e47b916824 You are awesome, thank you!
diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi b/arch/arm64/boot/dts/lg/lg1312.dtsi index c8dc9c20fba3d550..64f3b135068dca15 100644 --- a/arch/arm64/boot/dts/lg/lg1312.dtsi +++ b/arch/arm64/boot/dts/lg/lg1312.dtsi @@ -124,7 +124,7 @@ amba { #address-cells = <2>; #size-cells = <1>; - #interrupts-cells = <3>; + #interrupt-cells = <3>; compatible = "simple-bus"; interrupt-parent = <&gic>;