Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

David Heidelberg and committed by
Bjorn Andersson
8e6c237c 08a797db

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
··· 31 31 }; 32 32 33 33 &display_panel { 34 - status = "okay"; 34 + compatible = "samsung,sofef00-ams628nw01", "samsung,sofef00"; 35 35 36 - compatible = "samsung,sofef00"; 36 + status = "okay"; 37 37 }; 38 38 39 39 &bq27441_fg {