From bf1ddfc026f7e27414a303d6c2805e98dc18f4d3 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 25 Aug 2017 07:33:26 -0500 Subject: 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 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 --- arch/arm/mach-omap2/omap3/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-omap2') 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 -- cgit