mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: dts: rk3366: enable iep mmu
enable iep mmu Change-Id: Ia70422fbdf60d5cea8deaa2695913ccf32b580a3 Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
@@ -654,6 +654,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&iep_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vpu_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -747,6 +747,15 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
iep_mmu: iep-mmu {
|
||||
dbgname = "iep";
|
||||
compatible = "rockchip,iep_mmu";
|
||||
reg = <0x0 0xff900800 0x0 0x100>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "iep_mmu";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vpu_mmu: vpu_mmu {
|
||||
dbgname = "vpu";
|
||||
compatible = "rockchip,vpu_mmu";
|
||||
|
||||
Reference in New Issue
Block a user