diff options
author | Adam Ford | 2018-09-29 14:10:18 -0500 |
---|---|---|
committer | Tom Rini | 2018-10-06 14:09:27 -0400 |
commit | 5ad4212ce0d5f23f4df08b416fe318bab60bfbc6 (patch) | |
tree | cfa3df495a48dfbeeda0e67a90528e341a33a53d /board | |
parent | e2e30f50a99db18d730468052105f8b0b812ecfe (diff) |
ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo
With the device trees doing most of the work of pin-muxing and
DM doing much of the peripheral initialization, this creates
new defconfig files for each of the Logic PD variants with
proper register settings/pin-muxing.
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Update MAINTAINERS entry]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/logicpd/omap3som/MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/logicpd/omap3som/MAINTAINERS b/board/logicpd/omap3som/MAINTAINERS index 68ad3a511c0..459393cf54c 100644 --- a/board/logicpd/omap3som/MAINTAINERS +++ b/board/logicpd/omap3som/MAINTAINERS @@ -4,3 +4,6 @@ S: Maintained F: board/logicpd/omap3som/ F: include/configs/omap3_logic.h F: configs/omap3_logic_defconfig +F: configs/omap35_logic_defconfig +F: configs/omap35_logic_somlv_defconfig +F: configs/omap3_logic_somlv_defconfig |