arm64: dts: rockchip: px30: fix vopl iommu interrupt number error

Change-Id: Iad68ab8e71e52eaec7279e509155e07f249099f0
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2019-11-05 17:42:21 +08:00
committed by Tao Huang
parent 088101b2e9
commit 6243095744

View File

@@ -1578,7 +1578,7 @@
vopl_mmu: iommu@ff470f00 {
compatible = "rockchip,iommu";
reg = <0x0 0xff470f00 0x0 0x100>;
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "vopl_mmu";
clocks = <&cru ACLK_VOPL>, <&cru HCLK_VOPL>;
clock-names = "aclk", "iface";