
Hi Simon
On 02/16/2017 09:44 PM, Simon Glass wrote:
On 14 February 2017 at 07:38, patrice.chotard@st.com wrote:
From: Patrice Chotard patrice.chotard@st.com
This is a 96Board compliant board based on STiH410 SoC:
- 1GB DDR
- On-Board USB combo WiFi/Bluetooth RTL8723BU with PCB soldered antenna
- Ethernet 1000-BaseT
- SATA
- HDMI
- 2 x USB2.0 type A
- 1 x USB2.0 type micro-AB
- SD card slot
- High speed connector (SD/I2C/USB interfaces)
- Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces)
This is great info - you might consider adding it to Kconfig help?
These information was initially wrongly put in first patch, i will put it in right place in patch 9.
Thanks
Patrice
Signed-off-by: Patrice Chotard patrice.chotard@st.com Reviewed-by: Tom Rini trini@konsulko.com
v4: _ board.c cleanup, remove serial useless platdata
v3: _ add entry in board MAINTAINERS _ remove useless arch/arm/include/asm/arch-stih410/syscfg.h _ remove useless arch/arm/include/asm/arch-stih410/gpio.h
arch/arm/mach-sti/Kconfig | 2 ++ board/st/stih410-b2260/Kconfig | 19 ++++++++++++ board/st/stih410-b2260/MAINTAINERS | 7 +++++ board/st/stih410-b2260/Makefile | 8 +++++ board/st/stih410-b2260/board.c | 28 ++++++++++++++++++ configs/stih410-b2260_defconfig | 26 +++++++++++++++++ include/configs/stih410-b2260.h | 60 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 150 insertions(+) create mode 100644 board/st/stih410-b2260/Kconfig create mode 100644 board/st/stih410-b2260/MAINTAINERS create mode 100644 board/st/stih410-b2260/Makefile create mode 100644 board/st/stih410-b2260/board.c create mode 100644 configs/stih410-b2260_defconfig create mode 100644 include/configs/stih410-b2260.h
Reviewed-by: Simon Glass sjg@chromium.org