On 08/10/2025 17:54, Dmitry Baryshkov wrote:
On Wed, Oct 08, 2025 at 04:05:30PM +0200, David Heidelberg via B4 Relay wrote:
From: David Heidelberg <[email protected]>
Switch from older effort to support different panels within one driver
(which already dropped support for the HW) to the freshly written one.
Please disconnect the driver and the DT description. DT can be used by
other instances (U-Boot, OpenBSD, etc.).
Just to note, there are no users (anywhere) for this compatible.
Would be the change of the commit wording enough in this case?
If not, I would then propose to use for OnePlus 6T just an extension as
compatible = "samsung,s6e3fc2x01-ams641rw", "samsung,s6e3fc2x01";
Thank you
Signed-off-by: David Heidelberg <[email protected]>
---
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
b/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
index 7e75decfda052..55b3e94dd9726 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
@@ -32,7 +32,7 @@ battery: battery {
&display_panel {
status = "okay";
- compatible = "samsung,s6e3fc2x01";
+ compatible = "samsung,s6e3fc2x01-ams641rw";
};
&i2c4 {
--
2.51.0
--
David Heidelberg