Skip to content

Commit

Permalink
arm64: visconti: Add initial support for Toshiba Visconti platform
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nobuhiro Iwamatsu committed Sep 23, 2020
1 parent a1fd0c3 commit 0aa56c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,13 @@ config ARCH_VEXPRESS
This enables support for the ARMv8 software model (Versatile
Express).

config ARCH_VISCONTI
bool "Toshiba Visconti SoC Family"
select PINCTRL
select PINCTRL_VISCONTI
help
This enables support for Toshiba Visconti SoCs Family.

config ARCH_VULCAN
def_bool n

Expand Down

0 comments on commit 0aa56c7

Please sign in to comment.