arm64: dts: mt8183: add dpi node to mt8183

Add dpi node to mt8183.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org>
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Pin-yen Lin <treapking@chromium.org>
Link: https://lore.kernel.org/r/20240819120735.1508789-1-treapking@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Pi-Hsun Shih 2024-08-19 20:05:55 +08:00 committed by Matthias Brugger
parent d03521e6c1
commit 009d855a26

View File

@ -1836,6 +1836,17 @@ dsi0: dsi@14014000 {
phy-names = "dphy"; phy-names = "dphy";
}; };
dpi0: dpi@14015000 {
compatible = "mediatek,mt8183-dpi";
reg = <0 0x14015000 0 0x1000>;
interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_LOW>;
power-domains = <&spm MT8183_POWER_DOMAIN_DISP>;
clocks = <&mmsys CLK_MM_DPI_IF>,
<&mmsys CLK_MM_DPI_MM>,
<&apmixedsys CLK_APMIXED_TVDPLL>;
clock-names = "pixel", "engine", "pll";
};
mutex: mutex@14016000 { mutex: mutex@14016000 {
compatible = "mediatek,mt8183-disp-mutex"; compatible = "mediatek,mt8183-disp-mutex";
reg = <0 0x14016000 0 0x1000>; reg = <0 0x14016000 0 0x1000>;