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

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

parent c5fe37e8
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -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";
@@ -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>;
					};
				};
			};
		};
	};
};