Commit bd2b1b4a authored by Allen-KH Cheng's avatar Allen-KH Cheng Committed by Matthias Brugger

arm64: dts: mt8186: Add dsi node

Add dsi node for mt8186 SoC.
Signed-off-by: default avatarAllen-KH Cheng <allen-kh.cheng@mediatek.com>
Link: https://lore.kernel.org/r/20221123135531.23221-5-allen-kh.cheng@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent d4a65162
......@@ -979,6 +979,25 @@ larb1: smi@14004000 {
power-domains = <&spm MT8186_POWER_DOMAIN_DIS>;
};
dsi0: dsi@14013000 {
compatible = "mediatek,mt8186-dsi";
reg = <0 0x14013000 0 0x1000>;
clocks = <&mmsys CLK_MM_DSI0>,
<&mmsys CLK_MM_DSI0_DSI_CK_DOMAIN>,
<&mipi_tx0>;
clock-names = "engine", "digital", "hs";
interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH 0>;
power-domains = <&spm MT8186_POWER_DOMAIN_DIS>;
resets = <&mmsys MT8186_MMSYS_SW0_RST_B_DISP_DSI0>;
phys = <&mipi_tx0>;
phy-names = "dphy";
status = "disabled";
port {
dsi_out: endpoint { };
};
};
iommu_mm: iommu@14016000 {
compatible = "mediatek,mt8186-iommu-mm";
reg = <0 0x14016000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment