From patchwork Sat Jan 25 12:22:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Tomer X-Patchwork-Id: 240101 List-Id: U-Boot discussion From: amittomer25 at gmail.com (Amit Singh Tomar) Date: Sat, 25 Jan 2020 17:52:59 +0530 Subject: [PATCH v3 17/21] owl: Kconfig: Enable dm reset and generic reset In-Reply-To: <1579954983-11329-1-git-send-email-amittomer25@gmail.com> References: <1579954983-11329-1-git-send-email-amittomer25@gmail.com> Message-ID: <1579954983-11329-18-git-send-email-amittomer25@gmail.com> This patch selects CONFIG_DM_RESET and CONFIG_GENERIC_RESET for Action Semi owl soc. Signed-off-by: Amit Singh Tomar --- Changes since v2: * Newly added patch, not there in v2/v1. --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e6a9d32..42d0f26 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -885,10 +885,12 @@ config ARCH_OWL bool "Actions Semi OWL SoCs" select DM select DM_SERIAL + select DM_RESET select OWL_SERIAL select CLK select CLK_OWL select OF_CONTROL + select GENERIC_RESET imply CMD_DM config ARCH_QEMU