Commit d9565bf4 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Thomas Bogendoerfer

MIPS: DTS: CI20: fix how ddc power is enabled

Originally we proposed a new hdmi-5v-supply regulator reference
for CI20 device tree but that was superseded by a better idea to use
the already defined "ddc-en-gpios" property of the "hdmi-connector".

Since "MIPS: DTS: CI20: Add DT nodes for HDMI setup" has already
been applied to v5.17-rc1, we add this on top.

Fixes: ae1b8d2c ("MIPS: DTS: CI20: Add DT nodes for HDMI setup")
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent dfd42fac
...@@ -83,6 +83,8 @@ hdmi_out: connector { ...@@ -83,6 +83,8 @@ hdmi_out: connector {
label = "HDMI OUT"; label = "HDMI OUT";
type = "a"; type = "a";
ddc-en-gpios = <&gpa 25 GPIO_ACTIVE_HIGH>;
port { port {
hdmi_con: endpoint { hdmi_con: endpoint {
remote-endpoint = <&dw_hdmi_out>; remote-endpoint = <&dw_hdmi_out>;
...@@ -114,17 +116,6 @@ otg_power: fixedregulator@2 { ...@@ -114,17 +116,6 @@ otg_power: fixedregulator@2 {
gpio = <&gpf 14 GPIO_ACTIVE_LOW>; gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
enable-active-high; enable-active-high;
}; };
hdmi_power: fixedregulator@3 {
compatible = "regulator-fixed";
regulator-name = "hdmi_power";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpa 25 0>;
enable-active-high;
};
}; };
&ext { &ext {
...@@ -576,8 +567,6 @@ &hdmi { ...@@ -576,8 +567,6 @@ &hdmi {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pins_hdmi_ddc>; pinctrl-0 = <&pins_hdmi_ddc>;
hdmi-5v-supply = <&hdmi_power>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment