Skip to content

Commit e3c8507

Browse files
committed
Merge tag 'mips-fixes-5.17_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fix from Thomas Bogendoerfer: "Device tree fix for Ingenic CI20" * tag 'mips-fixes-5.17_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MIPS: DTS: CI20: fix how ddc power is enabled
2 parents 2527872 + d9565bf commit e3c8507

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

arch/mips/boot/dts/ingenic/ci20.dts

+2-13
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
label = "HDMI OUT";
8484
type = "a";
8585

86+
ddc-en-gpios = <&gpa 25 GPIO_ACTIVE_HIGH>;
87+
8688
port {
8789
hdmi_con: endpoint {
8890
remote-endpoint = <&dw_hdmi_out>;
@@ -114,17 +116,6 @@
114116
gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
115117
enable-active-high;
116118
};
117-
118-
hdmi_power: fixedregulator@3 {
119-
compatible = "regulator-fixed";
120-
121-
regulator-name = "hdmi_power";
122-
regulator-min-microvolt = <5000000>;
123-
regulator-max-microvolt = <5000000>;
124-
125-
gpio = <&gpa 25 0>;
126-
enable-active-high;
127-
};
128119
};
129120

130121
&ext {
@@ -576,8 +567,6 @@
576567
pinctrl-names = "default";
577568
pinctrl-0 = <&pins_hdmi_ddc>;
578569

579-
hdmi-5v-supply = <&hdmi_power>;
580-
581570
ports {
582571
#address-cells = <1>;
583572
#size-cells = <0>;

0 commit comments

Comments
 (0)