1*15fde737SAdam FordSummary 2*15fde737SAdam Ford======= 3*15fde737SAdam Ford 4*15fde737SAdam FordThe source for omap3som encompases the DM3730 SOM-LV and DM3730 Torpedo platforms. 5*15fde737SAdam Ford 6*15fde737SAdam FordBy 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. 7*15fde737SAdam Ford 8*15fde737SAdam FordThe 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. 9*15fde737SAdam Ford 10*15fde737SAdam FordIntegrating the SOM-LV Device Tree into U-Boot 11*15fde737SAdam Ford============================================== 12*15fde737SAdam Ford 13*15fde737SAdam FordThis 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. 14*15fde737SAdam Ford 15*15fde737SAdam Ford CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-37xx-devkit" 16*15fde737SAdam Ford 17*15fde737SAdam Ford make distclean 18*15fde737SAdam Ford make omap3_logic_defconfig 19*15fde737SAdam Ford 20