diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-25 07:33:26 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-13 09:24:26 -0400 |
commit | bf1ddfc026f7e27414a303d6c2805e98dc18f4d3 (patch) | |
tree | adbeda170ac8a99a79c34d1451c303e03c6cac76 /arch/arm/mach-omap2/omap3 | |
parent | 74cd48e1323658fc79f03b442bb9869ca56c0226 (diff) | |
download | u-boot-bf1ddfc026f7e27414a303d6c2805e98dc18f4d3.tar.gz u-boot-bf1ddfc026f7e27414a303d6c2805e98dc18f4d3.tar.xz u-boot-bf1ddfc026f7e27414a303d6c2805e98dc18f4d3.zip |
arm: dts: omap3: Re-sync DTS files with Linux 4.13-RC5
The DTS files had some spacing issues and they needed fixing. This
pull re-sync's the OMAP3xx related DTS files with Linux 4.13-RC5.
To keep the DTS and DTSI files clean and in sync with Linux, new
u-boot.dtsi files are added.
Signed-off-by: Adam Ford <aford173@gmail.com>
V3: The resync broke card detect on MMC1 on Logic PD's Torpedo,
so we add the cd-invert to the Torpedo's -u-boot.dtsi file.
V2: Add the u-boot.dtsi files for OMAP3, OMAP36xx, and Torpedo
Remove the need for the second patch in the series
Diffstat (limited to 'arch/arm/mach-omap2/omap3')
-rw-r--r-- | arch/arm/mach-omap2/omap3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index b90cadef8f..cc2c4cd124 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -111,6 +111,7 @@ config TARGET_OMAP3_LOGIC select DM select DM_SERIAL select DM_GPIO + select OMAP3_GPIO_3 select OMAP3_GPIO_4 select OMAP3_GPIO_6 |