[PATCH v2 5/8] arm64: dts: qcom: sm8450: Fix qmp ufs phy node (use phy@ instead of lanes@)
Bhupesh Sharma
bhupesh.sharma at linaro.org
Mon Feb 28 04:30:16 PST 2022
Fix the 'make dtbs_check' warning:
arch/arm64/boot/dts/qcom/sm8450-qrd.dt.yaml: phy at 1d87000:
'lanes at 1d87400' does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'
Cc: Bjorn Andersson <bjorn.andersson at linaro.org>
Cc: Rob Herring <robh at kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma at linaro.org>
---
arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 10c25ad2d0c7..68f7fe26f7b9 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -1049,7 +1049,7 @@ ufs_mem_phy: phy at 1d87000 {
reset-names = "ufsphy";
status = "disabled";
- ufs_mem_phy_lanes: lanes at 1d87400 {
+ ufs_mem_phy_lanes: phy at 1d87400 {
reg = <0 0x01d87400 0 0x108>,
<0 0x01d87600 0 0x1e0>,
<0 0x01d87c00 0 0x1dc>,
--
2.35.1
More information about the linux-phy
mailing list