On Thu, 25 Sep 2025 11:12:46 +0200, David Heidelberg wrote: > 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> > > >
My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade This patch series was applied (using b4) to base: Base: using specified base-commit ce7f1a983b074f6cf8609068088ca3182c569ee4 If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/qcom/' for 20250925-s6e3fc2x01-v1-0-929301676...@ixit.cz: arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dtb: panel@0 (samsung,sofef00): 'poc-supply', 'te-gpios', 'vci-supply' do not match any of the regexes: '^pinctrl-[0-9]+$' from schema $id: http://devicetree.org/schemas/display/panel/panel-simple-dsi.yaml#