]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8974: drop unit addresses from USB phys
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 20 Apr 2023 06:53:18 +0000 (08:53 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 May 2023 14:54:18 +0000 (07:54 -0700)
The ulpi node does not allow children to have unit address:

  Warning (unit_address_vs_reg): /soc/usb@f9a55000/ulpi/phy@a: node has a unit name, but no reg or ranges property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230420065318.23503-1-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-msm8974.dtsi

index 38d3ee152dcb47c1ae87952faf781d5e34071d21..9f0a6d7a38677e60a30a528aa6093567aecb38b3 100644 (file)
                        #reset-cells = <1>;
 
                        ulpi {
-                               usb_hs1_phy: phy@a {
+                               usb_hs1_phy: phy-0 {
                                        compatible = "qcom,usb-hs-phy-msm8974",
                                                     "qcom,usb-hs-phy";
                                        #phy-cells = <0>;
                                        status = "disabled";
                                };
 
-                               usb_hs2_phy: phy@b {
+                               usb_hs2_phy: phy-1 {
                                        compatible = "qcom,usb-hs-phy-msm8974",
                                                     "qcom,usb-hs-phy";
                                        #phy-cells = <0>;