* [PATCH v2 0/3] Add optional regulator support for LVDS codec. @ 2020-08-10 15:22 Biju Das 2020-08-10 15:22 ` [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Biju Das 2020-08-10 15:22 ` [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure Biju Das 0 siblings, 2 replies; 10+ messages in thread From: Biju Das @ 2020-08-10 15:22 UTC (permalink / raw) To: David Airlie, Daniel Vetter, Rob Herring Cc: Biju Das, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, Andrzej Hajda, Jonas Karlman, Jernej Skrabec, linux-renesas-soc This patch series add support for enabling optional regulator for LVDS codec bridge driver that may be used as VCC source. Ref:https://patchwork.kernel.org/patch/11705819/ Biju Das (3): dt-bindings: display: bridge: lvds-codec: Document vcc-supply property drm/bridge: lvds-codec: Add support for regulator ARM: dts: iwg20d-q7-common: Fix touch controller probe failure .../bindings/display/bridge/lvds-codec.yaml | 3 ++ arch/arm/boot/dts/iwg20d-q7-common.dtsi | 14 +++++++++ drivers/gpu/drm/bridge/lvds-codec.c | 29 +++++++++++++++++++ 3 files changed, 46 insertions(+) -- 2.17.1 ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-10 15:22 [PATCH v2 0/3] Add optional regulator support for LVDS codec Biju Das @ 2020-08-10 15:22 ` Biju Das 2020-08-11 10:53 ` Laurent Pinchart 2020-08-24 23:04 ` Rob Herring 2020-08-10 15:22 ` [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure Biju Das 1 sibling, 2 replies; 10+ messages in thread From: Biju Das @ 2020-08-10 15:22 UTC (permalink / raw) To: David Airlie, Daniel Vetter, Rob Herring Cc: Biju Das, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc Document optional vcc-supply property that may be used as VCC source. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ --- .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml index 68951d56ebba..3248be31eceb 100644 --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml @@ -79,6 +79,9 @@ properties: The GPIO used to control the power down line of this device. maxItems: 1 + vcc-supply: + maxItems: 1 + required: - compatible - ports -- 2.17.1 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-10 15:22 ` [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Biju Das @ 2020-08-11 10:53 ` Laurent Pinchart 2020-08-24 23:04 ` Rob Herring 1 sibling, 0 replies; 10+ messages in thread From: Laurent Pinchart @ 2020-08-11 10:53 UTC (permalink / raw) To: Biju Das Cc: David Airlie, Daniel Vetter, Rob Herring, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc Hi Biju, Thank you for the patch. On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > Document optional vcc-supply property that may be used as VCC source. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > --- > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 68951d56ebba..3248be31eceb 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -79,6 +79,9 @@ properties: > The GPIO used to control the power down line of this device. > maxItems: 1 > > + vcc-supply: > + maxItems: 1 > + > required: > - compatible > - ports -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-10 15:22 ` [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Biju Das 2020-08-11 10:53 ` Laurent Pinchart @ 2020-08-24 23:04 ` Rob Herring 2020-08-26 6:58 ` Biju Das 2020-09-01 10:27 ` Laurent Pinchart 1 sibling, 2 replies; 10+ messages in thread From: Rob Herring @ 2020-08-24 23:04 UTC (permalink / raw) To: Biju Das Cc: David Airlie, Daniel Vetter, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > Document optional vcc-supply property that may be used as VCC source. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > --- > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 68951d56ebba..3248be31eceb 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -79,6 +79,9 @@ properties: > The GPIO used to control the power down line of this device. > maxItems: 1 > > + vcc-supply: > + maxItems: 1 Probably should be 'power-supply' to align with the 'simple' panels. That's also to signify there's only 1 supply. Using 'vcc' would encourage adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll NAK because at that point it's not a simple bridge with no configuration (it's arguably already there). Rob ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-24 23:04 ` Rob Herring @ 2020-08-26 6:58 ` Biju Das 2020-09-01 10:22 ` Laurent Pinchart 2020-09-01 10:27 ` Laurent Pinchart 1 sibling, 1 reply; 10+ messages in thread From: Biju Das @ 2020-08-26 6:58 UTC (permalink / raw) To: Rob Herring, Laurent Pinchart Cc: David Airlie, Daniel Vetter, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc@vger.kernel.org Hi Rob, Thanks for the feedback. > Subject: Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: > Document vcc-supply property > > On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > > Document optional vcc-supply property that may be used as VCC source. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > --- > > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > > --- > > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git > > a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > index 68951d56ebba..3248be31eceb 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/lvds- > codec.yaml > > @@ -79,6 +79,9 @@ properties: > > The GPIO used to control the power down line of this device. > > maxItems: 1 > > > > + vcc-supply: > > + maxItems: 1 > > Probably should be 'power-supply' to align with the 'simple' panels. > That's also to signify there's only 1 supply. Using 'vcc' would encourage > adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll NAK because at > that point it's not a simple bridge with no configuration (it's arguably already > there). Yes, I am ok with 'power-supply', since LVDS CODEC driver is generic and also to align with terminology used in generic 'simple' panels. In our case this Receiver converts LVDS signals to RGB signals and fed this signal to simple panel. On the receiver part, We need to supply power to TTL output, PLL and LVDS input. It all derived from the single power source. Laurent, Please share you opinion on this. Cheers, Biju Renesas Electronics Europe GmbH, Geschaeftsfuehrer/President: Carsten Jauch, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany, Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-26 6:58 ` Biju Das @ 2020-09-01 10:22 ` Laurent Pinchart 0 siblings, 0 replies; 10+ messages in thread From: Laurent Pinchart @ 2020-09-01 10:22 UTC (permalink / raw) To: Biju Das Cc: Rob Herring, David Airlie, Daniel Vetter, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc@vger.kernel.org Hello, On Wed, Aug 26, 2020 at 06:58:50AM +0000, Biju Das wrote: > > Subject: Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: > > Document vcc-supply property > > > > On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > > > Document optional vcc-supply property that may be used as VCC source. > > > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > > --- > > > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > > > --- > > > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git > > > a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > index 68951d56ebba..3248be31eceb 100644 > > > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > @@ -79,6 +79,9 @@ properties: > > > The GPIO used to control the power down line of this device. > > > maxItems: 1 > > > > > > + vcc-supply: > > > + maxItems: 1 > > > > Probably should be 'power-supply' to align with the 'simple' panels. > > That's also to signify there's only 1 supply. Using 'vcc' would encourage > > adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll NAK because at > > that point it's not a simple bridge with no configuration (it's arguably already > > there). > > Yes, I am ok with 'power-supply', since LVDS CODEC driver is generic > and also to align with terminology used in generic 'simple' panels. > > In our case this Receiver converts LVDS signals to RGB signals and fed > this signal to simple panel. > On the receiver part, We need to supply power to TTL output, PLL and > LVDS input. It all derived from the single power source. > > Laurent, Please share you opinion on this. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> That is, I think it's a good idea to rename it, and I agree with Rob about not adding a second supply. I've applied the modified patch to my tree, and will send a pull request this week. -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-08-24 23:04 ` Rob Herring 2020-08-26 6:58 ` Biju Das @ 2020-09-01 10:27 ` Laurent Pinchart 2020-09-08 18:51 ` Rob Herring 1 sibling, 1 reply; 10+ messages in thread From: Laurent Pinchart @ 2020-09-01 10:27 UTC (permalink / raw) To: Rob Herring Cc: Biju Das, David Airlie, Daniel Vetter, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc Hi Rob, On Mon, Aug 24, 2020 at 05:04:58PM -0600, Rob Herring wrote: > On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > > Document optional vcc-supply property that may be used as VCC source. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > --- > > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > > --- > > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > index 68951d56ebba..3248be31eceb 100644 > > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > @@ -79,6 +79,9 @@ properties: > > The GPIO used to control the power down line of this device. > > maxItems: 1 > > > > + vcc-supply: > > + maxItems: 1 > > Probably should be 'power-supply' to align with the 'simple' panels. > That's also to signify there's only 1 supply. Using 'vcc' would > encourage adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll > NAK because at that point it's not a simple bridge with no configuration > (it's arguably already there). Fully agreed. Do I get your Ab or Rb line with s/vcc/power/ and the commit message updated to dt-bindings: display: bridge: lvds-codec: Document power-supply property Document optional power-supply property that may be used to specify the regulator powering up the device. ? -- Regards, Laurent Pinchart ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property 2020-09-01 10:27 ` Laurent Pinchart @ 2020-09-08 18:51 ` Rob Herring 0 siblings, 0 replies; 10+ messages in thread From: Rob Herring @ 2020-09-08 18:51 UTC (permalink / raw) To: Laurent Pinchart Cc: Biju Das, David Airlie, Daniel Vetter, Laurent Pinchart, Neil Armstrong, Fabrizio Castro, Maxime Ripard, dri-devel, devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das, Prabhakar Mahadev Lad, open list:MEDIA DRIVERS FOR RENESAS - FCP On Tue, Sep 1, 2020 at 4:27 AM Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > > Hi Rob, > > On Mon, Aug 24, 2020 at 05:04:58PM -0600, Rob Herring wrote: > > On Mon, Aug 10, 2020 at 04:22:17PM +0100, Biju Das wrote: > > > Document optional vcc-supply property that may be used as VCC source. > > > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > > --- > > > New patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > > > --- > > > .../devicetree/bindings/display/bridge/lvds-codec.yaml | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > index 68951d56ebba..3248be31eceb 100644 > > > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > > > @@ -79,6 +79,9 @@ properties: > > > The GPIO used to control the power down line of this device. > > > maxItems: 1 > > > > > > + vcc-supply: > > > + maxItems: 1 > > > > Probably should be 'power-supply' to align with the 'simple' panels. > > That's also to signify there's only 1 supply. Using 'vcc' would > > encourage adding 'vdd-supply', 'vddio-supply', etc. A second supply I'll > > NAK because at that point it's not a simple bridge with no configuration > > (it's arguably already there). > > Fully agreed. > > Do I get your Ab or Rb line with s/vcc/power/ and the commit message > updated to > > dt-bindings: display: bridge: lvds-codec: Document power-supply property > > Document optional power-supply property that may be used to specify the > regulator powering up the device. > > ? Yes, if not too late. Reviewed-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure 2020-08-10 15:22 [PATCH v2 0/3] Add optional regulator support for LVDS codec Biju Das 2020-08-10 15:22 ` [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Biju Das @ 2020-08-10 15:22 ` Biju Das 2020-08-10 17:34 ` Biju Das 1 sibling, 1 reply; 10+ messages in thread From: Biju Das @ 2020-08-10 15:22 UTC (permalink / raw) To: Rob Herring, Laurent Pinchart Cc: Biju Das, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc, devicetree, Chris Paterson, Fabrizio Castro, Biju Das, Prabhakar Mahadev Lad As per the iWave RZ/G1M schematic, the signal LVDS_PPEN controls supply voltage for touch panel, LVDS receiver and RGB LCD panel. Add regulator for these device nodes and remove powerdown-gpios property from lvds-receiver node as it results in touch controller driver probe failure. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- v1->v2 : Add regulator in touch panel, LVDS receiver and RGB LCD panel device nodes v1 : https://patchwork.kernel.org/patch/11705819/ --- arch/arm/boot/dts/iwg20d-q7-common.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi b/arch/arm/boot/dts/iwg20d-q7-common.dtsi index 4c8b9a6b0125..056f93119d8a 100644 --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi @@ -57,6 +57,7 @@ lvds-receiver { compatible = "ti,ds90cf384a", "lvds-decoder"; + vcc-supply = <&vcc_3v3_tft1>; ports { #address-cells = <1>; @@ -80,6 +81,7 @@ panel { compatible = "edt,etm0700g0dh6"; backlight = <&lcd_backlight>; + power-supply = <&vcc_3v3_tft1>; port { panel_in: endpoint { @@ -112,6 +114,17 @@ }; }; + vcc_3v3_tft1: regulator-panel { + compatible = "regulator-fixed"; + + regulator-name = "Panel Vcc"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + enable-active-high; + startup-delay-us = <70000>; + gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>; + }; + vcc_sdhi1: regulator-vcc-sdhi1 { compatible = "regulator-fixed"; @@ -206,6 +219,7 @@ reg = <0x38>; interrupt-parent = <&gpio2>; interrupts = <12 IRQ_TYPE_EDGE_FALLING>; + vcc-supply = <&vcc_3v3_tft1>; }; }; -- 2.17.1 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* RE: [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure 2020-08-10 15:22 ` [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure Biju Das @ 2020-08-10 17:34 ` Biju Das 0 siblings, 0 replies; 10+ messages in thread From: Biju Das @ 2020-08-10 17:34 UTC (permalink / raw) To: Biju Das, Rob Herring, Laurent Pinchart Cc: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson, Fabrizio Castro, Biju Das, Prabhakar Mahadev Lad > Subject: [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller > probe failure > > As per the iWave RZ/G1M schematic, the signal LVDS_PPEN controls supply > voltage for touch panel, LVDS receiver and RGB LCD panel. Add regulator for > these device nodes and remove powerdown-gpios property from lvds- > receiver node as it results in touch controller driver probe failure. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > v1->v2 : Add regulator in touch panel, LVDS receiver and RGB LCD panel > device nodes > v1 : https://patchwork.kernel.org/patch/11705819/ > --- > arch/arm/boot/dts/iwg20d-q7-common.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi > b/arch/arm/boot/dts/iwg20d-q7-common.dtsi > index 4c8b9a6b0125..056f93119d8a 100644 > --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi > +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi > @@ -57,6 +57,7 @@ > > lvds-receiver { > compatible = "ti,ds90cf384a", "lvds-decoder"; > +vcc-supply = <&vcc_3v3_tft1>; Sorry, will sent V3 for this patch, since it is missing removal of powerdown-gpios property. > ports { > #address-cells = <1>; > @@ -80,6 +81,7 @@ > panel { > compatible = "edt,etm0700g0dh6"; > backlight = <&lcd_backlight>; > +power-supply = <&vcc_3v3_tft1>; > > port { > panel_in: endpoint { > @@ -112,6 +114,17 @@ > }; > }; > > +vcc_3v3_tft1: regulator-panel { > +compatible = "regulator-fixed"; > + > +regulator-name = "Panel Vcc"; > +regulator-min-microvolt = <3300000>; > +regulator-max-microvolt = <3300000>; > +enable-active-high; > +startup-delay-us = <70000>; > +gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>; > +}; > + > vcc_sdhi1: regulator-vcc-sdhi1 { > compatible = "regulator-fixed"; > > @@ -206,6 +219,7 @@ > reg = <0x38>; > interrupt-parent = <&gpio2>; > interrupts = <12 IRQ_TYPE_EDGE_FALLING>; > +vcc-supply = <&vcc_3v3_tft1>; > }; > }; > > -- > 2.17.1 Renesas Electronics Europe GmbH, Geschaeftsfuehrer/President: Carsten Jauch, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany, Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647 ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-09-08 18:52 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-08-10 15:22 [PATCH v2 0/3] Add optional regulator support for LVDS codec Biju Das 2020-08-10 15:22 ` [PATCH v2 1/3] dt-bindings: display: bridge: lvds-codec: Document vcc-supply property Biju Das 2020-08-11 10:53 ` Laurent Pinchart 2020-08-24 23:04 ` Rob Herring 2020-08-26 6:58 ` Biju Das 2020-09-01 10:22 ` Laurent Pinchart 2020-09-01 10:27 ` Laurent Pinchart 2020-09-08 18:51 ` Rob Herring 2020-08-10 15:22 ` [PATCH v2 3/3] ARM: dts: iwg20d-q7-common: Fix touch controller probe failure Biju Das 2020-08-10 17:34 ` Biju Das
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).