arm64: dts: rockchip: rk3568: rkcif mmu uses version 2

Signed-off-by: Allon Huang <allon.huang@rock-chips.com>
Change-Id: I1f861c6786c6bf7e9a41e4226f6ccb0587836cf6
This commit is contained in:
Allon Huang
2021-01-29 18:33:11 +08:00
committed by Tao Huang
parent 77b09cc635
commit 8d48061d70

View File

@@ -1421,22 +1421,21 @@
};
rkcif_mmu: iommu@fdfe0800 {
compatible = "rockchip,iommu";
compatible = "rockchip,iommu-v2";
reg = <0x0 0xfdfe0800 0x0 0x100>;
interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "cif_mmu";
clocks = <&cru ACLK_VICAP>, <&cru HCLK_VICAP>;
clock-names = "aclk", "iface";
power-domains = <&power RK3568_PD_VI>;
#iommu-cells = <0>;
rockchip,disable-mmu-reset;
#iommu-cells = <0>;
status = "disabled";
};
rkcif_dvp: rkcif_dvp {
compatible = "rockchip,rkcif-dvp";
rockchip,hw = <&rkcif>;
iommus = <&rkcif_mmu>;
status = "disabled";
};
@@ -1449,7 +1448,6 @@
rkcif_mipi_lvds: rkcif_mipi_lvds {
compatible = "rockchip,rkcif-mipi-lvds";
rockchip,hw = <&rkcif>;
iommus = <&rkcif_mmu>;
status = "disabled";
};