mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
arm64: dts: mediatek: mt8192-asurada: Add supplies for ChromeOS EC regulators
The ChromeOS Embedded Controller exposes two regulators to the system in the MT8192 Asurada design. Both these regulators also have power inputs. Add supplies for these two regulators. 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
9945dd3079
commit
7efcf38932
|
|
@ -1395,6 +1395,7 @@ mt6360_ldo3_reg: regulator@0 {
|
|||
reg = <0>;
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
vin-supply = <&pp4200_g>;
|
||||
};
|
||||
|
||||
mt6360_ldo5_reg: regulator@1 {
|
||||
|
|
@ -1402,6 +1403,7 @@ mt6360_ldo5_reg: regulator@1 {
|
|||
reg = <1>;
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
vin-supply = <&pp4200_g>;
|
||||
};
|
||||
|
||||
typec {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user