ARM: dts: qcom: msm8974: drop unit addresses from USB phys
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
This commit is contained in:
committed by
Bjorn Andersson
parent
a0f19091d4
commit
392a1aab14
@@ -675,7 +675,7 @@
|
||||
#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>;
|
||||
@@ -686,7 +686,7 @@
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user