mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names
[ Upstream commit c4e8cf13f1740037483565d5b802764e2426515b ]
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: cabc71b08e ("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
21030e4c7f
commit
6441c359d8
@@ -8,11 +8,13 @@
|
|||||||
#include <arm/cros-ec-keyboard.dtsi>
|
#include <arm/cros-ec-keyboard.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
pp1200_mipibrdg: pp1200-mipibrdg {
|
pp1000_mipibrdg: pp1000-mipibrdg {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "pp1200_mipibrdg";
|
regulator-name = "pp1000_mipibrdg";
|
||||||
|
regulator-min-microvolt = <1000000>;
|
||||||
|
regulator-max-microvolt = <1000000>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pp1200_mipibrdg_en>;
|
pinctrl-0 = <&pp1000_mipibrdg_en>;
|
||||||
|
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
@@ -24,7 +26,7 @@
|
|||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "pp1800_mipibrdg";
|
regulator-name = "pp1800_mipibrdg";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pp1800_lcd_en>;
|
pinctrl-0 = <&pp1800_mipibrdg_en>;
|
||||||
|
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
@@ -46,11 +48,11 @@
|
|||||||
gpio = <&pio 35 GPIO_ACTIVE_HIGH>;
|
gpio = <&pio 35 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vddio_mipibrdg: vddio-mipibrdg {
|
pp3300_mipibrdg: pp3300-mipibrdg {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vddio_mipibrdg";
|
regulator-name = "pp3300_mipibrdg";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&vddio_mipibrdg_en>;
|
pinctrl-0 = <&pp3300_mipibrdg_en>;
|
||||||
|
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
@@ -152,9 +154,9 @@
|
|||||||
panel_flags = <1>;
|
panel_flags = <1>;
|
||||||
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
|
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
|
||||||
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
|
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
|
||||||
vdd10-supply = <&pp1200_mipibrdg>;
|
vdd10-supply = <&pp1000_mipibrdg>;
|
||||||
vdd18-supply = <&pp1800_mipibrdg>;
|
vdd18-supply = <&pp1800_mipibrdg>;
|
||||||
vdd33-supply = <&vddio_mipibrdg>;
|
vdd33-supply = <&pp3300_mipibrdg>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
@@ -397,14 +399,14 @@
|
|||||||
"",
|
"",
|
||||||
"";
|
"";
|
||||||
|
|
||||||
pp1200_mipibrdg_en: pp1200-mipibrdg-en {
|
pp1000_mipibrdg_en: pp1000-mipibrdg-en {
|
||||||
pins1 {
|
pins1 {
|
||||||
pinmux = <PINMUX_GPIO54__FUNC_GPIO54>;
|
pinmux = <PINMUX_GPIO54__FUNC_GPIO54>;
|
||||||
output-low;
|
output-low;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pp1800_lcd_en: pp1800-lcd-en {
|
pp1800_mipibrdg_en: pp1800-mipibrdg-en {
|
||||||
pins1 {
|
pins1 {
|
||||||
pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
|
pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
|
||||||
output-low;
|
output-low;
|
||||||
@@ -466,7 +468,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
vddio_mipibrdg_en: vddio-mipibrdg-en {
|
pp3300_mipibrdg_en: pp3300-mipibrdg-en {
|
||||||
pins1 {
|
pins1 {
|
||||||
pinmux = <PINMUX_GPIO37__FUNC_GPIO37>;
|
pinmux = <PINMUX_GPIO37__FUNC_GPIO37>;
|
||||||
output-low;
|
output-low;
|
||||||
|
|||||||
Reference in New Issue
Block a user