Commit 2bf37598 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Remove useless interrupt-names properties from px30 IOMMU nodes

parent a7ecfad4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1087,7 +1087,6 @@ vopb_mmu: iommu@ff460f00 {
		compatible = "rockchip,iommu";
		reg = <0x0 0xff460f00 0x0 0x100>;
		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "vopb_mmu";
		clocks = <&cru ACLK_VOPB>, <&cru HCLK_VOPB>;
		clock-names = "aclk", "iface";
		power-domains = <&power PX30_PD_VO>;
@@ -1128,7 +1127,6 @@ vopl_mmu: iommu@ff470f00 {
		compatible = "rockchip,iommu";
		reg = <0x0 0xff470f00 0x0 0x100>;
		interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "vopl_mmu";
		clocks = <&cru ACLK_VOPL>, <&cru HCLK_VOPL>;
		clock-names = "aclk", "iface";
		power-domains = <&power PX30_PD_VO>;