Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add minimal support for LogicPD OMAP35xx SOM-LV devkit

With the common baseboard info moved into its own file and the common SOM-LV
already in its own file, we can very easily create a new devkit specific
for the OMAP35xx.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Adam Ford and committed by
Tony Lindgren
f8a2e3ff 5cb8b0fa

+17
+17
arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts
··· 1 + /* 2 + * This program is free software; you can redistribute it and/or modify 3 + * it under the terms of the GNU General Public License version 2 as 4 + * published by the Free Software Foundation. 5 + */ 6 + 7 + /dts-v1/; 8 + 9 + #include "omap34xx.dtsi" 10 + #include "logicpd-som-lv.dtsi" 11 + #include "logicpd-som-lv-baseboard.dtsi" 12 + #include "omap-gpmc-smsc9221.dtsi" 13 + 14 + / { 15 + model = "LogicPD Zoom OMAP35xx SOM-LV Development Kit"; 16 + compatible = "logicpd,dm3730-som-lv-devkit", "ti,omap3"; 17 + };