[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176004726783.3398685.3709173362814048798.robh@kernel.org>
Date: Thu, 09 Oct 2025 17:03:42 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Erikas Bitovtas <xerikasxx@...il.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
phone-devel@...r.kernel.org, Konrad Dybcio <konradybcio@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
~postmarketos/upstreaming@...ts.sr.ht,
Bjorn Andersson <andersson@...nel.org>, linux-arm-msm@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v2 0/2] arm64: dts: qcom: msm8939-asus-z00t: add
initial device tree
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@...il.com:
arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dtb: iommu@...8000 (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@...8000 (qcom,msm8916-iommu): clocks: [[31, 129], [31, 140], [31, 175]] is too long
from schema $id: http://devicetree.org/schemas/iommu/qcom,iommu.yaml#
Powered by blists - more mailing lists