Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: update imsic reg address to 0x24000000 in Example 1

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>

authored by

Huang Borong and committed by
Rob Herring (Arm)
6adc9166 a0e583b6

+1 -1
+1 -1
Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
··· 142 142 <&cpu2_intc 11>, 143 143 <&cpu3_intc 11>, 144 144 <&cpu4_intc 11>; 145 - reg = <0x28000000 0x4000>; 145 + reg = <0x24000000 0x4000>; 146 146 interrupt-controller; 147 147 #interrupt-cells = <0>; 148 148 msi-controller;