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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: mediatek: mt8195-cherry: Add MFG0 domain supply

MFG0 is the main power domain for the GPU and its surrounding glue
logic, and has a specific power rail.

Add its power supply on Cherry platforms and remove the now useless
(and wrong) regulator-always-on property from the vbuck1 regulator.

Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

+4 -1
+4 -1
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
··· 476 476 }; 477 477 }; 478 478 479 + &mfg0 { 480 + domain-supply = <&mt6315_7_vbuck1>; 481 + }; 482 + 479 483 &mmc0 { 480 484 status = "okay"; 481 485 ··· 1233 1229 regulator-enable-ramp-delay = <256>; 1234 1230 regulator-ramp-delay = <6250>; 1235 1231 regulator-allowed-modes = <0 1 2>; 1236 - regulator-always-on; 1237 1232 }; 1238 1233 }; 1239 1234 };