diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2019-11-20 22:13:33 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 01:28:07 +0100 |
commit | e50811396a4941c629797dd51c9c0a1606414cbd (patch) | |
tree | bb5beb6c409ca1e2830835b0805a8839da5efc13 /arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts | |
parent | ARM: dts: e60k02: Pass the memory unit address (diff) | |
download | linux-e50811396a4941c629797dd51c9c0a1606414cbd.tar.xz linux-e50811396a4941c629797dd51c9c0a1606414cbd.zip |
ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file
The usb port represented by &usbhost1 uses an USB phy internal to the
SoC. We add the phy_type to the base dtsi so the board dts only have to
overwrite it if they use a different configuration. While at it we also
pin the usbhost port to host mode.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts index 0fde90df2b54..3f38c2e60a74 100644 --- a/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts +++ b/arch/arm/boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts @@ -165,8 +165,6 @@ }; &usbhost1 { - phy_type = "serial"; - dr_mode = "host"; status = "okay"; }; |