Skip to content

Commit 6159624

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8186-evb: Add vproc fixed regulator
This board at the moment has no support for PMIC regulators, but the CCI requires a vproc regulator in order to both stop giving dtbs_check warnings and to actually probe. Since vproc is a system-critical regulator and the bootloader enables it at max voltage, model it (at least temporarily) as a regulator-fixed and assign it to CCI. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent e9858fb commit 6159624

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8186-evb.dts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
device_type = "memory";
2323
reg = <0 0x40000000 0 0x80000000>;
2424
};
25+
26+
vproc: regulator-vproc12 {
27+
compatible = "regulator-fixed";
28+
regulator-name = "vproc12";
29+
regulator-always-on;
30+
regulator-boot-on;
31+
regulator-min-microvolt = <1200000>;
32+
regulator-max-microvolt = <1200000>;
33+
};
34+
};
35+
36+
&cci {
37+
proc-supply = <&vproc>;
2538
};
2639

2740
&i2c0 {

0 commit comments

Comments
 (0)