forked from Minki/linux
60b3c7ed71
This patch adds support to STiH410 SoC. Please note "st,stih410" is already present in device tree. The problem is that it is missing the entry in the match table, and so the L2 cache and other cpus than 0 don't get initialized. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Tested-by: Maxime Coquelin <maxime.coquelin@st.com> Acked-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
24 lines
704 B
Plaintext
24 lines
704 B
Plaintext
ST STi Platforms Device Tree Bindings
|
|
---------------------------------------
|
|
|
|
Boards with the ST STiH415 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "st,stih415";
|
|
|
|
Boards with the ST STiH416 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "st,stih416";
|
|
|
|
Boards with the ST STiH407 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "st,stih407";
|
|
|
|
Boards with the ST STiH410 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "st,stih410";
|
|
|
|
Boards with the ST STiH418 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "st,stih418";
|
|
|