.../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../arm64/boot/dts/qcom/msm8939-asus-z00t.dts | 256 ++++++++++++++++++ 3 files changed, 258 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts
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 --- Changes in v2: - added customary newline before 'status' properties - removed odd newlines in pin configuration nodes - reordered pin configuration nodes by their 'pins' properties Link to v1: https://lore.kernel.org/linux-arm-msm/20250930132556.266434-1-xerikasxx@gmail.com/ 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 | 256 ++++++++++++++++++ 3 files changed, 258 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts -- 2.51.0
On Wed, 08 Oct 2025 21:20:18 +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
>
> [...]
Applied, thanks!
[1/2] dt-bindings: arm: qcom: Add Asus ZenFone 2 Laser/Selfie
commit: bc42d98593535ccca739f67d9b9cb859f4e13304
[2/2] arm64: dts: qcom: msm8939-asus-z00t: add initial device tree
commit: 42621cbb3afd47e1e3000abe2da8ac33286fff4f
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On Wed, 08 Oct 2025 21:20:18 +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 > --- > Changes in v2: > - added customary newline before 'status' properties > - removed odd newlines in pin configuration nodes > - reordered pin configuration nodes by their 'pins' properties > Link to v1: https://lore.kernel.org/linux-arm-msm/20250930132556.266434-1-xerikasxx@gmail.com/ > > 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 | 256 ++++++++++++++++++ > 3 files changed, 258 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: remotes/arm-soc/qcom/dt64-51-gc11645afb0e2 (best guess, 1/2 blobs matched) Base: remotes/arm-soc/qcom/dt64-51-gc11645afb0e2 (use --merge-base to override) 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 20251008182106.217340-1-xerikasxx@gmail.com: 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#
© 2016 - 2025 Red Hat, Inc.