mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
arm64: dts: mediatek: mt8195-cherry: Add supplies for ChromeOS EC regulators
The two regulators that are exposed by the EC are supplied by the system 4.2V power rail. Add supply properties for them. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
e55bab157e
commit
0fdf2b2a3e
|
|
@ -1431,6 +1431,7 @@ mt_pmic_vmc_ldo_reg: regulator@0 {
|
|||
regulator-name = "mt_pmic_vmc_ldo";
|
||||
regulator-min-microvolt = <1200000>;
|
||||
regulator-max-microvolt = <3600000>;
|
||||
vin-supply = <&pp4200_z2>;
|
||||
};
|
||||
|
||||
mt_pmic_vmch_ldo_reg: regulator@1 {
|
||||
|
|
@ -1439,6 +1440,7 @@ mt_pmic_vmch_ldo_reg: regulator@1 {
|
|||
regulator-name = "mt_pmic_vmch_ldo";
|
||||
regulator-min-microvolt = <2700000>;
|
||||
regulator-max-microvolt = <3600000>;
|
||||
vin-supply = <&pp4200_z2>;
|
||||
};
|
||||
|
||||
typec {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user