Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes

In order to generalize the node names, the DMA-related nodes
corresponding to MT8183 MDP3 need to be corrected.

Fixes: 60a2fb8d202a ("arm64: dts: mt8183: add MediaTek MDP3 nodes")
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>

authored by

Moudy Ho and committed by
AngeloGioacchino Del Regno
188ffcd7 6b7e0eb6

+4 -2
+4 -2
arch/arm64/boot/dts/mediatek/mt8183.dtsi
··· 1781 1781 mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0 0x1000>; 1782 1782 }; 1783 1783 1784 - mdp3-rdma0@14001000 { 1784 + dma-controller0@14001000 { 1785 1785 compatible = "mediatek,mt8183-mdp3-rdma"; 1786 1786 reg = <0 0x14001000 0 0x1000>; 1787 1787 mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x1000 0x1000>; ··· 1793 1793 iommus = <&iommu M4U_PORT_MDP_RDMA0>; 1794 1794 mboxes = <&gce 20 CMDQ_THR_PRIO_LOWEST 0>, 1795 1795 <&gce 21 CMDQ_THR_PRIO_LOWEST 0>; 1796 + #dma-cells = <1>; 1796 1797 }; 1797 1798 1798 1799 mdp3-rsz0@14003000 { ··· 1814 1813 clocks = <&mmsys CLK_MM_MDP_RSZ1>; 1815 1814 }; 1816 1815 1817 - mdp3-wrot0@14005000 { 1816 + dma-controller@14005000 { 1818 1817 compatible = "mediatek,mt8183-mdp3-wrot"; 1819 1818 reg = <0 0x14005000 0 0x1000>; 1820 1819 mediatek,gce-client-reg = <&gce SUBSYS_1400XXXX 0x5000 0x1000>; ··· 1823 1822 power-domains = <&spm MT8183_POWER_DOMAIN_DISP>; 1824 1823 clocks = <&mmsys CLK_MM_MDP_WROT0>; 1825 1824 iommus = <&iommu M4U_PORT_MDP_WROT0>; 1825 + #dma-cells = <1>; 1826 1826 }; 1827 1827 1828 1828 mdp3-wdma@14006000 {