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 DDCBB18D65F; Wed, 5 Feb 2025 14:50:39 +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=1738767040; cv=none; b=O+G2NNCSiHosAFtZZ+1pVudzXCWPC8m90FakxGNXNmyVY7Lm8Z+PvWhk3az4wi3AJGJFWHlqDmp2MVFEAfCIqw8iz4K0YhwRypDAgisSBO2m4kbOKrMvNPjpDyxr4rOlsN+68OYt6vMgjGfA6WH5E5c1pXiGaf769LYzGcqcnfo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767040; c=relaxed/simple; bh=+QYvefDN345C6wRU6BmBw/7Eb2Z713lqbG5JgOr6K1w=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Y3Z3Z5upq+8f0NHPsLBqLbAAkooLfQRXq8ovyPDnLfUWNHRE4tzrIc1SpDxGwiF2YIP66ignrR0wF+mGSZWRUgy0abES0sy9FUAz9v/QlQqiBV2mBNolIMtf+dqhxbNYPFpCE3CKTr1ji1AOcuu14U8oi08zNMaf0HXjO8upaLg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=p8EDDVW6; 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="p8EDDVW6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EAD9C4CED1; Wed, 5 Feb 2025 14:50:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767039; bh=+QYvefDN345C6wRU6BmBw/7Eb2Z713lqbG5JgOr6K1w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p8EDDVW6RDzfE/Wxb8Fp1MyCh0yuifAJuBoGc8w9qKRZ9UwCye4pDs4w81aFFQnP8 1Fo0cXWDfQlLm2YOlCs0K/qA6LwEVocLL+XFsLB8L0W/JMuOYN2HCzez2ukL8enSW6 h8G+VPq4LTxoVRQdaimcsnuvhY87u4Rog1iiNtPQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Chen-Yu Tsai , AngeloGioacchino Del Regno , Sasha Levin Subject: [PATCH 6.13 348/623] arm64: dts: mediatek: mt8195-cherry: Drop regulator-compatible property Date: Wed, 5 Feb 2025 14:41:30 +0100 Message-ID: <20250205134509.539670278@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134456.221272033@linuxfoundation.org> References: <20250205134456.221272033@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org 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: Chen-Yu Tsai [ Upstream commit 4dbaa5d5def2c49e44efaa5e796c23d9b904be09 ] The "regulator-compatible" property has been deprecated since 2012 in commit 13511def87b9 ("regulator: deprecate regulator-compatible DT property"), which is so old it's not even mentioned in the converted regulator bindings YAML file. It should not have been used for new submissions such as the MT6315. Drop the "regulator-compatible" property from the board dts. The property values are the same as the node name, so everything should continue to work. Fixes: 260c04d425eb ("arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus") Signed-off-by: Chen-Yu Tsai Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20241211052427.4178367-6-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi b/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi index 2c7b2223ee76b..5056e07399e23 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi @@ -1285,7 +1285,6 @@ regulators { mt6315_6_vbuck1: vbuck1 { - regulator-compatible = "vbuck1"; regulator-name = "Vbcpu"; regulator-min-microvolt = <400000>; regulator-max-microvolt = <1193750>; @@ -1303,7 +1302,6 @@ regulators { mt6315_7_vbuck1: vbuck1 { - regulator-compatible = "vbuck1"; regulator-name = "Vgpu"; regulator-min-microvolt = <400000>; regulator-max-microvolt = <1193750>; -- 2.39.5