提交 44e5dced 编写于 作者: R Rob Herring 提交者: Olof Johansson

arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv

"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells
property. This is probably because the binding was the precursor to the phy
binding.

Fixes the following warning in Marvell dts files:

Warning (phys_property): Missing property '#phy-cells' in node ...
Signed-off-by: NRob Herring <robh@kernel.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 cbbde59b
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
usb3_phy: usb3_phy { usb3_phy: usb3_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_xhci0_vbus>; vcc-supply = <&reg_xhci0_vbus>;
#phy-cells = <0>;
}; };
reg_xhci0_vbus: xhci0-vbus { reg_xhci0_vbus: xhci0-vbus {
......
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
usb3_1_phy: usb3_1-phy { usb3_1_phy: usb3_1-phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&usb3_1_vbus>; vcc-supply = <&usb3_1_vbus>;
#phy-cells = <0>;
}; };
usb3_1_vbus: usb3_1-vbus { usb3_1_vbus: usb3_1-vbus {
......
...@@ -191,11 +191,13 @@ ...@@ -191,11 +191,13 @@
usb3_0_phy: usb3_0_phy { usb3_0_phy: usb3_0_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb3_0_vbus>; vcc-supply = <&reg_usb3_0_vbus>;
#phy-cells = <0>;
}; };
usb3_1_phy: usb3_1_phy { usb3_1_phy: usb3_1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb3_1_vbus>; vcc-supply = <&reg_usb3_1_vbus>;
#phy-cells = <0>;
}; };
reg_usb3_0_vbus: usb3-vbus0 { reg_usb3_0_vbus: usb3-vbus0 {
......
...@@ -276,11 +276,13 @@ ...@@ -276,11 +276,13 @@
usb2_1_phy: usb2_1_phy { usb2_1_phy: usb2_1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb2_1_vbus>; vcc-supply = <&reg_usb2_1_vbus>;
#phy-cells = <0>;
}; };
usb3_phy: usb3_phy { usb3_phy: usb3_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb3_vbus>; vcc-supply = <&reg_usb3_vbus>;
#phy-cells = <0>;
}; };
reg_usb3_vbus: usb3-vbus { reg_usb3_vbus: usb3-vbus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册