mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
a0e583b64c
commit
6adc916635
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user