Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -13
+2 -13
arch/mips/boot/dts/ingenic/ci20.dts
··· 83 83 label = "HDMI OUT"; 84 84 type = "a"; 85 85 86 + ddc-en-gpios = <&gpa 25 GPIO_ACTIVE_HIGH>; 87 + 86 88 port { 87 89 hdmi_con: endpoint { 88 90 remote-endpoint = <&dw_hdmi_out>; ··· 114 112 regulator-max-microvolt = <5000000>; 115 113 116 114 gpio = <&gpf 14 GPIO_ACTIVE_LOW>; 117 - enable-active-high; 118 - }; 119 - 120 - hdmi_power: fixedregulator@3 { 121 - compatible = "regulator-fixed"; 122 - 123 - regulator-name = "hdmi_power"; 124 - regulator-min-microvolt = <5000000>; 125 - regulator-max-microvolt = <5000000>; 126 - 127 - gpio = <&gpa 25 0>; 128 115 enable-active-high; 129 116 }; 130 117 }; ··· 566 575 567 576 pinctrl-names = "default"; 568 577 pinctrl-0 = <&pins_hdmi_ddc>; 569 - 570 - hdmi-5v-supply = <&hdmi_power>; 571 578 572 579 ports { 573 580 #address-cells = <1>;