Skip to content

Commit 8e45719

Browse files
geerturobherring
authored andcommitted
dt-bindings: interrupt-controller: renesas,r9a09g077-icu: Fix reg size in example
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>
1 parent b6e267e commit 8e45719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/interrupt-controller/renesas,r9a09g077-icu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ examples:
165165
icu: interrupt-controller@802a0000 {
166166
compatible = "renesas,r9a09g077-icu";
167167
reg = <0x802a0000 0x10000>,
168-
<0x812a0000 0x50>;
168+
<0x812a0000 0x10000>;
169169
#interrupt-cells = <2>;
170170
#address-cells = <0>;
171171
interrupt-controller;

0 commit comments

Comments
 (0)