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.). > > 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 > > -- With best wishes Dmitry
