summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorRob Herring2017-11-09 23:26:14 +0100
committerTony Lindgren2017-11-10 17:16:26 +0100
commitf0e11ff8ff6595cb49bc18929b525d35721b8383 (patch)
tree8ebe5c34aeb3642e08a6dcd4ffe1e23d2487ce80 /Documentation/devicetree/bindings/usb
parentARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv (diff)
downloadkernel-qcow2-linux-f0e11ff8ff6595cb49bc18929b525d35721b8383.tar.gz
kernel-qcow2-linux-f0e11ff8ff6595cb49bc18929b525d35721b8383.tar.xz
kernel-qcow2-linux-f0e11ff8ff6595cb49bc18929b525d35721b8383.zip
ARM: dts: am33xx: Add missing #phy-cells to ti,am335x-usb-phy
"ti,am335x-usb-phy" is using the phy binding, but is missing #phy-cells property. Fixes the following warning in TI dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring <robh@kernel.org> Cc: "BenoƮt Cousson" <bcousson@baylibre.com> Cc: Tony Lindgren <tony@atomide.com> Cc: linux-omap@vger.kernel.org Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/am33xx-usb.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/am33xx-usb.txt b/Documentation/devicetree/bindings/usb/am33xx-usb.txt
index 16920d78e1b8..6eb0a74d50a7 100644
--- a/Documentation/devicetree/bindings/usb/am33xx-usb.txt
+++ b/Documentation/devicetree/bindings/usb/am33xx-usb.txt
@@ -95,6 +95,7 @@ usb: usb@47400000 {
reg = <0x47401300 0x100>;
reg-names = "phy";
ti,ctrl_mod = <&ctrl_mod>;
+ #phy-cells = <0>;
};
usb0: usb@47401000 {
@@ -141,6 +142,7 @@ usb: usb@47400000 {
reg = <0x47401b00 0x100>;
reg-names = "phy";
ti,ctrl_mod = <&ctrl_mod>;
+ #phy-cells = <0>;
};
usb1: usb@47401800 {