Skip to content

Commit 6e6972f

Browse files
grygoriySTero Kristo
authored andcommitted
arm64: dts: ti: k3-am65/j721e-main: rename gic-its node to msi-controller
The preferable name for gic-its is msi-controller, so rename it to fix dtbs_check warning: k3-j721e-common-proc-board.dt.yaml: interrupt-controller@1800000: gic-its@1820000: False schema does not allow {'compatible': ['arm,gic-v3-its'], 'reg': [[0, 25296896, 0, 65536]], 'socionext,synquacer-pre-its': [[16777216, 4194304]], 'msi-controller': True, '#msi-cells': [[1]]} Signed-off-by: Grygorii Strashko <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent d0c72c7 commit 6e6972f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
4444

45-
gic_its: gic-its@1820000 {
45+
gic_its: msi-controller@1820000 {
4646
compatible = "arm,gic-v3-its";
4747
reg = <0x00 0x01820000 0x00 0x10000>;
4848
socionext,synquacer-pre-its = <0x1000000 0x400000>;

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/* vcpumntirq: virtual CPU interface maintenance interrupt */
3232
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
3333

34-
gic_its: gic-its@1820000 {
34+
gic_its: msi-controller@1820000 {
3535
compatible = "arm,gic-v3-its";
3636
reg = <0x00 0x01820000 0x00 0x10000>;
3737
socionext,synquacer-pre-its = <0x1000000 0x400000>;

0 commit comments

Comments
 (0)