]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: mt8183: add dpi node to mt8183
authorPi-Hsun Shih <pihsun@chromium.org>
Mon, 19 Aug 2024 12:05:55 +0000 (20:05 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 9 Sep 2024 14:41:35 +0000 (16:41 +0200)
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>
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index 267378fa46c0c02b03dc8b0257644ed1fc79ff66..266441e999f2113618197554282b5f6cf441ad7f 100644 (file)
                        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 {
                        compatible = "mediatek,mt8183-disp-mutex";
                        reg = <0 0x14016000 0 0x1000>;