Skip to content

Commit 0aa56c7

Browse files
committed
arm64: visconti: Add initial support for Toshiba Visconti platform
Add the initial device tree files for Toshiba Visconti platform. For starters, the only SoC supported will be Visconti5 TMPV7708. https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-recognition-processors-visconti.html Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>
1 parent a1fd0c3 commit 0aa56c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,13 @@ config ARCH_VEXPRESS
300300
This enables support for the ARMv8 software model (Versatile
301301
Express).
302302

303+
config ARCH_VISCONTI
304+
bool "Toshiba Visconti SoC Family"
305+
select PINCTRL
306+
select PINCTRL_VISCONTI
307+
help
308+
This enables support for Toshiba Visconti SoCs Family.
309+
303310
config ARCH_VULCAN
304311
def_bool n
305312

0 commit comments

Comments
 (0)