Re: [PATCH v2 2/2] arm64: dts: qcom: ipq5210: Enable USB and PCIe on RDP504
From: Konrad Dybcio
Date: Tue Jul 21 2026 - 11:45:31 EST
On 7/15/26 9:11 AM, Varadarajan Narayanan wrote:
> RDP504 has USB, PCIe and SPI NAND devices populated. EMMC and NAND
> share the GPIOs. The board has to be reworked to change from EMMC
> to NAND variant. Hence add the NAND node but do not enable it.
Does that warrant adding a DT for both variants, both inheriting a
common .dtsi and making the necessary amends?
> Describe the fixed USB regulators, PCIe reset GPIOs, QPIC SPI NAND flash
Are they controllable? Are they provided by some PMIC?
[...]
> +&pcie0 {
> + pinctrl-0 = <&pcie0_default_state>;
> + pinctrl-names = "default";
> + status = "okay";
Please keep a \n before 'status', uniformly, file-wide
Also 'pcie0' goes before 'pcie0_foo'
Konrad