mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rockchip: iommu: replace prefix iommu with rockchip for iommu compatible
This commit is contained in:
@@ -669,7 +669,7 @@
|
||||
|
||||
vop_mmu {
|
||||
dbgname = "vop";
|
||||
compatible = "iommu,vop_mmu";
|
||||
compatible = "rockchip,vop_mmu";
|
||||
reg = <0x10118300 0x100>;
|
||||
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "vop_mmu";
|
||||
@@ -677,7 +677,7 @@
|
||||
|
||||
hevc_mmu {
|
||||
dbgname = "hevc";
|
||||
compatible = "iommu,hevc_mmu";
|
||||
compatible = "rockchip,hevc_mmu";
|
||||
reg = <0x1010c440 0x100>,
|
||||
<0x1010c480 0x100>;
|
||||
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
|
||||
@@ -686,7 +686,7 @@
|
||||
|
||||
vpu_mmu {
|
||||
dbgname = "vpu";
|
||||
compatible = "iommu,vpu_mmu";
|
||||
compatible = "rockchip,vpu_mmu";
|
||||
reg = <0x10108800 0x100>;
|
||||
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "vpu_mmu";
|
||||
|
||||
@@ -772,7 +772,7 @@
|
||||
|
||||
vop_mmu {
|
||||
dbgname = "vop";
|
||||
compatible = "iommu,vop_mmu";
|
||||
compatible = "rockchip,vop_mmu";
|
||||
reg = <0x1010e300 0x100>;
|
||||
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "vop_mmu";
|
||||
@@ -780,7 +780,7 @@
|
||||
|
||||
hevc_mmu {
|
||||
dbgname = "hevc";
|
||||
compatible = "iommu,hevc_mmu";
|
||||
compatible = "rockchip,hevc_mmu";
|
||||
reg = <0x10104440 0x100>,
|
||||
<0x10104480 0x100>;
|
||||
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
|
||||
@@ -789,7 +789,7 @@
|
||||
|
||||
vpu_mmu {
|
||||
dbgname = "vpu";
|
||||
compatible = "iommu,vpu_mmu";
|
||||
compatible = "rockchip,vpu_mmu";
|
||||
reg = <0x10104800 0x100>;
|
||||
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "vpu_mmu";
|
||||
@@ -797,7 +797,7 @@
|
||||
|
||||
iep_mmu {
|
||||
dbgname = "iep";
|
||||
compatible = "iommu,iep_mmu";
|
||||
compatible = "rockchip,iep_mmu";
|
||||
reg = <0x10108800 0x100>;
|
||||
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "iep_mmu";
|
||||
|
||||
Reference in New Issue
Block a user