diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-09-27 10:23:29 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-28 04:36:58 +0400 |
commit | 975d963e6ddcc0f906f53f62f9dc6ee817ea5d88 (patch) | |
tree | d4340a8707f6c7ef90db9757379a9f2597262378 /arch/arm/boot/dts/twl4030.dtsi | |
parent | 6c27f939b885c00924c745735739ba6d54eae6f0 (diff) | |
download | linux-975d963e6ddcc0f906f53f62f9dc6ee817ea5d88.tar.xz |
ARM: dts: omap: update usb_otg_hs data
Updated the usb_otg_hs dt data to include the *phy* and *phy-names*
binding in order for the driver to use the new generic PHY framework.
Also updated the Documentation to include the binding information.
The PHY binding information can be found at
Documentation/devicetree/bindings/phy/phy-bindings.txt
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/twl4030.dtsi')
-rw-r--r-- | arch/arm/boot/dts/twl4030.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index ae6a17aed9ee..5aba238d1f1e 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi @@ -86,6 +86,7 @@ usb1v8-supply = <&vusb1v8>; usb3v1-supply = <&vusb3v1>; usb_mode = <1>; + #phy-cells = <0>; }; twl_pwm: pwm { |