From patchwork Tue Jun 23 19:55:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 191562 Delivered-To: patch@linaro.org Received: by 2002:a92:1f07:0:0:0:0:0 with SMTP id i7csp2314182ile; Tue, 23 Jun 2020 13:34:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwWqrrnIYfV6a8WkQpU5KVpaxKayugZ7CeGhJVsJQDGHkM9xy/1wo3Vp4dwSGlbLtMqgO1w X-Received: by 2002:a17:906:2b50:: with SMTP id b16mr10631116ejg.410.1592944494640; Tue, 23 Jun 2020 13:34:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592944494; cv=none; d=google.com; s=arc-20160816; b=G3+BOsqJ03y0QtTTzum6ZfdbRU9rikgtoqpZ057SJbH8qwBpRRXUeV/gbyOzzyMY+F bOMysuf3WOo/2i8yHil+fKFJT6Al9yASqC6JG5sRAZal9xXwFpHxS5oKcQxUNZMohpwu AiSlJ7PreBWUEQJF9s/1rem1UjL0pgjxu6oLXhy8CHav3DKUK6d4gBKhdpoiqdJU+NBW vfDnyRy+iXohcBH0Tmt611EDxhHzwGyDQN0oMPSQFZwJCZULIvAdsHZRgGx5C0V1ZnVf 4qn6/XoK3wlDYxQOqS4gEz3ZUlqj9k4EMKS+/9mttZsg2dp0Uxh68AcPIXKhideN0pKK T1nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=N2boU32jeJjHykRjDXCKOAVpaAiKwNhJ4rYWdBdzU84=; b=wlFjqpG1CbayOev/TZxcX8+a574eRqtVGTfyGBHH1w3Pt2cW2wtRnXOA91p180GsVK O4Sgs+rRVmT/qBQJkGKXwFn9FkURmV7ex7GdJ3+xMvpPAQyRjbvIar57+Ut5SAd/Xxvm F/wFnek8oo5tfB8EA1E62Shxe4uIx+JNfxckhLyyAX2dB/OSLQrvPwENhTIk4r/4GzKO zzRYiWDqQkSzx1rZ4SffCMj8rJty+cfyPxzwxYf5aNItM1juBmATgx6VEIjM/0TiEXGN 3zGZFarvg1DJsWpHcJqI2OYDQ6ZhsgJDDFu9A/3rIJKuu20u1ZnjPLK24o44m26Vfx1g Ousw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=0pAKK3x2; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n24si11413287ejd.648.2020.06.23.13.34.54; Tue, 23 Jun 2020 13:34:54 -0700 (PDT) Received-SPF: pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=0pAKK3x2; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391621AbgFWUew (ORCPT + 15 others); Tue, 23 Jun 2020 16:34:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:56974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403811AbgFWUes (ORCPT ); Tue, 23 Jun 2020 16:34:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 344AB206C3; Tue, 23 Jun 2020 20:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592944488; bh=3ALKqSb//yNIIQlkl8NRcrYMmxqeQWP1nF4+ZNgu8uA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0pAKK3x2JXlKBzUPGp4JnCEsW+qYvL70cIpqaodR6uKcO/ktDi9kSmrN5VQwhjWfD 3raouc27LzrcI9weGfyEY5GHjfY/ZpZdYdt7w8OsTBHfxrxruz0i1oPlZfNL0huXVe xFWazA3EenaHuysSL3lYHd4bEgDlLTUm8Mw53928= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Linus Walleij , Sasha Levin Subject: [PATCH 4.19 010/206] ARM: integrator: Add some Kconfig selections Date: Tue, 23 Jun 2020 21:55:38 +0200 Message-Id: <20200623195317.453311970@linuxfoundation.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200623195316.864547658@linuxfoundation.org> References: <20200623195316.864547658@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Linus Walleij [ Upstream commit d2854bbe5f5c4b4bec8061caf4f2e603d8819446 ] The CMA and DMA_CMA Kconfig options need to be selected by the Integrator in order to produce boot console on some Integrator systems. The REGULATOR and REGULATOR_FIXED_VOLTAGE need to be selected in order to boot the system from an external MMC card when using MMCI/PL181 from the device tree probe path. Select these things directly from the Kconfig so we are sure to be able to bring the systems up with console from any device tree. Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- arch/arm/mach-integrator/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.25.1 diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index cefe44f6889bd..ba124f8704fac 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -3,6 +3,8 @@ menuconfig ARCH_INTEGRATOR depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6 select ARM_AMBA select COMMON_CLK_VERSATILE + select CMA + select DMA_CMA select HAVE_TCM select ICST select MFD_SYSCON @@ -34,14 +36,13 @@ config INTEGRATOR_IMPD1 select ARM_VIC select GPIO_PL061 select GPIOLIB + select REGULATOR + select REGULATOR_FIXED_VOLTAGE help The IM-PD1 is an add-on logic module for the Integrator which allows ARM(R) Ltd PrimeCells to be developed and evaluated. The IM-PD1 can be found on the Integrator/PP2 platform. - To compile this driver as a module, choose M here: the - module will be called impd1. - config INTEGRATOR_CM7TDMI bool "Integrator/CM7TDMI core module" depends on ARCH_INTEGRATOR_AP