Skip to content

Commit 6af95e0

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: remove interrupt-names from iommu nodes
The iommu driver gets the interrupts by platform_get_irq(), so remove interrupt-names property from iommu nodes. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent b3198e0 commit 6af95e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,6 @@
987987
compatible = "rockchip,iommu";
988988
reg = <0x0 0xff900800 0x0 0x40>;
989989
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
990-
interrupt-names = "iep_mmu";
991990
clocks = <&cru ACLK_IEP>, <&cru HCLK_IEP>;
992991
clock-names = "aclk", "iface";
993992
#iommu-cells = <0>;
@@ -998,7 +997,6 @@
998997
compatible = "rockchip,iommu";
999998
reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
1000999
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1001-
interrupt-names = "isp_mmu";
10021000
clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
10031001
clock-names = "aclk", "iface";
10041002
#iommu-cells = <0>;
@@ -1059,7 +1057,6 @@
10591057
compatible = "rockchip,iommu";
10601058
reg = <0x0 0xff930300 0x0 0x100>;
10611059
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1062-
interrupt-names = "vopb_mmu";
10631060
clocks = <&cru ACLK_VOP0>, <&cru HCLK_VOP0>;
10641061
clock-names = "aclk", "iface";
10651062
power-domains = <&power RK3288_PD_VIO>;
@@ -1109,7 +1106,6 @@
11091106
compatible = "rockchip,iommu";
11101107
reg = <0x0 0xff940300 0x0 0x100>;
11111108
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
1112-
interrupt-names = "vopl_mmu";
11131109
clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>;
11141110
clock-names = "aclk", "iface";
11151111
power-domains = <&power RK3288_PD_VIO>;
@@ -1252,7 +1248,6 @@
12521248
compatible = "rockchip,iommu";
12531249
reg = <0x0 0xff9a0800 0x0 0x100>;
12541250
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1255-
interrupt-names = "vpu_mmu";
12561251
clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
12571252
clock-names = "aclk", "iface";
12581253
#iommu-cells = <0>;
@@ -1263,7 +1258,6 @@
12631258
compatible = "rockchip,iommu";
12641259
reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
12651260
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
1266-
interrupt-names = "hevc_mmu";
12671261
clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
12681262
clock-names = "aclk", "iface";
12691263
#iommu-cells = <0>;

0 commit comments

Comments
 (0)