Commit 04b09f6e authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo
Browse files

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a39e724e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;