diff options
author | Jason Cooper <jason@lakedaemon.net> | 2013-05-09 09:06:57 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-09 09:06:57 -0700 |
commit | 914dc329ee11d6b1ecbebef802962dc06e78b942 (patch) | |
tree | 5beb4075e744b27cf0551b2098102974ad5a7c2b /arch/arm/boot/dts/omap3.dtsi | |
parent | d5a2b34fddf0026712fd31324aae3fa363b16d20 (diff) |
ARM: dts: don't assume boards are using twl4030 for omap3
If a board isn't using twl4030, then dtc will complain about the missing
phandle (which is in twl4030.dtsi). Move the phy declaration to the dts
files.
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 4ad03d9dbf0c..82a404da1c0d 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -519,7 +519,6 @@ interrupts = <0 92 0x4>, <0 93 0x4>; interrupt-names = "mc", "dma"; ti,hwmods = "usb_otg_hs"; - usb-phy = <&usb2_phy>; multipoint = <1>; num-eps = <16>; ram-bits = <12>; |