]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: interrupt-controller: renesas,r9a09g077-icu: Fix reg size in example
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 10 Jun 2026 15:24:45 +0000 (17:24 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 10 Jun 2026 20:15:59 +0000 (15:15 -0500)
According to Figure 5.1 ("Unified memory map"), the safety register
block is 64 KiB large, just like the non-safety register block.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/364ff570c8a1845fab24bd89557f06c9e406f8de.1781105007.git.geert+renesas@glider.be
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/interrupt-controller/renesas,r9a09g077-icu.yaml

index 78c01d14e765721b50ccd2bb63ffbd27f4adb3c2..a809bc4f75159c60dfe3445dc765081363f26862 100644 (file)
@@ -165,7 +165,7 @@ examples:
     icu: interrupt-controller@802a0000 {
       compatible = "renesas,r9a09g077-icu";
       reg = <0x802a0000 0x10000>,
-            <0x812a0000 0x50>;
+            <0x812a0000 0x10000>;
       #interrupt-cells = <2>;
       #address-cells = <0>;
       interrupt-controller;