From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>,
andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: richardcochran@gmail.com, geert+renesas@glider.be, arnd@arndb.de,
dmitry.baryshkov@oss.qualcomm.com, ebiggers@kernel.org,
michal.simek@amd.com, luca.weiss@fairphone.com, sven@kernel.org,
prabhakar.mahadev-lad.rj@bp.renesas.com,
kuninori.morimoto.gx@renesas.com, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, m.facchin@arduino.cc, r.mereu@arduino.cc,
loic.poulain@oss.qualcomm.com
Subject: Re: [PATCH 2/7] arm64: dts: qcom: Add Monaco Monza SoM
Date: Tue, 10 Mar 2026 11:39:03 +0100 [thread overview]
Message-ID: <63de1d04-adf0-4608-aeee-2d5208c100ae@oss.qualcomm.com> (raw)
In-Reply-To: <20260309152420.1404349-3-srinivas.kandagatla@oss.qualcomm.com>
On 3/9/26 4:24 PM, Srinivas Kandagatla wrote:
> From: Loic Poulain <loic.poulain@oss.qualcomm.com>
>
> The Monaco Monza SoM is a compact computing module that integrates a
> Monaco/QCS8300 System on Chip (SoC), along with essential components
> optimized for IoT applications. It is designed to be mounted on
> carrier boards, enabling the development of complete embedded systems.
>
> The following components are described:
> - Fixed S2S 1.8V rail
> - PMM8654AU RPMh regulators (PMIC A and PMIC C)
> - Display subsystem/phy supplies (DSI, DP)
> - Enable GPU, GPI DMA, IRIS
> - PCIe Gen4 for both controllers and PHY supply hookups
> - QUPv3 firmware declarations
> - REFGEN always-on workaround for USB2 HS PHY
> - Remoteproc firmware names for ADSP, CDSP and GPDSP
> - Ethernet SERDES supplies
> - USB HS/SS PHY regulators
> - On-SoM eMMC
>
> Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
> Co-developed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
> ---
[...]
> +/* PCIe0 Gen4 x2 */
> +&pcie0 {
> + iommu-map = <0x0 &pcie_smmu 0x0000 0x1>,
> + <0x100 &pcie_smmu 0x0001 0x1>,
> + <0x200 &pcie_smmu 0x0007 0x1>,
> + <0x208 &pcie_smmu 0x0002 0x1>,
> + <0x210 &pcie_smmu 0x0003 0x1>,
> + <0x218 &pcie_smmu 0x0004 0x1>,
> + <0x300 &pcie_smmu 0x0005 0x1>,
> + <0x400 &pcie_smmu 0x0006 0x1>;
> + num-lanes = <2>;
This is already set in monaco.dtsi
[...]
> +/* PCIe1 Gen4 x4 */
> +&pcie1 {
> + num-lanes = <4>;
likewise
[...]
> +&qupv3_id_0 {
> + firmware-name = "qcom/qcs8300/qupv3fw.elf";
> + status = "okay";
Other nodes in this file have a \n before 'status', it'd be neat to have
one everywhere
> +};
> +
> +&qupv3_id_1 {
> + firmware-name = "qcom/qcs8300/qupv3fw.elf";
> + status = "okay";
> +};
> +
> +/* There is a HW/FW issue preventing proper REFGEN hardware voting
> + * for the USB2 HS PHY. As a workaround, we force REFGEN to stay
> + * always‑on in software, matching initial bootloader config.
> + */
> +&refgen{
Please add a space before '{'
[...]
> +/* OnSom eMMC */
> +&sdhc_1 {
This one is out-of-place, alphabetically - please move it up
Konrad
next prev parent reply other threads:[~2026-03-10 10:39 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 15:24 [PATCH 0/7] arm64: dts: qcom: Add support for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 1/7] arm64: dts: qcom: monaco: Add HS/SS endpoints for USB1 controller Srinivas Kandagatla
2026-03-09 19:24 ` Dmitry Baryshkov
2026-03-09 15:24 ` [PATCH 2/7] arm64: dts: qcom: Add Monaco Monza SoM Srinivas Kandagatla
2026-03-10 10:39 ` Konrad Dybcio [this message]
2026-03-11 12:49 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 3/7] dt-bindings: arm: qcom: add Arduino Monza, VENTUNOQ Srinivas Kandagatla
2026-03-09 15:50 ` Krzysztof Kozlowski
2026-03-09 17:47 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support Srinivas Kandagatla
2026-03-09 15:52 ` Krzysztof Kozlowski
2026-03-09 19:37 ` Dmitry Baryshkov
2026-03-13 9:46 ` Srinivas Kandagatla
2026-03-10 10:42 ` Konrad Dybcio
2026-03-10 10:43 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 5/7] arm64: dts: qcom: monaco: add dt entry for lpass lpi pinctrl Srinivas Kandagatla
2026-03-10 10:46 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 6/7] arm64: dts: qcom: monaco-arduino-monza: Add sound node Srinivas Kandagatla
2026-03-09 19:38 ` Dmitry Baryshkov
2026-03-10 9:25 ` Srinivas Kandagatla
2026-03-10 10:45 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 7/7] arm64: defconfig: Enable configs for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 19:39 ` Dmitry Baryshkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=63de1d04-adf0-4608-aeee-2d5208c100ae@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=ebiggers@kernel.org \
--cc=geert+renesas@glider.be \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@oss.qualcomm.com \
--cc=luca.weiss@fairphone.com \
--cc=m.facchin@arduino.cc \
--cc=michal.simek@amd.com \
--cc=netdev@vger.kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=r.mereu@arduino.cc \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=srinivas.kandagatla@oss.qualcomm.com \
--cc=sven@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox