]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel name within the compatible
authorDavid Heidelberg <david@ixit.cz>
Thu, 4 Dec 2025 10:41:24 +0000 (11:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 16 Dec 2025 23:24:09 +0000 (15:24 -0800)
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: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20251204-sofef00-rebuild-v4-1-7f6e030ae5b7@ixit.cz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts

index a259eb9d45ae07497d4ed31c643871eebe970200..8aead6dc25e007c84f5fc32e77b4407c9ec40766 100644 (file)
@@ -31,9 +31,9 @@
 };
 
 &display_panel {
-       status = "okay";
+       compatible = "samsung,sofef00-ams628nw01", "samsung,sofef00";
 
-       compatible = "samsung,sofef00";
+       status = "okay";
 };
 
 &bq27441_fg {