From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E16BC4332F for ; Wed, 2 Feb 2022 10:35:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343542AbiBBKfA convert rfc822-to-8bit (ORCPT ); Wed, 2 Feb 2022 05:35:00 -0500 Received: from aposti.net ([89.234.176.197]:47018 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbiBBKe7 (ORCPT ); Wed, 2 Feb 2022 05:34:59 -0500 Date: Wed, 02 Feb 2022 10:34:39 +0000 From: Paul Cercueil Subject: Re: [PATCH v12 8/9] MIPS: DTS: CI20: fix how ddc power is enabled To: "H. Nikolaus Schaller" Cc: Rob Herring , Mark Rutland , Thomas Bogendoerfer , Geert Uytterhoeven , Kees Cook , "Eric W. Biederman" , Miquel Raynal , David Airlie , Daniel Vetter , Neil Armstrong , Robert Foss , Laurent Pinchart , Jernej Skrabec , Harry Wentland , Sam Ravnborg , Maxime Ripard , Hans Verkuil , Liam Girdwood , Mark Brown , Paul Boddie , Andrzej Hajda , Kieran Bingham , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, Jonas Karlman , dri-devel@lists.freedesktop.org Message-Id: In-Reply-To: <5a46a4784de0d2ecda16a4923037a3027dc00a45.1643632014.git.hns@goldelico.com> References: <5a46a4784de0d2ecda16a4923037a3027dc00a45.1643632014.git.hns@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le lun., janv. 31 2022 at 13:26:54 +0100, H. Nikolaus Schaller a écrit : > 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: ae1b8d2c2de9 ("MIPS: DTS: CI20: Add DT nodes for HDMI setup") > Signed-off-by: H. Nikolaus Schaller Reviewed-by: Paul Cercueil Cheers, -Paul > --- > arch/mips/boot/dts/ingenic/ci20.dts | 15 ++------------- > 1 file changed, 2 insertions(+), 13 deletions(-) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts > b/arch/mips/boot/dts/ingenic/ci20.dts > index 3e336b3dbb109..ab6e3dc0bc1d0 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -83,6 +83,8 @@ hdmi_out: connector { > label = "HDMI OUT"; > type = "a"; > > + ddc-en-gpios = <&gpa 25 GPIO_ACTIVE_HIGH>; > + > port { > hdmi_con: endpoint { > remote-endpoint = <&dw_hdmi_out>; > @@ -114,17 +116,6 @@ otg_power: fixedregulator@2 { > 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 { > @@ -576,8 +567,6 @@ &hdmi { > pinctrl-names = "default"; > pinctrl-0 = <&pins_hdmi_ddc>; > > - hdmi-5v-supply = <&hdmi_power>; > - > ports { > #address-cells = <1>; > #size-cells = <0>; > -- > 2.33.0 >