mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
arm64: dts: rk3399-android-next: add iommu_enabled property in vpu&rkvdec node
camera will query this property, this is historical issue!!! Change-Id: Ida221e9f5781dcc5562cad69e2ac437290b946bb Signed-off-by: Jung Zhao <jung.zhao@rock-chips.com>
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
compatible = "rockchip,vpu_service";
|
||||
rockchip,grf = <&grf>;
|
||||
iommus = <&vpu_mmu>;
|
||||
iommu_enabled = <1>;
|
||||
reg = <0x0 0xff650000 0x0 0x800>;
|
||||
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH 0>,
|
||||
<GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@@ -168,6 +169,7 @@
|
||||
compatible = "rockchip,rkvdec";
|
||||
rockchip,grf = <&grf>;
|
||||
iommus = <&vdec_mmu>;
|
||||
iommu_enabled = <1>;
|
||||
reg = <0x0 0xff660000 0x0 0x400>;
|
||||
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
interrupt-names = "irq_dec";
|
||||
|
||||
Reference in New Issue
Block a user