[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175625023137.716456.17233441178355576969.robh@kernel.org>
Date: Tue, 26 Aug 2025 18:19:45 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Wasim Nazir <wasim.nazir@....qualcomm.com>
Cc: linux-kernel@...r.kernel.org, Ulf Hansson <ulf.hansson@...aro.org>,
Nirmesh Kumar Singh <quic_nkumarsi@...cinc.com>,
Vishal Kumar Pal <quic_vispal@...cinc.com>,
Bjorn Andersson <andersson@...nel.org>, linux-mmc@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Richard Cochran <richardcochran@...il.com>,
Mohd Ayaan Anwar <quic_mohdayaa@...cinc.com>,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>,
Dikshita Agarwal <quic_dikshita@...cinc.com>,
Krishna Kurapati <krishna.kurapati@....qualcomm.com>,
devicetree@...r.kernel.org, netdev@...r.kernel.org,
Viken Dadhaniya <viken.dadhaniya@....qualcomm.com>,
Konrad Dybcio <konradybcio@...nel.org>,
Sushrut Shree Trivedi <quic_sushruts@...cinc.com>,
Conor Dooley <conor+dt@...nel.org>,
Monish Chunara <quic_mchunara@...cinc.com>, kernel@....qualcomm.com,
linux-arm-msm@...r.kernel.org,
Mohammad Rafi Shaik <mohammad.rafi.shaik@....qualcomm.com>
Subject: Re: [PATCH 0/5] arm64: dts: qcom: lemans-evk: Extend board support
for additional peripherals
On Tue, 26 Aug 2025 23:50:59 +0530, Wasim Nazir wrote:
> This series extend support for additional peripherals on the Qualcomm
> Lemans EVK board to enhance overall hardware functionality.
>
> It includes:
> - New peripherals like:
> - GPI (Generic Peripheral Interface) DMA controllers and QUPv3 controllers
> for peripheral communication.
> - PCIe HW with required regulators and PHYs.
> - I2C based devices like GPIO I/O expander and EEPROM.
> - USB0 controller in device mode.
> - Remoteproc subsystems for supported DSPs.
> - Qca8081 2.5G Ethernet PHY.
> - Iris video decoder.
> - SD card support on SDHC v5.
> - Audio change [1] to support capture and playback on I2S.
>
> Dependency:
> - Revert commit b5323835f050 ("OPP: Reorganize _opp_table_find_key()") to
> avoid regression introduced in linux-next (20250825).
> - This series depends on the removal of partial changes from patch [2],
> which are now part of the above commit and are causing boot failures as
> described in [3].
> - The ethernet PHY QCA8081 depends on CONFIG_QCA808X_PHY, without
> which ethernet will not work.
>
> [1] https://lore.kernel.org/linux-arm-msm/20250822131902.1848802-1-mohammad.rafi.shaik@oss.qualcomm.com/
> [2] https://lore.kernel.org/all/20250820-opp_pcie-v4-2-273b8944eed0@oss.qualcomm.com/
> [3] https://lore.kernel.org/all/aKyS0RGZX4bxbjDj@hu-wasimn-hyd.qualcomm.com/
>
> ---
> Mohammad Rafi Shaik (2):
> arm64: dts: qcom: lemans: Add gpr node
> arm64: dts: qcom: lemans-evk: Add sound card
>
> Monish Chunara (2):
> dt-bindings: mmc: sdhci-msm: Document the Lemans compatible
> arm64: dts: qcom: lemans: Add SDHC controller and SDC pin configuration
>
> Wasim Nazir (1):
> arm64: dts: qcom: lemans-evk: Extend peripheral and subsystem support
>
> .../devicetree/bindings/mmc/sdhci-msm.yaml | 1 +
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 439 +++++++++++++++++++++
> arch/arm64/boot/dts/qcom/lemans.dtsi | 124 ++++++
> 3 files changed, 564 insertions(+)
> ---
> base-commit: d0630b758e593506126e8eda6c3d56097d1847c5
> change-id: 20250814-lemans-evk-bu-ec015ce4080e
>
> Best regards,
> --
> Wasim Nazir <wasim.nazir@....qualcomm.com>
>
>
>
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 d0630b758e593506126e8eda6c3d56097d1847c5
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 20250826-lemans-evk-bu-v1-0-08016e0d3ce5@....qualcomm.com:
arch/arm64/boot/dts/qcom/lemans-evk.dtb: ethernet@...40000 (qcom,sa8775p-ethqos): Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
Powered by blists - more mailing lists