mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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>
This commit is contained in:
parent
b6e267e3d3
commit
8e45719acd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user