mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-27 04:38:14 -04:00
arm64: dts: mt8186: Add dsi node
Add dsi node for mt8186 SoC. Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> Link: https://lore.kernel.org/r/20221123135531.23221-5-allen-kh.cheng@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
d4a651625a
commit
bd2b1b4a63
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user