arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name
DMA-related nodes have their own standardized naming. Therefore, the MT8195 VDOSYS RDMA has been unified and corrected. Additionally, these modifications will facilitate the further integration of bindings. Fixes: 92d2c23dc269 ("arm64: dts: mt8195: add display node for vdosys1") Signed-off-by: Moudy Ho <moudy.ho@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
188ffcd7fe
commit
52f4a10f2a
@ -2869,7 +2869,7 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
};
|
||||
|
||||
vdo1_rdma0: rdma@1c104000 {
|
||||
vdo1_rdma0: dma-controller@1c104000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c104000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 495 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2877,9 +2877,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA0>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x4000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma1: rdma@1c105000 {
|
||||
vdo1_rdma1: dma-controller@1c105000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c105000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2887,9 +2888,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA1>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x5000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma2: rdma@1c106000 {
|
||||
vdo1_rdma2: dma-controller@1c106000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c106000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 497 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2897,9 +2899,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA2>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x6000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma3: rdma@1c107000 {
|
||||
vdo1_rdma3: dma-controller@1c107000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c107000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 498 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2907,9 +2910,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA3>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x7000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma4: rdma@1c108000 {
|
||||
vdo1_rdma4: dma-controller@1c108000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c108000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 499 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2917,9 +2921,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA4>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x8000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma5: rdma@1c109000 {
|
||||
vdo1_rdma5: dma-controller@1c109000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c109000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 500 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2927,9 +2932,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA5>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x9000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma6: rdma@1c10a000 {
|
||||
vdo1_rdma6: dma-controller@1c10a000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c10a000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 501 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2937,9 +2943,10 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vdo M4U_PORT_L2_MDP_RDMA6>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xa000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
vdo1_rdma7: rdma@1c10b000 {
|
||||
vdo1_rdma7: dma-controller@1c10b000 {
|
||||
compatible = "mediatek,mt8195-vdo1-rdma";
|
||||
reg = <0 0x1c10b000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 502 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
@ -2947,6 +2954,7 @@
|
||||
power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>;
|
||||
iommus = <&iommu_vpp M4U_PORT_L3_MDP_RDMA7>;
|
||||
mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xb000 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
merge1: vpp-merge@1c10c000 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user