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 7A1521632D3; Wed, 5 Feb 2025 14:50:33 +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=1738767033; cv=none; b=UtDVZCYl6XxgRLGBkye+GoFEe9TyYP9PUUzZ1Gj+tH8M9XcxIp6y/vSCtdkrz3YkZ8ZgyLZ/It2UxFXXhv07gtXFREJlqDakvh+KPGKZsoAz7swe05eQBc3mk9hZI0ZIQDi5BNr/W3Nv0gjqhjHGHbEj7SGU3P+ElENGpzI7h2M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767033; c=relaxed/simple; bh=uyuQ5Ty5Vvv/rxn2vR8SZPykQIRaKn/KECaBKP56PCY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=F4ioziufz2iCvDzwlKEPxe54PFyT6FPRqUQ29qugFmJocFqJGFwynakV16pQcxj5ch0LqsF1VBquUww1P3INnPuHSbciTnsQ9zrvsWv6a6WS3kPAeuAsNQSyUohGTTecPWf8BtoABfYUsrXAwKtJ0BuQgMV9gHjPac4KT74POzI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RjujWIvO; 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="RjujWIvO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2913C4CED1; Wed, 5 Feb 2025 14:50:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767033; bh=uyuQ5Ty5Vvv/rxn2vR8SZPykQIRaKn/KECaBKP56PCY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RjujWIvOyUFYDL+nxqBLP4ynlG+eNJbvkQYkuOC9RONo59w2quyCVlaRSLf+c97Kn bMKirAlmf5YfL8zm9Z9I+T7fbnvlZFbYEhLmvdUS/B/mC/e6PX2P0Aqh5ZTLnJzYGO YfMmJ+7eTlhlq6PuiZYZL+0VBCawgUBgA5Lxrfpc= 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 347/623] arm64: dts: mediatek: mt8192-asurada: Drop regulator-compatible property Date: Wed, 5 Feb 2025 14:41:29 +0100 Message-ID: <20250205134509.501871941@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 d1fb968551c8688652b8b817bb081fdc9c25cd48 ] 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: 3183cb62b033 ("arm64: dts: mediatek: asurada: Add SPMI regulators") Signed-off-by: Chen-Yu Tsai Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20241211052427.4178367-5-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi b/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi index 8dda8b63765ba..dd0d07fbe61a8 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi @@ -1418,7 +1418,6 @@ regulators { mt6315_6_vbuck1: vbuck1 { - regulator-compatible = "vbuck1"; regulator-name = "Vbcpu"; regulator-min-microvolt = <400000>; regulator-max-microvolt = <1193750>; @@ -1428,7 +1427,6 @@ }; mt6315_6_vbuck3: vbuck3 { - regulator-compatible = "vbuck3"; regulator-name = "Vlcpu"; regulator-min-microvolt = <400000>; regulator-max-microvolt = <1193750>; @@ -1445,7 +1443,6 @@ regulators { mt6315_7_vbuck1: vbuck1 { - regulator-compatible = "vbuck1"; regulator-name = "Vgpu"; regulator-min-microvolt = <400000>; regulator-max-microvolt = <800000>; -- 2.39.5