This patchset enables display on the OnePlus 6T smartphone. Minor adjust to the device-tree of OnePlus 6 had to be done to properly document reset GPIO used. Also same adjustments had been done to the sofef00 panel driver (used by OnePlus 6).
In the last step new DDIC driver is introduced together with AMS641RW panel sequences. Signed-off-by: David Heidelberg <da...@ixit.cz> --- Casey Connolly (1): arm64: dts: qcom: sdm845-oneplus: Describe panel vci and poc supplies David Heidelberg (7): dt-bindings: panel: Add Samsung S6E3FC2X01 DDIC with panel dt-bindings: display: panel-simple-dsi: Remove Samsung S6E3FC2 compatible arm64: dts: qcom: sdm845-oneplus-fajita: Reflect used panel in compatible arm64: dts: qcom: sdm845-oneplus: Correct panel reset gpio polarity arm64: dts: qcom: sdm845-oneplus: Document TE gpio drm/panel: samsung-sofef00: Invert reset gpio polarity drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panel .../bindings/display/panel/panel-simple-dsi.yaml | 2 - .../bindings/display/panel/samsung,s6e3fc2x01.yaml | 77 ++++ MAINTAINERS | 6 + .../arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 31 +- arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts | 2 +- drivers/gpu/drm/panel/Kconfig | 13 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-samsung-s6e3fc2x01.c | 404 +++++++++++++++++++++ drivers/gpu/drm/panel/panel-samsung-sofef00.c | 10 +- 9 files changed, 536 insertions(+), 10 deletions(-) --- base-commit: ce7f1a983b074f6cf8609068088ca3182c569ee4 change-id: 20250923-s6e3fc2x01-f9550b822fe5 Best regards, -- David Heidelberg <da...@ixit.cz>