diff options
author | Peter Chen <peter.chen@freescale.com> | 2013-11-08 15:17:08 +0800 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2013-11-15 09:13:22 +0800 |
commit | 3b053b0b7cd39bcad062c704ac5bb9f6dd142ce9 (patch) | |
tree | f79251b7bd02f91bbe8c3c5e851848a4654b51fb /arch | |
parent | d58a3a78ee83f2802d70b8a390e4a4a2ffc7986d (diff) |
ENGR00286962-1 ARM: imx6dl-auto: enable usb peripheral mode for nor and nand
Enable usb peripheral mode for spi-nor and gpmi nand.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts b/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts index 79aa237a4f9c..843de94ad0c4 100644 --- a/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts +++ b/arch/arm/boot/dts/imx6dl-sabreauto-ecspi.dts @@ -33,6 +33,6 @@ }; &usbotg { - /* max7310_c on i2c3 is gone */ - status = "disabled"; + dr_mode = "peripheral"; + status = "okay"; }; diff --git a/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts b/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts index 229720fa5ade..db3ba9b3de66 100644 --- a/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts +++ b/arch/arm/boot/dts/imx6dl-sabreauto-gpmi-weim.dts @@ -38,8 +38,8 @@ }; &usbotg { - /* max7310_c on i2c3 is gone */ - status = "disabled"; + dr_mode = "peripheral"; + status = "okay"; }; &weim { |