On Sun, 15 Jun 2025 22:35:02 +0200, André Apitzsch wrote: > This dts adds support for BQ Aquaris X5 Plus (Longcheer L9360) released > in 2016. > > Add a device tree with initial support for: > > - GPIO keys > - NFC > - SDHCI > - Status LED > - Touchscreen > > Signed-off-by: André Apitzsch <g...@apitzsch.eu> > --- > Changes in v2: > - Add Fixes and R-b tag > - Move sdc2 GPIO definitions into msm8976.dtsi (new patch) > - Remove comments from rmi4 nodes > - Don't touch tz-app memory region. Currently, the bigger size seems > not necessary. > - Link to v1: > https://lore.kernel.org/r/20250613-bqx5plus-v1-0-2bc2d4370...@apitzsch.eu > > --- > André Apitzsch (4): > arm64: dts: qcom: msm8976: Make blsp_dma controlled-remotely > dt-bindings: arm: qcom: Add MSM8976 BQ Aquaris X5 Plus > arm64: dts: qcom: msm8976: Add sdc2 GPIOs > arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree > > Documentation/devicetree/bindings/arm/qcom.yaml | 5 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../boot/dts/qcom/msm8976-longcheer-l9360.dts | 490 > +++++++++++++++++++++ > arch/arm64/boot/dts/qcom/msm8976.dtsi | 38 ++ > 4 files changed, 534 insertions(+) > --- > base-commit: 0bb71d301869446810a0b13d3da290bd455d7c78 > change-id: 20250612-bqx5plus-d72e11f5877c > > Best regards, > -- > André Apitzsch <g...@apitzsch.eu> > > >
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 0bb71d301869446810a0b13d3da290bd455d7c78 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 20250615-bqx5plus-v2-0-72b45c842...@apitzsch.eu: arch/arm64/boot/dts/qcom/msm8976-longcheer-l9360.dtb: display-controller@1a01000 (qcom,msm8976-mdp5): clock-names: 'oneOf' conditional failed, one must be fixed: ['iface', 'bus', 'core', 'vsync', 'tbu', 'tbu_rt'] is too long 'iommu' was expected 'lut' was expected 'vsync' was expected 'tbu' was expected from schema $id: http://devicetree.org/schemas/display/msm/qcom,mdp5.yaml# arch/arm64/boot/dts/qcom/msm8976-longcheer-l9360.dtb: gpu@1c00000 (qcom,adreno-510.0): clock-names:5: 'alwayson' is not one of ['core', 'iface', 'mem', 'mem_iface', 'alt_mem_iface', 'gfx3d', 'rbbmtimer', 'rbcpr'] from schema $id: http://devicetree.org/schemas/display/msm/gpu.yaml#