diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2017-02-16 22:18:58 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 10:16:00 +0200 |
commit | 10ad0dda7c9ba8dd46b964b7d129d3e87c2dcca2 (patch) | |
tree | fd31573ad58ca3226668c61d58b7c10daeeb1997 /arch/arm/boot/dts/imx25-pdk.dts | |
parent | ARM: dts: add support for I2SE Duckbill 2 SPI (diff) | |
download | linux-10ad0dda7c9ba8dd46b964b7d129d3e87c2dcca2.tar.xz linux-10ad0dda7c9ba8dd46b964b7d129d3e87c2dcca2.zip |
ARM: imx25: set default phy_type and dr_mode for usbotg port
All currently supported i.MX25-based machines use phy_type = "utmi" and
dr_mode = "otg". So this seems to be a sensible default.
This also doesn't hurt out-of-tree machines because up to now they had
to specify these two properties in the machine.dts which still takes
precedence by just overwriting the defaults added here.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25-pdk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx25-pdk.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts index 70292101ba03..d921dd2ed676 100644 --- a/arch/arm/boot/dts/imx25-pdk.dts +++ b/arch/arm/boot/dts/imx25-pdk.dts @@ -309,8 +309,6 @@ }; &usbotg { - phy_type = "utmi"; - dr_mode = "otg"; external-vbus-divider; status = "okay"; }; |