arm64: dts: mediatek: mt8173-elm: Move display to ps8640 auxiliary bus
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 11 Jan 2023 14:07:24 +0000 (15:07 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 19 Jan 2023 18:22:09 +0000 (19:22 +0100)
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>
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

index a973cf3..5e24c34 100644 (file)
                };
        };
 
-       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";
                                };
                        };
                };
+
+               aux-bus {
+                       panel: panel {
+                               compatible = "lg,lp120up1";
+                               power-supply = <&panel_fixed_3v3>;
+                               backlight = <&backlight>;
+
+                               port {
+                                       panel_in: endpoint {
+                                               remote-endpoint = <&ps8640_out>;
+                                       };
+                               };
+                       };
+               };
        };
 };