Skip to content

Commit

Permalink
Merge tag 'mips-fixes-5.17_3' of git://git.kernel.org/pub/scm/linux/k…
Browse files Browse the repository at this point in the history
…ernel/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
  • Loading branch information
Linus Torvalds committed Feb 10, 2022
2 parents 2527872 + d9565bf commit e3c8507
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions arch/mips/boot/dts/ingenic/ci20.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
label = "HDMI OUT";
type = "a";

ddc-en-gpios = <&gpa 25 GPIO_ACTIVE_HIGH>;

port {
hdmi_con: endpoint {
remote-endpoint = <&dw_hdmi_out>;
Expand Down Expand Up @@ -114,17 +116,6 @@
gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
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 {
Expand Down Expand Up @@ -576,8 +567,6 @@
pinctrl-names = "default";
pinctrl-0 = <&pins_hdmi_ddc>;

hdmi-5v-supply = <&hdmi_power>;

ports {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit e3c8507

Please sign in to comment.