Skip to content

Commit 7e2baa8

Browse files
wensgregkh
authored andcommitted
arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names
[ Upstream commit c4e8cf1 ] Some of the regulator supplies for the MIPI-DPI-to-DP bridge and their associated nodes are incorrectly named. In particular, the 1.0V supply was modeled as a 1.2V supply. Fix all the incorrect names, and also fix the voltage of the 1.0V regulator. 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-3-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6b4f309 commit 7e2baa8

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
#include <arm/cros-ec-keyboard.dtsi>
99

1010
/ {
11-
pp1200_mipibrdg: pp1200-mipibrdg {
11+
pp1000_mipibrdg: pp1000-mipibrdg {
1212
compatible = "regulator-fixed";
13-
regulator-name = "pp1200_mipibrdg";
13+
regulator-name = "pp1000_mipibrdg";
14+
regulator-min-microvolt = <1000000>;
15+
regulator-max-microvolt = <1000000>;
1416
pinctrl-names = "default";
15-
pinctrl-0 = <&pp1200_mipibrdg_en>;
17+
pinctrl-0 = <&pp1000_mipibrdg_en>;
1618

1719
enable-active-high;
1820
regulator-boot-on;
@@ -24,7 +26,7 @@
2426
compatible = "regulator-fixed";
2527
regulator-name = "pp1800_mipibrdg";
2628
pinctrl-names = "default";
27-
pinctrl-0 = <&pp1800_lcd_en>;
29+
pinctrl-0 = <&pp1800_mipibrdg_en>;
2830

2931
enable-active-high;
3032
regulator-boot-on;
@@ -46,11 +48,11 @@
4648
gpio = <&pio 35 GPIO_ACTIVE_HIGH>;
4749
};
4850

49-
vddio_mipibrdg: vddio-mipibrdg {
51+
pp3300_mipibrdg: pp3300-mipibrdg {
5052
compatible = "regulator-fixed";
51-
regulator-name = "vddio_mipibrdg";
53+
regulator-name = "pp3300_mipibrdg";
5254
pinctrl-names = "default";
53-
pinctrl-0 = <&vddio_mipibrdg_en>;
55+
pinctrl-0 = <&pp3300_mipibrdg_en>;
5456

5557
enable-active-high;
5658
regulator-boot-on;
@@ -146,9 +148,9 @@
146148
pinctrl-0 = <&anx7625_pins>;
147149
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
148150
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
149-
vdd10-supply = <&pp1200_mipibrdg>;
151+
vdd10-supply = <&pp1000_mipibrdg>;
150152
vdd18-supply = <&pp1800_mipibrdg>;
151-
vdd33-supply = <&vddio_mipibrdg>;
153+
vdd33-supply = <&pp3300_mipibrdg>;
152154

153155
ports {
154156
#address-cells = <1>;
@@ -391,14 +393,14 @@
391393
"",
392394
"";
393395

394-
pp1200_mipibrdg_en: pp1200-mipibrdg-en {
396+
pp1000_mipibrdg_en: pp1000-mipibrdg-en {
395397
pins1 {
396398
pinmux = <PINMUX_GPIO54__FUNC_GPIO54>;
397399
output-low;
398400
};
399401
};
400402

401-
pp1800_lcd_en: pp1800-lcd-en {
403+
pp1800_mipibrdg_en: pp1800-mipibrdg-en {
402404
pins1 {
403405
pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
404406
output-low;
@@ -460,7 +462,7 @@
460462
};
461463
};
462464

463-
vddio_mipibrdg_en: vddio-mipibrdg-en {
465+
pp3300_mipibrdg_en: pp3300-mipibrdg-en {
464466
pins1 {
465467
pinmux = <PINMUX_GPIO37__FUNC_GPIO37>;
466468
output-low;

0 commit comments

Comments
 (0)