Skip to content

Commit 0824271

Browse files
wensbroonie
authored andcommitted
regulator: dt-bindings: mt6315: 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 property from the MT6315 regulator binding and its examples. Fixes: 977fb5b ("regulator: document binding for MT6315 regulator") Fixes: 6d435a9 ("regulator: mt6315: Enforce regulator-compatible, not name") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://patch.msgid.link/20241211052427.4178367-2-wenst@chromium.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 017b76f commit 0824271

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ properties:
3535
$ref: regulator.yaml#
3636
unevaluatedProperties: false
3737

38-
properties:
39-
regulator-compatible:
40-
pattern: "^vbuck[1-4]$"
41-
4238
additionalProperties: false
4339

4440
required:
@@ -56,15 +52,13 @@ examples:
5652
5753
regulators {
5854
vbuck1 {
59-
regulator-compatible = "vbuck1";
6055
regulator-min-microvolt = <300000>;
6156
regulator-max-microvolt = <1193750>;
6257
regulator-enable-ramp-delay = <256>;
6358
regulator-allowed-modes = <0 1 2>;
6459
};
6560
6661
vbuck3 {
67-
regulator-compatible = "vbuck3";
6862
regulator-min-microvolt = <300000>;
6963
regulator-max-microvolt = <1193750>;
7064
regulator-enable-ramp-delay = <256>;

0 commit comments

Comments
 (0)