Commit b1bf5570 authored by Bo-Chen Chen's avatar Bo-Chen Chen Committed by Matthias Brugger

arm64: dts: mediatek: cherry: Add dp-intf ports

Dp-intfs provide the pixel data to edptx and dptx. To support edptx
and dptx, we need to add dp-intf0 and dp-intf1 ports.
Signed-off-by: default avatarBo-Chen Chen <rex-bc.chen@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221110063716.25677-4-rex-bc.chen@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 64196979
...@@ -120,6 +120,24 @@ scp_mem: memory@50000000 { ...@@ -120,6 +120,24 @@ scp_mem: memory@50000000 {
}; };
}; };
&dp_intf0 {
status = "okay";
port {
dp_intf0_out: endpoint {
};
};
};
&dp_intf1 {
status = "okay";
port {
dp_intf1_out: endpoint {
};
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
......
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