u-boot-brain/board/logicpd/omap3som
Masahiro Yamada 6ae3900a86 mtd: nand: Rename nand.h into rawnand.h
This header was renamed to rawnand.h in Linux.

The following is the corresponding commit in Linux.

  commit d4092d76a4a4e57b65910899948a83cc8646c5a5
  Author: Boris Brezillon <boris.brezillon@free-electrons.com>
  Date:   Fri Aug 4 17:29:10 2017 +0200

      mtd: nand: Rename nand.h into rawnand.h

      We are planning to share more code between different NAND based
      devices (SPI NAND, OneNAND and raw NANDs), but before doing that
      we need to move the existing include/linux/mtd/nand.h file into
      include/linux/mtd/rawnand.h so we can later create a nand.h header
      containing all common structure and function prototypes.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-12-04 22:00:00 +09:00
..
Kconfig omap3: omap3_logic: switch to using TI_COMMON_CMD_OPTION 2017-05-15 13:00:27 -04:00
MAINTAINERS OMAP3LOGIC: Update maintainer 2016-02-15 12:04:45 -05:00
Makefile board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
omap3logic.c mtd: nand: Rename nand.h into rawnand.h 2017-12-04 22:00:00 +09:00
omap3logic.h omap3: omap3_logic: Move pinmuxing to header file 2017-11-17 07:44:13 -05:00
README omap3_logic: Add Device Tree Support and more DM drivers 2017-05-09 20:35:38 -04:00

Summary
=======

The source for omap3som encompases the DM3730 SOM-LV and DM3730 Torpedo platforms.

By default, the Torpedo Device Tree is integrated into U-Boot,but the MMC controller, GPIO and I2C controllers are the same, so for the purposes of loading U-Boot, it should be sufficient.  However this will display the Model as "LogicPD Zoom DM3730 Torpedo + Wireless Development Kit" upon boot.

The actual board remains autodetected and the Board will read "DM37xx SOM LV" when used on the DM37 SOM-LV.  The device tree loaded with Linux is also correct.

Integrating the SOM-LV Device Tree into U-Boot
==============================================

This step is optional, but should you want to change the default to the SOM-LV, locate the configs/omap3_logic_defconfig file and make the following change.

  CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-37xx-devkit"

  make distclean
  make omap3_logic_defconfig