diff options
author | Alain Volmat <avolmat@me.com> | 2023-04-16 20:53:48 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-04-20 17:53:38 -0600 |
commit | 4de3790a6313dd6596ba7d0391ade94a21ee10b5 (patch) | |
tree | d975b1ffe3a356fbff6c47eb4d361e6fa60298fa | |
parent | eaae75754d8192623a33a2d29bf1892c12965113 (diff) | |
download | linux-stable-4de3790a6313dd6596ba7d0391ade94a21ee10b5.tar.gz linux-stable-4de3790a6313dd6596ba7d0391ade94a21ee10b5.tar.bz2 linux-stable-4de3790a6313dd6596ba7d0391ade94a21ee10b5.zip |
Documentation: arm: remove stih415/stih416 related entries
ST's STiH415 and STiH416 platforms support have been removed since
a long time already. This commit updates the sti related documentation
overview to remove related entries and update the sti part to add
STiH407/STiH410 and STiH418 platforms which are still actively
supported.
Signed-off-by: Alain Volmat <avolmat@me.com>
Link: https://lore.kernel.org/r/20230416185349.18156-1-avolmat@me.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/arm/index.rst | 2 | ||||
-rw-r--r-- | Documentation/arm/sti/overview.rst | 10 | ||||
-rw-r--r-- | Documentation/arm/sti/stih415-overview.rst | 14 | ||||
-rw-r--r-- | Documentation/arm/sti/stih416-overview.rst | 13 |
4 files changed, 3 insertions, 36 deletions
diff --git a/Documentation/arm/index.rst b/Documentation/arm/index.rst index ae42fe886f0d..8890ec4314c2 100644 --- a/Documentation/arm/index.rst +++ b/Documentation/arm/index.rst @@ -69,11 +69,9 @@ SoC-specific documents spear/overview - sti/stih416-overview sti/stih407-overview sti/stih418-overview sti/overview - sti/stih415-overview vfp/release-notes diff --git a/Documentation/arm/sti/overview.rst b/Documentation/arm/sti/overview.rst index 70743617a74f..ae16aced800f 100644 --- a/Documentation/arm/sti/overview.rst +++ b/Documentation/arm/sti/overview.rst @@ -7,22 +7,18 @@ Introduction The ST Microelectronics Multimedia and Application Processors range of CortexA9 System-on-Chip are supported by the 'STi' platform of - ARM Linux. Currently STiH415, STiH416 SOCs are supported with both - B2000 and B2020 Reference boards. + ARM Linux. Currently STiH407, STiH410 and STiH418 are supported. configuration ------------- - A generic configuration is provided for both STiH415/416, and can be used as the - default by:: - - make stih41x_defconfig + The configuration for the STi platform is supported via the multi_v7_defconfig. Layout ------ - All the files for multiple machine families (STiH415, STiH416, and STiG125) + All the files for multiple machine families (STiH407, STiH410, and STiH418) are located in the platform code contained in arch/arm/mach-sti There is a generic board board-dt.c in the mach folder which support diff --git a/Documentation/arm/sti/stih415-overview.rst b/Documentation/arm/sti/stih415-overview.rst deleted file mode 100644 index b67452d610c4..000000000000 --- a/Documentation/arm/sti/stih415-overview.rst +++ /dev/null @@ -1,14 +0,0 @@ -================ -STiH415 Overview -================ - -Introduction ------------- - - The STiH415 is the next generation of HD, AVC set-top box processors - for satellite, cable, terrestrial and IP-STB markets. - - Features: - - - ARM Cortex-A9 1.0 GHz, dual-core CPU - - SATA2x2,USB 2.0x3, PCIe, Gbit Ethernet MACx2 diff --git a/Documentation/arm/sti/stih416-overview.rst b/Documentation/arm/sti/stih416-overview.rst deleted file mode 100644 index 93f17d74d8db..000000000000 --- a/Documentation/arm/sti/stih416-overview.rst +++ /dev/null @@ -1,13 +0,0 @@ -================ -STiH416 Overview -================ - -Introduction ------------- - - The STiH416 is the next generation of HD, AVC set-top box processors - for satellite, cable, terrestrial and IP-STB markets. - - Features - - ARM Cortex-A9 1.2 GHz dual core CPU - - SATA2x2,USB 2.0x3, PCIe, Gbit Ethernet MACx2 |