arm64: dts: mediatek: mt8192-asurada: Drop regulator-compatible property
authorChen-Yu Tsai <wenst@chromium.org>
Wed, 11 Dec 2024 05:24:22 +0000 (13:24 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 12 Dec 2024 09:59:01 +0000 (10:59 +0100)
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 <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20241211052427.4178367-5-wenst@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

index 8dda8b63765bad349e851e3ed2753d2df1785472..dd0d07fbe61a8499e9440c0dfa26803e3f84aed9 100644 (file)
 
                regulators {
                        mt6315_6_vbuck1: vbuck1 {
-                               regulator-compatible = "vbuck1";
                                regulator-name = "Vbcpu";
                                regulator-min-microvolt = <400000>;
                                regulator-max-microvolt = <1193750>;
                        };
 
                        mt6315_6_vbuck3: vbuck3 {
-                               regulator-compatible = "vbuck3";
                                regulator-name = "Vlcpu";
                                regulator-min-microvolt = <400000>;
                                regulator-max-microvolt = <1193750>;
 
                regulators {
                        mt6315_7_vbuck1: vbuck1 {
-                               regulator-compatible = "vbuck1";
                                regulator-name = "Vgpu";
                                regulator-min-microvolt = <400000>;
                                regulator-max-microvolt = <800000>;