Skip to content

Commit 8e6c237

Browse files
okiasandersson
authored andcommitted
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>
1 parent 08a797d commit 8e6c237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
};
3232

3333
&display_panel {
34-
status = "okay";
34+
compatible = "samsung,sofef00-ams628nw01", "samsung,sofef00";
3535

36-
compatible = "samsung,sofef00";
36+
status = "okay";
3737
};
3838

3939
&bq27441_fg {

0 commit comments

Comments
 (0)