From: Nobuhiro Iwamatsu Date: Mon, 27 Apr 2020 20:58:48 +0000 (+0900) Subject: arm64: visconti: Add initial support for Toshiba Visconti platform X-Git-Tag: v5.10-rc1~26^2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0aa56c7eba9ab7b7661b165f3b7dc4e73a4fb1ef;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Punit Agrawal --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index cd58f8495c458..dce74d34d18ae 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -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