Skip to content

Commit 3231a76

Browse files
wensgregkh
authored andcommitted
arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for fixed regulators
[ Upstream commit aaecb1d ] When the fixed regulators for the LCD panel and DP bridge were added, their supplies were not modeled in. These, except for the 1.0V supply, are just load switches, and need and have a supply. Add the supplies for each of the fixed regulators. Fixes: cabc71b ("arm64: dts: mt8183: Add kukui-jacuzzi-damu board") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20241030070224.1006331-4-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 7e2baa8 commit 3231a76

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
regulator-boot-on;
2121

2222
gpio = <&pio 54 GPIO_ACTIVE_HIGH>;
23+
vin-supply = <&pp1800_alw>;
2324
};
2425

2526
pp1800_mipibrdg: pp1800-mipibrdg {
@@ -32,6 +33,7 @@
3233
regulator-boot-on;
3334

3435
gpio = <&pio 36 GPIO_ACTIVE_HIGH>;
36+
vin-supply = <&pp1800_alw>;
3537
};
3638

3739
pp3300_panel: pp3300-panel {
@@ -46,6 +48,7 @@
4648
regulator-boot-on;
4749

4850
gpio = <&pio 35 GPIO_ACTIVE_HIGH>;
51+
vin-supply = <&pp3300_alw>;
4952
};
5053

5154
pp3300_mipibrdg: pp3300-mipibrdg {
@@ -58,6 +61,7 @@
5861
regulator-boot-on;
5962

6063
gpio = <&pio 37 GPIO_ACTIVE_HIGH>;
64+
vin-supply = <&pp3300_alw>;
6165
};
6266

6367
volume_buttons: volume-buttons {

0 commit comments

Comments
 (0)