mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Merge tag 'dt64-cleanup-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt
Minor improvements in ARM64 DTS for v6.4 1. Toshiba: white-space fixes. 2. Cavium, Marvell: fix GICv3 ITS node name. * tag 'dt64-cleanup-6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: arm64: dts: cavium: Fix GICv3 ITS nodes arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name arm64: dts: toshiba: adjust whitespace around '=' Link: https://lore.kernel.org/r/20230319152740.34551-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -389,9 +389,10 @@
|
||||
<0x8010 0x80000000 0x0 0x600000>; /* GICR */
|
||||
interrupts = <1 9 0xf04>;
|
||||
|
||||
its: gic-its@8010,00020000 {
|
||||
its: msi-controller@801000020000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
#msi-cells = <1>;
|
||||
reg = <0x8010 0x20000 0x0 0x200000>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
method = "smc";
|
||||
};
|
||||
|
||||
gic: interrupt-controller@400080000 {
|
||||
gic: interrupt-controller@4000080000 {
|
||||
compatible = "arm,gic-v3";
|
||||
#interrupt-cells = <3>;
|
||||
#address-cells = <2>;
|
||||
@@ -67,7 +67,7 @@
|
||||
<0x04 0x01000000 0x0 0x1000000>; /* GICR */
|
||||
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
gicits: gic-its@40010000 {
|
||||
gicits: msi-controller@4000100000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
reg = <0x04 0x00100000 0x0 0x20000>; /* GIC ITS */
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<0x00d0000 0x1000>, /* GICH */
|
||||
<0x00e0000 0x2000>; /* GICV */
|
||||
|
||||
gic_its_ap0: interrupt-controller@3040000 {
|
||||
gic_its_ap0: msi-controller@3040000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
msi-controller;
|
||||
#msi-cells = <1>;
|
||||
|
||||
@@ -485,7 +485,7 @@
|
||||
<0x0 0x28050000 0x0 0x00010000>,
|
||||
<0x0 0x24200000 0x0 0x00002000>,
|
||||
<0x0 0x24162000 0x0 0x00001000>;
|
||||
reg-names = "dbi", "config", "ulreg", "smu", "mpu";
|
||||
reg-names = "dbi", "config", "ulreg", "smu", "mpu";
|
||||
device_type = "pci";
|
||||
bus-range = <0x00 0xff>;
|
||||
num-lanes = <2>;
|
||||
|
||||
Reference in New Issue
Block a user