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

ARM: sti: removal of stih415/stih416 related entries

ST's STiH415 and STiH416 platforms have already been removed since
a while. Remove some remaining bits within the mach-sti.

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

authored by

Alain Volmat and committed by
Patrice Chotard
6bbe133e cefbc310

+1 -21
+1 -19
arch/arm/mach-sti/Kconfig
··· 19 19 select PL310_ERRATA_769419 if CACHE_L2X0 20 20 select RESET_CONTROLLER 21 21 help 22 - Include support for STMicroelectronics' STiH415/416, STiH407/10 and 22 + Include support for STMicroelectronics' STiH407/10 and 23 23 STiH418 family SoCs using the Device Tree for discovery. More 24 24 information can be found in Documentation/arch/arm/sti/ and 25 25 Documentation/devicetree. 26 26 27 27 if ARCH_STI 28 - 29 - config SOC_STIH415 30 - bool "STiH415 STMicroelectronics Consumer Electronics family" 31 - default y 32 - help 33 - This enables support for STMicroelectronics Digital Consumer 34 - Electronics family StiH415 parts, primarily targeted at set-top-box 35 - and other digital audio/video applications using Flattned Device 36 - Trees. 37 - 38 - config SOC_STIH416 39 - bool "STiH416 STMicroelectronics Consumer Electronics family" 40 - default y 41 - help 42 - This enables support for STMicroelectronics Digital Consumer 43 - Electronics family StiH416 parts, primarily targeted at set-top-box 44 - and other digital audio/video applications using Flattened Device 45 - Trees. 46 28 47 29 config SOC_STIH407 48 30 bool "STiH407 STMicroelectronics Consumer Electronics family"
-2
arch/arm/mach-sti/board-dt.c
··· 10 10 #include "smp.h" 11 11 12 12 static const char *const stih41x_dt_match[] __initconst = { 13 - "st,stih415", 14 - "st,stih416", 15 13 "st,stih407", 16 14 "st,stih410", 17 15 "st,stih418",