Skip to content

Commit 77d4d36

Browse files
committed
Merge tag 'regulator-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fix from Mark Brown: "One fix that came in during the merge window, fixing an error in the examples in the DT binding documentation for mt6315" * tag 'regulator-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: mt6315-regulator: fix invalid allowed mode
2 parents 1f95267 + 28cbc2d commit 77d4d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ examples:
5555
regulator-min-microvolt = <300000>;
5656
regulator-max-microvolt = <1193750>;
5757
regulator-enable-ramp-delay = <256>;
58-
regulator-allowed-modes = <0 1 2 4>;
58+
regulator-allowed-modes = <0 1 2>;
5959
};
6060
6161
vbuck3 {
6262
regulator-compatible = "vbuck3";
6363
regulator-min-microvolt = <300000>;
6464
regulator-max-microvolt = <1193750>;
6565
regulator-enable-ramp-delay = <256>;
66-
regulator-allowed-modes = <0 1 2 4>;
66+
regulator-allowed-modes = <0 1 2>;
6767
};
6868
};
6969
};

0 commit comments

Comments
 (0)