diff options
author | Rob Herring <robh@kernel.org> | 2017-11-09 16:26:14 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-11-10 08:16:26 -0800 |
commit | f0e11ff8ff6595cb49bc18929b525d35721b8383 (patch) | |
tree | 8ebe5c34aeb3642e08a6dcd4ffe1e23d2487ce80 /arch/arm/boot/dts/am33xx.dtsi | |
parent | f568f6f554b817edafebf28a06b73ec9b4986dd1 (diff) | |
download | linux-rt-f0e11ff8ff6595cb49bc18929b525d35721b8383.tar.gz |
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 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 08653552db71..29f3fbb6bee2 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -628,6 +628,7 @@ reg-names = "phy"; status = "disabled"; ti,ctrl_mod = <&usb_ctrl_mod>; + #phy-cells = <0>; }; usb0: usb@47401000 { @@ -676,6 +677,7 @@ reg-names = "phy"; status = "disabled"; ti,ctrl_mod = <&usb_ctrl_mod>; + #phy-cells = <0>; }; usb1: usb@47401800 { |