Skip to content

Commit b99bf07

Browse files
wensAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8395-genio-1200-evk: Drop regulator-compatible property
The "regulator-compatible" property has been deprecated since 2012 in commit 13511de ("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: f2b543a ("arm64: dts: mediatek: add device-tree for Genio 1200 EVK board") 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-9-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent ab60442 commit b99bf07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,6 @@
835835

836836
regulators {
837837
mt6315_6_vbuck1: vbuck1 {
838-
regulator-compatible = "vbuck1";
839838
regulator-name = "Vbcpu";
840839
regulator-min-microvolt = <300000>;
841840
regulator-max-microvolt = <1193750>;
@@ -852,7 +851,6 @@
852851

853852
regulators {
854853
mt6315_7_vbuck1: vbuck1 {
855-
regulator-compatible = "vbuck1";
856854
regulator-name = "Vgpu";
857855
regulator-min-microvolt = <546000>;
858856
regulator-max-microvolt = <787000>;

0 commit comments

Comments
 (0)