Message ID | 20240530-x1e80100-dts-pcie6a-v1-0-ee17a9939ba5@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: qcom: x1e80100: Add proper support for NVMe (PCIe 6a) | expand |
On Thu, 30 May 2024 18:43:38 +0300, Abel Vesa wrote: > With this, the NVMe is fully functional and stable on both CRD and QCP. > > Applied, thanks! [1/3] arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a commit: cf7d2157aa87dca6f078a2d4867fd0a9dbc357aa [2/3] arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a commit: 87042003f6ea7d075784db98da6903738a38f3cf [3/3] arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources commit: eb57cbe730d10ec8c6505492a9f3252b160e0f1e Best regards,
On Thu, 30 May 2024 18:43:38 +0300, Abel Vesa wrote: > With this, the NVMe is fully functional and stable on both CRD and QCP. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > Abel Vesa (3): > arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a > arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a > arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources > > arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 54 ++++++++++++++++++++++++++++++- > arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 54 ++++++++++++++++++++++++++++++- > 2 files changed, 106 insertions(+), 2 deletions(-) > --- > base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19 > change-id: 20240521-x1e80100-dts-pcie6a-46e3d8220d6e > > Best regards, > -- > Abel Vesa <abel.vesa@linaro.org> > > > 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 New warnings running 'make CHECK_DTBS=y qcom/x1e80100-crd.dtb qcom/x1e80100-qcp.dtb' for 20240530-x1e80100-dts-pcie6a-v1-0-ee17a9939ba5@linaro.org: arch/arm64/boot/dts/qcom/x1e80100-qcp.dtb: pci@1bf8000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected) from schema $id: http://devicetree.org/schemas/pci/qcom,pcie-x1e80100.yaml# arch/arm64/boot/dts/qcom/x1e80100-crd.dtb: pci@1bf8000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected) from schema $id: http://devicetree.org/schemas/pci/qcom,pcie-x1e80100.yaml#
With this, the NVMe is fully functional and stable on both CRD and QCP. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Abel Vesa (3): arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 54 ++++++++++++++++++++++++++++++- arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 54 ++++++++++++++++++++++++++++++- 2 files changed, 106 insertions(+), 2 deletions(-) --- base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19 change-id: 20240521-x1e80100-dts-pcie6a-46e3d8220d6e Best regards,