diff options
author | Peter Chen <peter.chen@freescale.com> | 2013-11-08 02:17:08 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:47:12 -0400 |
commit | 2731286b4f2fdb6df8b9913df684b3e8fb9d473b (patch) | |
tree | 8f759dc2eb3efcc4bd74f8cd370887104a43626c | |
parent | 54ea54ef97d09f3ce0848918fc2e8eab68bc080a (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>
-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 @@ | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | &usbotg { | 35 | &usbotg { |
36 | /* max7310_c on i2c3 is gone */ | 36 | dr_mode = "peripheral"; |
37 | status = "disabled"; | 37 | status = "okay"; |
38 | }; | 38 | }; |
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 @@ | |||
38 | }; | 38 | }; |
39 | 39 | ||
40 | &usbotg { | 40 | &usbotg { |
41 | /* max7310_c on i2c3 is gone */ | 41 | dr_mode = "peripheral"; |
42 | status = "disabled"; | 42 | status = "okay"; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | &weim { | 45 | &weim { |