mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
arm64: dts: mediatek: mt8195-cherry: Drop regulator-compatible property
[ Upstream commit 4dbaa5d5def2c49e44efaa5e796c23d9b904be09 ] The "regulator-compatible" property has been deprecated since 2012 in commit13511def87("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:260c04d425("arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20241211052427.4178367-6-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
61bd77ac1a
commit
f9cc68128c
@@ -843,7 +843,6 @@
|
|||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
mt6315_6_vbuck1: vbuck1 {
|
mt6315_6_vbuck1: vbuck1 {
|
||||||
regulator-compatible = "vbuck1";
|
|
||||||
regulator-name = "Vbcpu";
|
regulator-name = "Vbcpu";
|
||||||
regulator-min-microvolt = <400000>;
|
regulator-min-microvolt = <400000>;
|
||||||
regulator-max-microvolt = <1193750>;
|
regulator-max-microvolt = <1193750>;
|
||||||
@@ -861,7 +860,6 @@
|
|||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
mt6315_7_vbuck1: vbuck1 {
|
mt6315_7_vbuck1: vbuck1 {
|
||||||
regulator-compatible = "vbuck1";
|
|
||||||
regulator-name = "Vgpu";
|
regulator-name = "Vgpu";
|
||||||
regulator-min-microvolt = <400000>;
|
regulator-min-microvolt = <400000>;
|
||||||
regulator-max-microvolt = <1193750>;
|
regulator-max-microvolt = <1193750>;
|
||||||
|
|||||||
Reference in New Issue
Block a user