[PATCH v3] davinci: Initial support for MityDSP-L138/MityARM-1808
From: Kevin Hilman <hidden>
Date: 2010-09-02 18:10:16
Michael Williamson [off-list ref] writes:
This patch adds initial support for the MityDSP-L138 and MityDSP-1808 system on Module (SOM) under the machine name "mityomapl138". These SOMs are based on the da850 davinci CPU architecture. Information on these SOMs may be found at http://www.mitydsp.com. Basic support for the console UART, NAND, and EMAC (MII interface) is included in this patch. Signed-off-by: Michael Williamson <redacted>
Thanks, applying and queueing for 2.6.37 (with one minor change below...)
--- Changes since v2: 1) Remove defaulting this board from Kconfig. 2) Add MITYOMAPL138 board to da8xx_omapl_defconfig. 3) Fix tabs alignment per comment. The new defconfig file was generated by: make da8xx_omapl_defconfig make menuconfig select MITYOMAPL138 option make savedefconfig cp defconfig arch/arm/configs/da8xx_omapl_defconfig I think the other 3 lines were a result of updated KConfig options in the current baseline.
Yes, but to minimize unrelated defconfig diffs upstream, I'm going to remove the 3 unrelated ones when applying this patch. Soon we will hopefully be getting rid of defconfigs all together, but until that is sorted out, we need to minimize diffs against defconfigs, especially ones that are not related to the patch. Kevin