arm64: dts: qcom: sm8450: Fix qmp phy node (use phy@ instead of lanes@)
authorBhupesh Sharma <bhupesh.sharma@linaro.org>
Mon, 18 Apr 2022 20:55:09 +0000 (02:25 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 23 Apr 2022 15:54:54 +0000 (10:54 -0500)
Fix the following 'make dtbs_check' warning(s) by
using phy@ instead of lanes@:
arch/arm64/boot/dts/qcom/sm8450-hdk.dtb: phy@1c0f000: 'lanes@1c0e000'
  does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+'

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220418205509.1102109-5-bhupesh.sharma@linaro.org
arch/arm64/boot/dts/qcom/sm8450.dtsi

index 764e4be..7f52c3c 100644 (file)
 
                        status = "disabled";
 
-                       pcie0_lane: lanes@1c06200 {
+                       pcie0_lane: phy@1c06200 {
                                reg = <0 0x1c06e00 0 0x200>, /* tx */
                                      <0 0x1c07000 0 0x200>, /* rx */
                                      <0 0x1c06200 0 0x200>, /* pcs */
 
                        status = "disabled";
 
-                       pcie1_lane: lanes@1c0e000 {
+                       pcie1_lane: phy@1c0e000 {
                                reg = <0 0x1c0e000 0 0x200>, /* tx */
                                      <0 0x1c0e200 0 0x300>, /* rx */
                                      <0 0x1c0f200 0 0x200>, /* pcs */