Skip to content

Commit

Permalink
arm64: dts: mediatek: mt8173-elm: Move display to ps8640 auxiliary bus
Browse files Browse the repository at this point in the history
Move the display to an aux-bus subnode of the PS8640 eDP bridge.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230111140724.294533-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
  • Loading branch information
AngeloGioacchino Del Regno authored and Matthias Brugger committed Jan 19, 2023
1 parent c5fe37e commit c2d94f7
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,6 @@
};
};

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";
Expand Down Expand Up @@ -282,6 +270,20 @@
};
};
};

aux-bus {
panel: panel {
compatible = "lg,lp120up1";
power-supply = <&panel_fixed_3v3>;
backlight = <&backlight>;

port {
panel_in: endpoint {
remote-endpoint = <&ps8640_out>;
};
};
};
};
};
};

Expand Down

0 comments on commit c2d94f7

Please sign in to comment.