arm64: dts: mediatek: cherry: Add dp-intf ports
authorBo-Chen Chen <rex-bc.chen@mediatek.com>
Thu, 10 Nov 2022 06:37:15 +0000 (14:37 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 21 Nov 2022 12:15:00 +0000 (13:15 +0100)
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: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221110063716.25677-4-rex-bc.chen@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

index 9b62e16..303dc32 100644 (file)
        };
 };
 
+&dp_intf0 {
+       status = "okay";
+
+       port {
+               dp_intf0_out: endpoint {
+               };
+       };
+};
+
+&dp_intf1 {
+       status = "okay";
+
+       port {
+               dp_intf1_out: endpoint {
+               };
+       };
+};
+
 &i2c0 {
        status = "okay";