[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220418205509.1102109-5-bhupesh.sharma@linaro.org>
Date: Tue, 19 Apr 2022 02:25:09 +0530
From: Bhupesh Sharma <bhupesh.sharma@...aro.org>
To: linux-arm-msm@...r.kernel.org, linux-phy@...ts.infradead.org
Cc: bhupesh.sharma@...aro.org, bhupesh.linux@...il.com,
agross@...nel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, robh+dt@...nel.org, vkoul@...nel.org,
bjorn.andersson@...aro.org, Rob Herring <robh@...nel.org>
Subject: [PATCH v3 4/4] arm64: dts: qcom: sm8450: Fix qmp phy node (use phy@ instead of lanes@)
Fix the following 'make dtbs_check' warning(s) by
using phy@ instead of lanes@:
arch/arm64/boot/dts/qcom/sm8450-hdk.dtb: phy@...f000: 'lanes@...e000'
does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'
Cc: Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: Rob Herring <robh@...nel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@...aro.org>
---
arch/arm64/boot/dts/qcom/sm8450.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 2cfc67b75259..721bd9495eb6 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -851,7 +851,7 @@ pcie0_phy: phy@...6000 {
status = "disabled";
- pcie0_lane: lanes@...6200 {
+ pcie0_lane: phy@...6200 {
reg = <0 0x1c06e00 0 0x200>, /* tx */
<0 0x1c07000 0 0x200>, /* rx */
<0 0x1c06200 0 0x200>, /* pcs */
@@ -958,7 +958,7 @@ pcie1_phy: phy@...f000 {
status = "disabled";
- pcie1_lane: lanes@...e000 {
+ pcie1_lane: phy@...e000 {
reg = <0 0x1c0e000 0 0x200>, /* tx */
<0 0x1c0e200 0 0x300>, /* rx */
<0 0x1c0f200 0 0x200>, /* pcs */
--
2.35.1
Powered by blists - more mailing lists