On Tue, 30 Sep 2025 16:20:08 +0300, Erikas Bitovtas wrote: > This dts adds support for Asus ZenFone 2 Laser/Selfie (1080p) smartphone > released in 2015. > > Add an initial device tree support for Z00T with support for: > - GPIO keys > - SDHCI (Internal and external storage) > - WCNSS (WiFi/BT) > - Sensors (accelerometer and magnetometer) > - Touchscreen > - Audio input and output > - Vibrator > > Erikas Bitovtas (2): > dt-bindings: arm: qcom: Add Asus ZenFone 2 Laser/Selfie > arm64: dts: qcom: msm8939-asus-z00t: add initial device tree > > .../devicetree/bindings/arm/qcom.yaml | 1 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../arm64/boot/dts/qcom/msm8939-asus-z00t.dts | 255 ++++++++++++++++++ > 3 files changed, 257 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts > > -- > 2.51.0 > > >
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: attempting to guess base-commit... Base: tags/next-20250929 (exact match) 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 [email protected]: arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dtb: iommu@1f08000 (qcom,msm8916-iommu): clock-names: ['iface', 'bus', 'tbu'] is too long from schema $id: http://devicetree.org/schemas/iommu/qcom,iommu.yaml# arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dtb: iommu@1f08000 (qcom,msm8916-iommu): clocks: [[31, 129], [31, 140], [31, 175]] is too long from schema $id: http://devicetree.org/schemas/iommu/qcom,iommu.yaml#

