diff options
author | Arnd Bergmann <[email protected]> | 2021-08-12 22:25:25 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-08-12 22:25:26 +0200 |
commit | 4108b6cc7a600fe9e97ef485a2b8a60e183af465 (patch) | |
tree | 5eb8dba53d70d0a0c84daeda38dfcd5877d55f1d | |
parent | 318845985fa032a865784ef5373f182fcdf037a9 (diff) | |
parent | 8d5a937f10ed091e14fc57a4158f59983e2934cf (diff) |
Merge tag 'omap-for-v5.15/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
SoC changes for omaps for v5.15
Update MAINTAINERS for SanCloud devices and drop unused old Kconfig
* tag 'omap-for-v5.15/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
MAINTAINERS: Adopt SanCloud dts files as supported
arm: omap2: Drop MACH_OMAP3517EVM entry
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c9467d2839f5..385a227ef2cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16456,6 +16456,12 @@ F: drivers/phy/samsung/phy-s5pv210-usb2.c F: drivers/phy/samsung/phy-samsung-usb2.c F: drivers/phy/samsung/phy-samsung-usb2.h +SANCLOUD BEAGLEBONE ENHANCED DEVICE TREE +M: Paul Barker <[email protected]> +R: Marc Murphy <[email protected]> +S: Supported +F: arch/arm/boot/dts/am335x-sancloud* + SC1200 WDT DRIVER M: Zwane Mwaikambo <[email protected]> S: Maintained diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 7df8f5276ddf..dbe7fa6e8232 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -204,11 +204,6 @@ config MACH_OMAP2_TUSB6010 depends on ARCH_OMAP2 && SOC_OMAP2420 default y if MACH_NOKIA_N8X0 -config MACH_OMAP3517EVM - bool "OMAP3517/ AM3517 EVM board" - depends on ARCH_OMAP3 - default y - config MACH_OMAP3_PANDORA bool "OMAP3 Pandora" depends on ARCH_OMAP3 |