mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 14:19:35 +00:00
arm64: dts: apq8016-sbc: make 1.8v available on LS expansion
96boards mezzanine boards on LS expansion require 1.8v as per 96boards specifications, so enable the corresponding regulators and make them always-on. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
4c7d53d16d
commit
828dd5d66f
@ -230,9 +230,14 @@ l14 {
|
|||||||
regulator-max-microvolt = <3337000>;
|
regulator-max-microvolt = <3337000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1.8v required on LS expansion
|
||||||
|
* for mezzanine boards
|
||||||
|
*/
|
||||||
l15 {
|
l15 {
|
||||||
regulator-min-microvolt = <1750000>;
|
regulator-min-microvolt = <1750000>;
|
||||||
regulator-max-microvolt = <3337000>;
|
regulator-max-microvolt = <3337000>;
|
||||||
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
l16 {
|
l16 {
|
||||||
|
Loading…
Reference in New Issue
Block a user