Commit c2d94f72 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger

arm64: dts: mediatek: mt8173-elm: Move display to ps8640 auxiliary bus

Move the display to an aux-bus subnode of the PS8640 eDP bridge.
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230111140724.294533-1-angelogioacchino.delregno@collabora.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent c5fe37e8
......@@ -90,18 +90,6 @@ switch-volume-up {
};
};
panel: panel {
compatible = "lg,lp120up1";
power-supply = <&panel_fixed_3v3>;
backlight = <&backlight>;
port {
panel_in: endpoint {
remote-endpoint = <&ps8640_out>;
};
};
};
panel_fixed_3v3: regulator1 {
compatible = "regulator-fixed";
regulator-name = "PANEL_3V3";
......@@ -282,6 +270,20 @@ ps8640_out: endpoint {
};
};
};
aux-bus {
panel: panel {
compatible = "lg,lp120up1";
power-supply = <&panel_fixed_3v3>;
backlight = <&backlight>;
port {
panel_in: endpoint {
remote-endpoint = <&ps8640_out>;
};
};
};
};
};
};
......
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