mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: layerscape: Fix GICv3 ITS node names
The GICv3 ITS is an MSI controller, therefore its node name should be 'msi-controller'. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
a39e724e6b
commit
04b09f6e5d
|
|
@ -131,7 +131,7 @@ gic: interrupt-controller@6000000 {
|
|||
interrupt-controller;
|
||||
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |
|
||||
IRQ_TYPE_LEVEL_LOW)>;
|
||||
its: gic-its@6020000 {
|
||||
its: msi-controller@6020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
reg = <0x0 0x06020000 0 0x20000>;/* GIC Translater */
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ gic: interrupt-controller@6000000 {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
its: gic-its@6020000 {
|
||||
its: msi-controller@6020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
reg = <0x0 0x6020000 0 0x20000>;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ gic: interrupt-controller@6000000 {
|
|||
interrupt-controller;
|
||||
interrupts = <1 9 0x4>;
|
||||
|
||||
its: gic-its@6020000 {
|
||||
its: msi-controller@6020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
reg = <0x0 0x6020000 0 0x20000>;
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ gic: interrupt-controller@6000000 {
|
|||
interrupt-controller;
|
||||
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
its: gic-its@6020000 {
|
||||
its: msi-controller@6020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
reg = <0x0 0x6020000 0 0x20000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user