mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
stm32mp1: fix reference for STMicroelectronics
Replace reference to the correct name STMicroelectronics Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
5c9ea94da9
commit
eae488b779
17 changed files with 19 additions and 19 deletions
|
@ -1928,7 +1928,7 @@ config ARCH_STM32
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
|
|
||||||
config ARCH_STI
|
config ARCH_STI
|
||||||
bool "Support STMicrolectronics SoCs"
|
bool "Support STMicroelectronics SoCs"
|
||||||
select BLK
|
select BLK
|
||||||
select CPU_V7A
|
select CPU_V7A
|
||||||
select DM
|
select DM
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2014 stmicroelectronics
|
* (C) Copyright 2014 STMicroelectronics
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -9,7 +9,7 @@ choice
|
||||||
config TARGET_STIH410_B2260
|
config TARGET_STIH410_B2260
|
||||||
bool "96Boards STiH410-B2260"
|
bool "96Boards STiH410-B2260"
|
||||||
help
|
help
|
||||||
Support for 96Board STiH410-B2260 based on STMicrolectronics
|
Support for 96Board STiH410-B2260 based on STMicroelectronics
|
||||||
STiH410 soc. This board complies with 96Board Open Platform
|
STiH410 soc. This board complies with 96Board Open Platform
|
||||||
Specifications. Features:
|
Specifications. Features:
|
||||||
- 1GB DDR
|
- 1GB DDR
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2009
|
* (C) Copyright 2009
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2009
|
* (C) Copyright 2009
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DW_I2C_H_
|
#ifndef __DW_I2C_H_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2009
|
* (C) Copyright 2009
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
* Copyright 2019 Google Inc
|
* Copyright 2019 Google Inc
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2010
|
* (C) Copyright 2010
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2010
|
* (C) Copyright 2010
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DW_ETH_H
|
#ifndef _DW_ETH_H
|
||||||
|
|
|
@ -272,7 +272,7 @@ config PINCTRL_STI
|
||||||
depends on DM && ARCH_STI
|
depends on DM && ARCH_STI
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on STMicrolectronics STi SoCs.
|
Support pin multiplexing control on STMicroelectronics STi SoCs.
|
||||||
|
|
||||||
The driver is controlled by a device tree node which contains both
|
The driver is controlled by a device tree node which contains both
|
||||||
the GPIO definitions and pin control functions for each available
|
the GPIO definitions and pin control functions for each available
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* TI OMAP1510 USB bus interface driver
|
* TI OMAP1510 USB bus interface driver
|
||||||
*
|
*
|
||||||
* (C) Copyright 2009
|
* (C) Copyright 2009
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
|
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
|
||||||
*
|
*
|
||||||
* Configuration settings for the STMicroelectonics STM32MP15x boards
|
* Configuration settings for the STMicroelectronics STM32MP15x boards
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_STM32MP15_ST_COMMON_H__
|
#ifndef __CONFIG_STM32MP15_ST_COMMON_H__
|
||||||
|
|
|
@ -188,14 +188,14 @@ typedef struct {
|
||||||
#define EM_NDR1 57 /* Denso NDR1 microprocessor */
|
#define EM_NDR1 57 /* Denso NDR1 microprocessor */
|
||||||
#define EM_STARCORE 58 /* Motorola Start*Core processor */
|
#define EM_STARCORE 58 /* Motorola Start*Core processor */
|
||||||
#define EM_ME16 59 /* Toyota ME16 processor */
|
#define EM_ME16 59 /* Toyota ME16 processor */
|
||||||
#define EM_ST100 60 /* STMicroelectronic ST100 processor */
|
#define EM_ST100 60 /* STMicroelectronics ST100 processor */
|
||||||
#define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/
|
#define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/
|
||||||
#define EM_X86_64 62 /* AMD x86-64 */
|
#define EM_X86_64 62 /* AMD x86-64 */
|
||||||
#define EM_PDSP 63 /* Sony DSP Processor */
|
#define EM_PDSP 63 /* Sony DSP Processor */
|
||||||
/* RESERVED 64,65 for future use */
|
/* RESERVED 64,65 for future use */
|
||||||
#define EM_FX66 66 /* Siemens FX66 microcontroller */
|
#define EM_FX66 66 /* Siemens FX66 microcontroller */
|
||||||
#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */
|
#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */
|
||||||
#define EM_ST7 68 /* STmicroelectronics ST7 8 bit mc */
|
#define EM_ST7 68 /* STMicroelectronics ST7 8 bit mc */
|
||||||
#define EM_68HC16 69 /* Motorola MC68HC16 microcontroller */
|
#define EM_68HC16 69 /* Motorola MC68HC16 microcontroller */
|
||||||
#define EM_68HC11 70 /* Motorola MC68HC11 microcontroller */
|
#define EM_68HC11 70 /* Motorola MC68HC11 microcontroller */
|
||||||
#define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */
|
#define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2010
|
* (C) Copyright 2010
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __FSMC_NAND_H__
|
#ifndef __FSMC_NAND_H__
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2009
|
* (C) Copyright 2009
|
||||||
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
|
* Vipin Kumar, STMicroelectronics, vipin.kumar@st.com.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DW_UDC_H
|
#ifndef __DW_UDC_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue