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>;