From patchwork Wed Mar 27 10:17:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606136 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5069EC47DD9 for ; Wed, 27 Mar 2024 10:18:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lBm9WS5+cez6VUWrtEFdrk7fbeXE+hNnj+NGq5YG61c=; b=A/toFmFF/IhNXD 1AJxSxnagDmF37esFeZMDQx39+zrdTFy2IrQgXnrQ8hzRb+DSlwHDMU5QZVdwcfwbI0Fnp0SLjDcl 47b75BZk0DvWUofvCFxlE2BCw1oRiF2HvK7YVnZR0tH7sQPa0DfKzeI5+KLEdQ8BqD5GQVMeJnJKj Pq1SWVrtELphdVO6AJh20W4y4FkXFVFVkT57qtMAfcRAq/5CETJ2njkDN8hBaEA492jb+5OVLvWMO YEvz5GehwVCaglh1r6zGS0c6ScO33h7pYa12Sxnxfy6urilqgF+bYlBRz4vg2LbGvXaqTkdlOflsn FQk2TbM8vScdPIrLJz/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQM2-00000008NZH-1vFD; Wed, 27 Mar 2024 10:17:58 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQLw-00000008NY0-3Uyw for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:17:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534673; x=1743070673; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TEkABNFse8CcnU3kgDIEffeA978im7yo/OMpcupmA/E=; b=gWZbLJH32mORR+Jwj/OZt6N5MC/zrNnirLQ2oNBehL+TtaMtYecHv/lK Yhnr0p0KIUS/i56/6gaQTx0CKEz9BgC47AgU2Fv8kTrJl/XrSkvNTLlgF B/CyiaFomcc1LxdSJPVEE118GSt8iiHB69TfuoJT6HUs9omGnknmw6Esx mdichnrfSRYH4NhQZCeAUYXK/Enqml/B/cjg2oEQHIR4nFs7HZ/qpuDfV Fm+p0CYFJ5wly8+jwArlH5QWC6RR0YZgaA2yhuKu2IBCWIE3oaP8Sk8MG /dgE1DWNsfo6Hj4RM31Jl2Ihe4HY2EzXomzr/Q2G0dsAkn/eq0cj7sgRo g==; X-CSE-ConnectionGUID: kMW5/4znTW21czammyzWAw== X-CSE-MsgGUID: MuiZtMkFTq+IA/MVCghvXg== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="249155938" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:17:52 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:41 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:38 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 1/7] ARM: dts: microchip: sama5d27_wlsom1: Update the node names from pmic-regulators Date: Wed, 27 Mar 2024 12:17:18 +0200 Message-ID: <20240327101724.2982-2-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031752_915661_23F5B3AA X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from pmic-regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi index 4617805c7748..228382f630cc 100644 --- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi +++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi @@ -74,7 +74,7 @@ mcp16502@5b { lpm-gpios = <&pioBU 0 GPIO_ACTIVE_LOW>; regulators { - vdd_3v3: VDD_IO { + vdd_3v3: BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -93,7 +93,7 @@ regulator-state-mem { }; }; - vddio_ddr: VDD_DDR { + vddio_ddr: BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; @@ -116,7 +116,7 @@ regulator-state-mem { }; }; - vdd_core: VDD_CORE { + vdd_core: BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1250000>; regulator-max-microvolt = <1250000>; @@ -135,7 +135,7 @@ regulator-state-mem { }; }; - vdd_ddr: VDD_OTHER { + vdd_ddr: BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; From patchwork Wed Mar 27 10:17:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606138 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C8834C47DD9 for ; Wed, 27 Mar 2024 10:18:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1zMqEX5m1WxKQ9zBeVuOlUpVJDc+7SdknR1vv+odlWE=; b=XeM8dSadfUPXsU ZOssgNUGYfpCzuckfOjyEZ0zK7nRp0vt7ZgZ1aW74puRG2mIAbmTSiUR8UafemQELvH+nzJqscIC4 +YpP8flGyOEgZRwI58Uz32BZKV084Un3Nj/hPXWmXPFOxdy3TViPHCx3vQmXM6vGtt4iYPEHNzWuh aOZR0eoREyWgt2+QHS4ICkISb0ITYUKWkM5XpAXCgbwrOP+C7EuVfY5hfdbEDvfjJPqoxd6b4Z1u4 cL17FJR7JFLsH5uXGGkuE7NmggYMlFGRHzpb9RyCPmCzv8XSVtzBjcoYfTmz5vhastvPBkmqGnrwb 5J77ca/jIWKt94iB0EBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMZ-00000008Nrx-1K2S; Wed, 27 Mar 2024 10:18:31 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMR-00000008Nn6-26Bv for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:18:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534704; x=1743070704; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mrpZq+2IhH09H8vRJkafUX3lwv1PhGwDbdtVPupkg30=; b=Xnshnn1lqdjJW59KiQXPYkf8oyhAyds/rc68KrTqZkCGpstwP4cglkCU CuXY3k1EoMC1OEALWs9MLt8leH2v2pBxLVeZ4OgQQkqvc5WEVn1owlfXR nVCakGXYMJiGOQEksleGBCqXv7Oxv3tUhicBp7vPk4rDTyJ5kOpmVCQfz AYcZVSfRO82l1ZcjfX6LMcW2bLYuJnPUjInVgkSVnceB0GOV17dDhrRKX 7DpcsOfWWWJhDXEOh/5n1UcAW2MdQ5wghwOa0Y7xfkkdBYRdshPOv6TZT Rfq0IX29uYeeeLvD/uzDsWft9RN2zVVLHs1gRrTIPAWCyZpgZzoVGzdzn A==; X-CSE-ConnectionGUID: calzwGTlQgCl6fVaUG6ALA== X-CSE-MsgGUID: s35crSE5TBi9xcUt4CFXNA== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18378689" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:18:22 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:44 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:41 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 2/7] ARM: dts: microchip: sama5d29_curiosity: Update the node names from pmic-regulators Date: Wed, 27 Mar 2024 12:17:19 +0200 Message-ID: <20240327101724.2982-3-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031823_994285_A02C0CD1 X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from pmic-regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts index 6b02b7bcfd49..b1874ae8dfc2 100644 --- a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts +++ b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts @@ -148,7 +148,7 @@ mcp16502@5b { lpm-gpios = <&pioBU 0 GPIO_ACTIVE_LOW>; regulators { - vdd_3v3: VDD_IO { + vdd_3v3: BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -167,7 +167,7 @@ regulator-state-mem { }; }; - vddio_ddr: VDD_DDR { + vddio_ddr: BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; @@ -190,7 +190,7 @@ regulator-state-mem { }; }; - vdd_core: VDD_CORE { + vdd_core: BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1250000>; regulator-max-microvolt = <1250000>; @@ -209,7 +209,7 @@ regulator-state-mem { }; }; - vdd_ddr: VDD_OTHER { + vdd_ddr: BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; From patchwork Wed Mar 27 10:17:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606142 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2871FCD11DF for ; Wed, 27 Mar 2024 10:19:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KanJHK0Nz41MVMIJM0LlvIDksWuBSHMqjGOjTK14Cnc=; b=x8yBEwtsR3c1y1 eAm+ek9hzrXoIHu0Hgo1UIInupm05RriYpoi0yz3TebK/hj92tDKjkTqnsycOLWFRLz+CLG1ZLXO0 PI8x+smgoJhXrox0Mi/IDUy27zb49uWiiDIGInPNPCTTUG3CYcEi8RisCgjlF9LHudoBUHfkDS/u/ hkGMVZ8/Z8Mad60aI7o+s9pjnVR+8MEzZmEEyChV1l/Mqkd7pgDzb0N6UgP9IkHEZ68bAts3PsgJU JZOyow/VRM9ZYg7J3uTIcOm+WsUOZNPCKXfGJfY8KiwEFjv6EP6COICYFNeHMdyB+fk3V9cn1L54q cwT12E/bGQlNSqWHUmwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQNe-00000008OSu-3b1R; Wed, 27 Mar 2024 10:19:38 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMb-00000008Nsm-3i97 for linux-arm-kernel@bombadil.infradead.org; Wed, 27 Mar 2024 10:18:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Type:Content-Transfer-Encoding :MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:CC:To:From: Sender:Reply-To:Content-ID:Content-Description; bh=H/2LCumWZV6viJI0g8WGMpC4pbEwulngNRgXLBs4kvU=; b=Mm0oFJJGxi0CeE+WkQ9NXl4RP6 8GZZerKPE2YIiKq1KUIMQKTIgYdSzCzTOmJTLdUmG3ymjB1o6jR2GTlyd9azKucOc4UM9Ca2u8WJQ p1vDJk0EihNIE+XMkCL3iMZCXdA+f/HkYyT7tX+4MZuJnZj0/1Pz1qcoLsQo8l/HTclxtb+sup0/e KoAK4STvFbyB6W6leIIM0fF8JkdPCBo3ig2MCiImwWE9Miap04ZKoof6SEj/1U2rXlHHfqWi6pJ9X RPu7/pbbROnf7NHcfzDCkgp5DLY7UhdDN6ZxPEewqeZ9IoVNWG3X/1Zts5WGYYuNxfV3YKusTuL0r /3ErNsCw==; Received: from esa.microchip.iphmx.com ([68.232.153.233]) by desiato.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMW-00000000AIp-0AFt for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:18:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534709; x=1743070709; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wD2nTcpMdJZrzZufqmtVM7xTKD12zXfm5p9LDsV06bA=; b=ywYlrkf+NgWaHxIWxRZmlEt+DpqY5KWxxkpm++3JjQdx5JzRqhI+4kOt CN/vGvC7nxWGqYQb6L8xgxxw2vojZqRahujsUeHSkmrOBpGm6asV7ut9u Hx9qRdm3X+3a1T3f0UWloT+wy2lioLeZjG3bKPmBhU9B0mi3MIlb0B5p3 GRp6QulwHPOnxePYvGGGFnU79d7qmRSOiesJUD9k8Zp8ExlQXZcsMxGBU O3A8vdAaSD9ZxJubl1zRt5q1AOs403GlURMAa03YUkcQ3USfvkRQnqxMf VGlP0byFQj/CXmvqvC2sotVAc5LJrB320byCSHJy+Y0qO4wcdVoCvlzin A==; X-CSE-ConnectionGUID: calzwGTlQgCl6fVaUG6ALA== X-CSE-MsgGUID: LNxzxDpGQwKx1MJ2IQ3y4A== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18378694" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:18:22 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:47 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:44 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 3/7] ARM: dts: microchip: sama5d2_icp: Update the node names from pmic-regulators Date: Wed, 27 Mar 2024 12:17:20 +0200 Message-ID: <20240327101724.2982-4-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_101829_564258_A5FA5D1C X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from pmic-regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts index 999adeca6f33..f20de8180381 100644 --- a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts +++ b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts @@ -194,7 +194,7 @@ mcp16502@5b { lpm-gpios = <&pioBU 7 GPIO_ACTIVE_LOW>; regulators { - vdd_io_reg: VDD_IO { + vdd_io_reg: BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -213,7 +213,7 @@ regulator-state-mem { }; }; - VDD_DDR { + BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1350000>; regulator-max-microvolt = <1350000>; @@ -232,7 +232,7 @@ regulator-state-mem { }; }; - VDD_CORE { + BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1250000>; regulator-max-microvolt = <1250000>; @@ -251,7 +251,7 @@ regulator-state-mem { }; }; - VDD_OTHER { + BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <600000>; regulator-max-microvolt = <1850000>; From patchwork Wed Mar 27 10:17:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606137 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 886B0C54E67 for ; Wed, 27 Mar 2024 10:18:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VE7nHs7l8JsQYyGeY14sPttmI1HiU810TwLkrfYByVM=; b=ktJDATG+cIlKGO CLBe/2e8fmx6aHSQyrw4N1ttKSb7p6zesdIUos18eby1qMAlR09hC5utxMkUZ3raCVghU1gCLdV6p uUFzHlUe7xh/c1NdGSTj3GRCVnRgsy8Bjt2ICw2guGu7mNdWKmTHHX/m59Pc4nDOjgvuI79TYy6+v 53RAPYTXtcieM5gamlqIoW1bUcN67KwhGeoD1yFSscGnDF1SI10ZfPH53kgcQq7ZwfXMATLmDnRYJ GLwmvPYv1J40iLry/MK2+RSBBAr71S0h6H3V682jZKQRGq1mdyvqrmkYpYhYj6arD204YJpriSlRz BIBmxbAci/q2KvKKb4Pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQM1-00000008NYv-3VOV; Wed, 27 Mar 2024 10:17:57 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQLw-00000008NXf-0xrB for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:17:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534673; x=1743070673; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qGQzK2HQjuc3lmiDwa/yoDUO/mDYIMap2INX+scvIhg=; b=tKoqkSYwIs8NV5McwYPia6kmALkW8eTAmKBopjDGIDoJZM337bsMqD+0 scyq9cfOMsU5IVEo4K7vEOvNKb2sHVHPmVzgCObRArBqsemkc7Wb84N+l D4xtfIN7GvVrTxupBI8vBA7uIpmOrzcHkcRENZLPfF4W+BehanSSjsl4V MMQCy8so4Q5+AibtSzHy8TocEPOQs0aOYJFlZSv1z9ar2jcUBYmQuh/nP 0kabZrdpnDBk08ssjJZbX5cMPViiEU3j9sRqdEaftpzlgJfqy5V0CkxLk NDIbrHB+vkJ0/VYz1/ifkHIa1CcIlpC47FBiUc383ChyVOecjEZNMor4i w==; X-CSE-ConnectionGUID: b4HGw/1yQ96q2nlL3B/feQ== X-CSE-MsgGUID: shiuTOidQVKmgZzt/ZcQTQ== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18378633" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:17:52 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:50 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:47 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 4/7] ARM: dts: microchip: sama7g54_curiosity: Update the node names from pmic-regulators Date: Wed, 27 Mar 2024 12:17:21 +0200 Message-ID: <20240327101724.2982-5-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031752_302926_499FCC77 X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from pmic-regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts index 4f609e9e510e..a83a6fd3f5fa 100644 --- a/arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts +++ b/arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts @@ -191,7 +191,7 @@ pmic@5b { reg = <0x5b>; regulators { - vdd_3v3: VDD_IO { + vdd_3v3: BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -211,7 +211,7 @@ regulator-state-mem { }; }; - vddioddr: VDD_DDR { + vddioddr: BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1350000>; regulator-max-microvolt = <1350000>; @@ -232,7 +232,7 @@ regulator-state-mem { }; }; - vddcore: VDD_CORE { + vddcore: BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1150000>; regulator-max-microvolt = <1150000>; @@ -252,7 +252,7 @@ regulator-state-mem { }; }; - vddcpu: VDD_OTHER { + vddcpu: BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <1050000>; regulator-max-microvolt = <1250000>; From patchwork Wed Mar 27 10:17:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606139 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 798BAC54E67 for ; Wed, 27 Mar 2024 10:18:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lyn+rO98Vtiy3anXXFC6/jEcQX5vzcosz9aKw/yk2vs=; b=pcQsMMTdzQv9Zl CH3gGFJSwi7jO/nefoLyQX8nJqsdQXMJDcYgmCrVmzcEC3DtGpfAV4skw56W5cpYWeEUWdBiUc19n OGd8qAbVnQvu+OX+Xmgq4tnRZSois301+gn5hQYIiZq+kU8cTHv5diEjEb3pNdFKmV4H95rrt35lE 2TLUMyRyVZ+i/i2xrbcmS+xvi1mW//oW4N6MIaPxMzuHQMR/btarOgB6Xlv1eoPdj6VcCVkvmkUfy GEF/rc8tnys5DZ0MWysyktjZ+fpMX6NQ0URqz5F5AbEwAxKjYFK3kLwkSWTcWmlb9xWFoVNZRo1KZ kmNzno3mWwUpPAblScvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMa-00000008Nsp-1nFC; Wed, 27 Mar 2024 10:18:32 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMT-00000008Nn6-1vNt for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:18:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534706; x=1743070706; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FbQFohIcQhdcJ8OymS2bi8N+9kuCh4E7hphlH7j7T3w=; b=IGnvTdAZN/b7uJ1q2tbQtXb8efxnreP1smyyGTwqiXFF8CibCqyE65hO X+n5/KUF1CNwjGDbzwTh/AWO0SvtNNX39vWfKJ+Ld1ixxDfSGAnA58829 HFyB0zPGnN0dVkfbeqI9wxryg5WZKbB44dwxiJaUPIt2JNJA0IbNqJ652 +CVmVFOMm2QWWSvi3KxBdm1ZOvm1m98Q2wA54xSKu6/WXpYj7/Hp9t+0z KriWMG5A+KtGSU9zF62q23IuPBuCkbVUUfOvYTjlIG7aNQXGOORn9+Smq nXYSbySVG0BVKEaf8V7N9qA9JQ5aPix4fGkl4rnYxQz/fpCHSRzycXUIy w==; X-CSE-ConnectionGUID: calzwGTlQgCl6fVaUG6ALA== X-CSE-MsgGUID: Kfo3bleVRRCTAD/kyczoKg== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18378695" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:18:23 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:53 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:51 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 5/7] ARM: dts: microchip: sama7g5ek: Update the node names from pmic-regulators Date: Wed, 27 Mar 2024 12:17:22 +0200 Message-ID: <20240327101724.2982-6-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031825_757027_018B8EF2 X-CRM114-Status: UNSURE ( 9.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from pmic-regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/at91-sama7g5ek.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts b/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts index 217e9b96c61e..5a9b8b6dd0df 100644 --- a/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts +++ b/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts @@ -242,7 +242,7 @@ mcp16502@5b { status = "okay"; regulators { - vdd_3v3: VDD_IO { + vdd_3v3: BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -262,7 +262,7 @@ regulator-state-mem { }; }; - vddioddr: VDD_DDR { + vddioddr: BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1350000>; regulator-max-microvolt = <1350000>; @@ -283,7 +283,7 @@ regulator-state-mem { }; }; - vddcore: VDD_CORE { + vddcore: BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1150000>; regulator-max-microvolt = <1150000>; @@ -303,7 +303,7 @@ regulator-state-mem { }; }; - vddcpu: VDD_OTHER { + vddcpu: BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <1050000>; regulator-max-microvolt = <1250000>; From patchwork Wed Mar 27 10:17:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606141 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55569C47DD9 for ; Wed, 27 Mar 2024 10:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=XqH4O3tohqSCzPjACrfDpSH687pq4eBZDBANlAlnFPc=; b=a//+cjBJqTZXB7 MLKXN3aBkc/8J08oQhCDcbQOsAijET0aw/EtZYvwDQxxbQh469eHJDaHcr/yUKDwC5AftLpbQalin Qs3Gy9jC5y3ZOEwcwn5J09Ug2srnk8+ggvCudabEfZmDEeToqrlJjQTXY+5sq677/unGg0PkhtVdO GnUBmKaC6EJxUYo/40utNYCeBaFBPx4ornjzpMmJxtKK8knVIvWgHDC2nn7gRpSWzz8xXfSpw1WR5 9ahKwMt5ZZl8P45ra7DFPgFa0v9LW37kShS1HAonolpS5shZXKS14TjSmbuCtSXnIepLmPxWNvjwe /mFo6gRL5i/LfS4+um1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMh-00000008Nwz-24fn; Wed, 27 Mar 2024 10:18:39 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMT-00000008Nod-2XiS for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:18:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534706; x=1743070706; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=p/0BBHnJr+FFftUotJoEcJBJoL48GuwYWP98R4CFmoQ=; b=cQdptVOS//yBzh0SF9yZJYKR9evWk2ZfOcVk7+nOa2x+aQ6gjv3IVVBR JL3G4hqh3EqmUXRg4IS6R3UI7RJL+iXucv3NnoQKzqgx50CAhlhSudT2g dSWLDaqbSXbKrrHIIlmCqMqb9lbr3SDZroxTlheUKA6vL0eQkg7U9EIyo TmcJRZOzqvemzB5ZaO6MDLFMhDn4Yhup1+sHUFHHsxr+d1BghFUiQeNuD McRnpqQz5uPMJzXIn9g+irrOkUEsIy2LjJeggbSHDatXU33Esz8CNraIg QLgoP6q2KtlLl2+HugPoHEAP68RBO2wbKpIDTZ9p3Q2MZJ31EqszFfF5g g==; X-CSE-ConnectionGUID: calzwGTlQgCl6fVaUG6ALA== X-CSE-MsgGUID: R3qN4wlUQN+db0QLsypdCg== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18378697" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:18:23 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:56 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:54 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 6/7] regulator: dt-bindings: microchip,mcp16502: Update the node names from buck regulators Date: Wed, 27 Mar 2024 12:17:23 +0200 Message-ID: <20240327101724.2982-7-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031825_932825_38510A3B X-CRM114-Status: GOOD ( 10.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the node names from buck regulators in order to match the datasheet and driver namings for buck regulators. Using BUCK1-4 as node names is consistent with the node naming rules. Signed-off-by: Mihai Sain --- .../bindings/regulator/microchip,mcp16502.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml b/Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml index 1aca3646789e..72a1f8a92949 100644 --- a/Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml +++ b/Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml @@ -34,7 +34,7 @@ properties: description: List of regulators and its properties. patternProperties: - "^(VDD_(IO|CORE|DDR|OTHER)|LDO[1-2])$": + "^(BUCK[1-4]|LDO[1-2])$": type: object $ref: regulator.yaml# unevaluatedProperties: false @@ -70,7 +70,7 @@ examples: reg = <0x5b>; regulators { - VDD_IO { + BUCK1 { regulator-name = "VDD_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; @@ -89,7 +89,7 @@ examples: }; }; - VDD_DDR { + BUCK2 { regulator-name = "VDD_DDR"; regulator-min-microvolt = <1350000>; regulator-max-microvolt = <1350000>; @@ -108,7 +108,7 @@ examples: }; }; - VDD_CORE { + BUCK3 { regulator-name = "VDD_CORE"; regulator-min-microvolt = <1150000>; regulator-max-microvolt = <1150000>; @@ -127,7 +127,7 @@ examples: }; }; - VDD_OTHER { + BUCK4 { regulator-name = "VDD_OTHER"; regulator-min-microvolt = <1050000>; regulator-max-microvolt = <1250000>; From patchwork Wed Mar 27 10:17:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13606140 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E719C47DD9 for ; Wed, 27 Mar 2024 10:18:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hFUROly55caAT9urW15LWznzOtROPUzdLDwuSqtYmUA=; b=m/hCsJje04oHmq TUbXxjHF5hmxuficolg4WOOiddBbZ58p9m28QSv12RFQMdVfCA26HQedOr5PlA01g9LsGaS5yGEV1 d1jrKeG7z2qUSfdX42/V5MvJDxMgM0LbJmiQvxAnNR0V8g9TrrzaeZn2ef8RxlUtngGd3EXtQfQ3n Gkj9AzlJkVwjvVy0Q7SyQe0ZwAT57IFroHVmjbDlN9//BKL7vbE8TYURRuti2ZlaAmDl6t0GDitIR w7zVKHRywXSM17nVCA8hHOegU5aIa4rAWy6gM26ZgEhQkrVU5Z6dOYSHPemT+4naIDIfUKIt47ydq cv/4w/tbXCQBBht6cNIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMd-00000008Nv2-3KPR; Wed, 27 Mar 2024 10:18:35 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpQMS-00000008NnP-3pZS for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 10:18:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1711534705; x=1743070705; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/XP+OdQeoB19J4KIQiJ/hmItC3hcLTOi4yoVWsZK9vk=; b=IQZMeB1946eE+GZzFafX195XO4I+g+iHMFXhpE6eSckL6nEZGO9qTqWt /Sdi1mzwRwcru1E2RxpN2n23CRUpExoLVhQ3FkmoOfdhvWjxks+/9XWel yzZnb3HrEvUD6MoIujs3jKECwtZlmgPQCnkGmvmarG1BddYS4CiSLI24r 96PhGFBct+Gcv2CAIYvwLxEQ+NKFFAUD1Eq47QPl8Z26bOujDJUlaEAaO 5pgcbT2+oZX0FspRsMH7kZUMwjadWPrxrfdVezIie5EXjF0DwcDHhS/kJ uLo6qiOF1wGOs28MeCzPeIzYj1Z92Zuly8XXwbh0sgiehbWtyr1CBKjhJ Q==; X-CSE-ConnectionGUID: iLwE0uHlR2GxnqPkfUjRug== X-CSE-MsgGUID: wpvBVBh6QYCffiWbDKfL+g== X-IronPort-AV: E=Sophos;i="6.07,158,1708412400"; d="scan'208";a="18904354" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 27 Mar 2024 03:18:22 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 27 Mar 2024 03:17:59 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 27 Mar 2024 03:17:57 -0700 From: Mihai Sain To: , , , , , , , , , , , CC: Mihai Sain Subject: [PATCH 7/7] regulator: mcp16502: Update the names from buck regulators Date: Wed, 27 Mar 2024 12:17:24 +0200 Message-ID: <20240327101724.2982-8-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240327101724.2982-1-mihai.sain@microchip.com> References: <20240327101724.2982-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_031825_205487_968A5C7E X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use generic names for buck regulators to avoid any confusion. Update the names from buck regulators in order to match the datasheet block diagram for the buck regulators. Signed-off-by: Mihai Sain --- drivers/regulator/mcp16502.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index 0c15a19fe83a..d6fc9f1afaef 100644 --- a/drivers/regulator/mcp16502.c +++ b/drivers/regulator/mcp16502.c @@ -468,13 +468,13 @@ static const struct linear_range b234_ranges[] = { static const struct regulator_desc mcp16502_desc[] = { /* MCP16502_REGULATOR(_name, _id, ranges, regulator_ops, ramp_table) */ - MCP16502_REGULATOR("VDD_IO", BUCK1, b1l12_ranges, mcp16502_buck_ops, + MCP16502_REGULATOR("BUCK1", BUCK1, b1l12_ranges, mcp16502_buck_ops, mcp16502_ramp_b1l12), - MCP16502_REGULATOR("VDD_DDR", BUCK2, b234_ranges, mcp16502_buck_ops, + MCP16502_REGULATOR("BUCK2", BUCK2, b234_ranges, mcp16502_buck_ops, mcp16502_ramp_b234), - MCP16502_REGULATOR("VDD_CORE", BUCK3, b234_ranges, mcp16502_buck_ops, + MCP16502_REGULATOR("BUCK3", BUCK3, b234_ranges, mcp16502_buck_ops, mcp16502_ramp_b234), - MCP16502_REGULATOR("VDD_OTHER", BUCK4, b234_ranges, mcp16502_buck_ops, + MCP16502_REGULATOR("BUCK4", BUCK4, b234_ranges, mcp16502_buck_ops, mcp16502_ramp_b234), MCP16502_REGULATOR("LDO1", LDO1, b1l12_ranges, mcp16502_ldo_ops, mcp16502_ramp_b1l12),