Commit 8e6c237c authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel name within the compatible



sofef00 is name of the DDIC, it doesn't contain name of the panel used.
The DDIC is also paired with other panels, so make clear which panel is
used.

New device-tree will work with old driver as expected, due to secondary
compatible.

Cosmetic: sort the properties in the node.

Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20251204-sofef00-rebuild-v4-1-7f6e030ae5b7@ixit.cz


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 08a797db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@ battery: battery {
};

&display_panel {
	status = "okay";
	compatible = "samsung,sofef00-ams628nw01", "samsung,sofef00";

	compatible = "samsung,sofef00";
	status = "okay";
};

&bq27441_fg {