]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: r7s72100: Move interrupt-parent to root node
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 2 Oct 2025 14:40:29 +0000 (16:40 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Oct 2025 08:23:45 +0000 (09:23 +0100)
Move the "interrupt-parent = <&gic>" property from the soc node to the
root node, and simplify "interrupts-extended = <&gic ...>" to
"interrupts = <...>".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/6aaabd73f6732f932b5708b1036a9c398c44cd19.1759414774.git.geert+renesas@glider.be
arch/arm/boot/dts/renesas/r7s72100.dtsi

index a1e4e9ac8f621acb00682af106266c88442a364d..245c26bb8e037ce6844f6e2df2f273ef9eaeda10 100644 (file)
@@ -14,6 +14,7 @@
        compatible = "renesas,r7s72100";
        #address-cells = <1>;
        #size-cells = <1>;
+       interrupt-parent = <&gic>;
 
        aliases {
                i2c0 = &i2c0;
@@ -84,7 +85,7 @@
 
        pmu {
                compatible = "arm,cortex-a9-pmu";
-               interrupts-extended = <&gic GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <GIC_PPI 0 IRQ_TYPE_LEVEL_HIGH>;
        };
 
        rtc_x1_clk: rtc_x1 {
 
        soc {
                compatible = "simple-bus";
-               interrupt-parent = <&gic>;
 
                #address-cells = <1>;
                #size-cells = <1>;