From patchwork Thu Jan 9 12:55:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 11325615 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1D975139A for ; Thu, 9 Jan 2020 12:55:37 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EB3E92067D for ; Thu, 9 Jan 2020 12:55:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="J0KcEIQs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EB3E92067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=st.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1115+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id ua4nYY1556264xCfWEbtWtH3; Thu, 09 Jan 2020 04:55:36 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.8146.1578574536316490790 for ; Thu, 09 Jan 2020 04:55:36 -0800 X-Received: by mail.kernel.org (Postfix) id 118862075D; Thu, 9 Jan 2020 12:55:36 +0000 (UTC) X-Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A36BB2067D; Thu, 9 Jan 2020 12:55:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A36BB2067D X-Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 009CrpZ4023407; Thu, 9 Jan 2020 13:55:32 +0100 X-Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2xakm5sr71-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 09 Jan 2020 13:55:32 +0100 X-Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3872E10002A; Thu, 9 Jan 2020 13:55:32 +0100 (CET) X-Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 294312B3836; Thu, 9 Jan 2020 13:55:32 +0100 (CET) X-Received: from localhost (10.75.127.50) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 9 Jan 2020 13:55:31 +0100 From: Alexandre Torgue To: Linuxkernel+Patchwork-Soc via Email Integration CC: Maxime Coquelin , Alexandre Torgue Subject: [PATCH] ARM: multi_v7_defconfig: enable STM32 PWR regulator Date: Thu, 9 Jan 2020 13:55:31 +0100 Message-ID: <20200109125531.13610-1-alexandre.torgue@st.com> MIME-Version: 1.0 X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG3NODE2.st.com (10.75.127.8) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: O4oPdnMwEO8x3xOMvOxgOdA1x1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578574536; bh=SNZwU9mLNFn7UbXhyfMKRy+SXb2265KZnbYq8UMw7Lg=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=J0KcEIQsq+OZGteb5RpoFRU8zJ7kMC6f5ppjnuXLCSsB4Z/DTt85s96lpeaLqBt4M/E eca7K3qgwgDzCSdr7xGtkXkOJHgtsnlHrZcoT9nOqrBOL5MYLVrhNwX/0podHULKGomaN pko0yFgFrhlzWeFVnkTtIexyTwGhh6bWFCQ= From: Amelie Delaunay This enables the driver for STM32 PWR regulators found on stm32mp1. Signed-off-by: Amelie Delaunay Signed-off-by: Alexandre Torgue --- Hi Arnd, Olof and Kevin, I only have this patch for STM32 configs part. So please consider it as my pull request for v5.6. Thanks Alex diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 3f1b96dc7faa..8539da92f60a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -591,6 +591,7 @@ CONFIG_REGULATOR_S2MPS11=y CONFIG_REGULATOR_S5M8767=y CONFIG_REGULATOR_STM32_BOOSTER=m CONFIG_REGULATOR_STM32_VREFBUF=m +CONFIG_REGULATOR_STM32_PWR=y CONFIG_REGULATOR_STPMIC1=y CONFIG_REGULATOR_TI_ABB=y CONFIG_REGULATOR_TPS51632=y