]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: interrupt-controller: update imsic reg address to 0x24000000 in Example 1
authorHuang Borong <huangborong@bosc.ac.cn>
Fri, 13 Dec 2024 09:09:24 +0000 (17:09 +0800)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 17 Dec 2024 15:11:30 +0000 (09:11 -0600)
Change the 'reg' property address from 0x28000000 to 0x24000000
to match the node label interrupt-controller@24000000.

Signed-off-by: Huang Borong <huangborong@bosc.ac.cn>
Link: https://lore.kernel.org/r/20241213090924.181249-1-huangborong@bosc.ac.cn
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml

index 84976f17a4a1db7fde179c3a40c6c5800fbfc06f..c23b5c09fdb90baccece03708f4a381084b22049 100644 (file)
@@ -142,7 +142,7 @@ examples:
                             <&cpu2_intc 11>,
                             <&cpu3_intc 11>,
                             <&cpu4_intc 11>;
-      reg = <0x28000000 0x4000>;
+      reg = <0x24000000 0x4000>;
       interrupt-controller;
       #interrupt-cells = <0>;
       msi-controller;