diff options
author | Alexander Kurz | 2018-06-24 08:15:38 +0200 |
---|---|---|
committer | Shawn Guo | 2018-07-01 11:09:15 +0200 |
commit | 54c43959ab7066fb2acf0427d6a1bb983d9971b4 (patch) | |
tree | a9f63c34dcd79fdb8427a4e03903658387230d74 /arch/arm/boot/dts/imx50-evk.dts | |
parent | ARM: dts: imx50: fix KPP pin definition typos (diff) | |
download | kernel-qcow2-linux-54c43959ab7066fb2acf0427d6a1bb983d9971b4.tar.gz kernel-qcow2-linux-54c43959ab7066fb2acf0427d6a1bb983d9971b4.tar.xz kernel-qcow2-linux-54c43959ab7066fb2acf0427d6a1bb983d9971b4.zip |
ARM: dts: imx50: remove non-existent USB instances
According to the i.MX50 Reference Manual, the SoC features one USB OTG
and one host controller. Remove the non-existent instances from the
DTS which probably got initially copied from the mx53 DTS.
Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx50-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx50-evk.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx50-evk.dts b/arch/arm/boot/dts/imx50-evk.dts index f0622ec4ba9c..682a99783ee6 100644 --- a/arch/arm/boot/dts/imx50-evk.dts +++ b/arch/arm/boot/dts/imx50-evk.dts @@ -98,14 +98,6 @@ status = "okay"; }; -&usbh2 { - status = "okay"; -}; - -&usbh3 { - status = "okay"; -}; - &usbotg { status = "okay"; }; |