Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -2
+2 -2
Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml
··· 55 55 regulator-min-microvolt = <300000>; 56 56 regulator-max-microvolt = <1193750>; 57 57 regulator-enable-ramp-delay = <256>; 58 - regulator-allowed-modes = <0 1 2 4>; 58 + regulator-allowed-modes = <0 1 2>; 59 59 }; 60 60 61 61 vbuck3 { ··· 63 63 regulator-min-microvolt = <300000>; 64 64 regulator-max-microvolt = <1193750>; 65 65 regulator-enable-ramp-delay = <256>; 66 - regulator-allowed-modes = <0 1 2 4>; 66 + regulator-allowed-modes = <0 1 2>; 67 67 }; 68 68 }; 69 69 };