From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B5818268697; Tue, 25 Mar 2025 12:31:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742905890; cv=none; b=IRzpaM1X/cD/WjHBCUIDTpQOdP8yoAMOOghKHGKTdjFye+E+rcAZZzMyvEOShWz47ZEyHPMJNvI0pkHD5nEX8xq1lka2rTvNL6ckjH8G+bQiFAtHmxQAkzsbQaa58Mf4KfmWZmf2EdgRvdiDDo0kIMUSjIrNhDITswrjLUZcOyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742905890; c=relaxed/simple; bh=i14da/B3Rzezu733W+Yxor+1mLmC8P9G+Oo46gFX3IU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=YIxYW63ly8+Qq+mkORE/gEm2IJrVVPqh/RbiRmvngoSXRYzsbtinQWl7MVITayAYJ9+LwFHEpv49RfuMHQaRu4XNDheotcIlvetDo/nO6RYpCOVZXLB2q5FPlTeUP3iyCRLuCW+AX03FA90WemiQYJEHJN8NQfUINP5dk3qK4+Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=CA0i0Itp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="CA0i0Itp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64B9AC4CEED; Tue, 25 Mar 2025 12:31:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1742905890; bh=i14da/B3Rzezu733W+Yxor+1mLmC8P9G+Oo46gFX3IU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CA0i0ItpyFKRU6KU8yTUuVa8aFBIxKXc2p17MJOBYJ5RJgsf5D+WruNNHRFCUo7Gv CcIdK6F4TNihPe5IMbXfyZTqDZif8vkwaVs0pUHUUtwcGG3tWKGZeXYmj1uzpQRoji 7SpnG2mlrqT5OC1r/JNPnGzK0/V9U3RPlxHPsAI0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Alexander Stein , Shawn Guo , Sasha Levin Subject: [PATCH 6.13 003/119] arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply Date: Tue, 25 Mar 2025 08:21:01 -0400 Message-ID: <20250325122149.151912760@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250325122149.058346343@linuxfoundation.org> References: <20250325122149.058346343@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alexander Stein [ Upstream commit 38f59e0e8bd2b3e1319716e4aeaeb9a6223b006d ] eMMC is supplied by BUCK5 rail. Use the actual regulator instead of a virtual fixed regulator. Fixes: 418d1d840e421 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP") Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- .../boot/dts/freescale/imx8mp-tqma8mpql.dtsi | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi index 336785a9fba89..3ddc5aaa7c5f0 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi @@ -1,7 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /* - * Copyright 2021-2022 TQ-Systems GmbH - * Author: Alexander Stein + * Copyright 2021-2025 TQ-Systems GmbH , + * D-82229 Seefeld, Germany. + * Author: Alexander Stein */ #include "imx8mp.dtsi" @@ -23,15 +24,6 @@ reg_vcc3v3: regulator-vcc3v3 { regulator-max-microvolt = <3300000>; regulator-always-on; }; - - /* e-MMC IO, needed for HS modes */ - reg_vcc1v8: regulator-vcc1v8 { - compatible = "regulator-fixed"; - regulator-name = "VCC1V8"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - regulator-always-on; - }; }; &A53_0 { @@ -197,7 +189,7 @@ &usdhc3 { no-sd; no-sdio; vmmc-supply = <®_vcc3v3>; - vqmmc-supply = <®_vcc1v8>; + vqmmc-supply = <&buck5_reg>; status = "okay"; }; -- 2.39.5