devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v4 2/7] dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks
       [not found] ` <20191031104402.31813-3-kholk11@gmail.com>
@ 2019-11-02 16:53   ` Rob Clark
  2019-11-04 20:16     ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Clark @ 2019-11-02 16:53 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno
  Cc: linux-arm-msm, marijns95, Sean Paul, David Airlie, Daniel Vetter,
	Rob Herring, Mark Rutland, Thomas Gleixner, Jonathan,
	Bjorn Andersson, Georgi Djakov, Greg KH, dri-devel, freedreno,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

+ devicetree list

On Thu, Oct 31, 2019 at 3:44 AM <kholk11@gmail.com> wrote:
>
> From: AngeloGioacchino Del Regno <kholk11@gmail.com>
>
> These two clocks aren't present in all versions of the MDP5 HW:
> where present, they are needed to enable the Translation Buffer
> Unit(s).
>
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/msm/mdp5.txt | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/mdp5.txt b/Documentation/devicetree/bindings/display/msm/mdp5.txt
> index 4e11338548aa..43d11279c925 100644
> --- a/Documentation/devicetree/bindings/display/msm/mdp5.txt
> +++ b/Documentation/devicetree/bindings/display/msm/mdp5.txt
> @@ -76,6 +76,8 @@ Required properties:
>  Optional properties:
>  - clock-names: the following clocks are optional:
>    * "lut"
> +  * "tbu"
> +  * "tbu_rt"
>
>  Example:
>
> --
> 2.21.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 5/7] dt-bindings: msm/dsi: Add 28nm PLL for family B compatible
       [not found] ` <20191031104402.31813-6-kholk11@gmail.com>
@ 2019-11-02 16:54   ` Rob Clark
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Clark @ 2019-11-02 16:54 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno
  Cc: linux-arm-msm, marijns95, Sean Paul, David Airlie, Daniel Vetter,
	Rob Herring, Mark Rutland, Thomas Gleixner, Jonathan,
	Bjorn Andersson, Georgi Djakov, Greg KH, dri-devel, freedreno,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

+ devicetree list

On Thu, Oct 31, 2019 at 3:44 AM <kholk11@gmail.com> wrote:
>
> From: AngeloGioacchino Del Regno <kholk11@gmail.com>
>
> On family B SoCs, the 28nm PLL has a different iospace address
> and that required a new compatible in the driver.
>
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/msm/dsi.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/dsi.txt b/Documentation/devicetree/bindings/display/msm/dsi.txt
> index af95586c898f..d3ba9ee22f38 100644
> --- a/Documentation/devicetree/bindings/display/msm/dsi.txt
> +++ b/Documentation/devicetree/bindings/display/msm/dsi.txt
> @@ -83,6 +83,7 @@ DSI PHY:
>  Required properties:
>  - compatible: Could be the following
>    * "qcom,dsi-phy-28nm-hpm"
> +  * "qcom,dsi-phy-28nm-hpm-fam-b"
>    * "qcom,dsi-phy-28nm-lp"
>    * "qcom,dsi-phy-20nm"
>    * "qcom,dsi-phy-28nm-8960"
> --
> 2.21.0
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 2/7] dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks
  2019-11-02 16:53   ` [PATCH v4 2/7] dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks Rob Clark
@ 2019-11-04 20:16     ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-11-04 20:16 UTC (permalink / raw)
  To: Rob Clark
  Cc: AngeloGioacchino Del Regno, linux-arm-msm, marijns95, Sean Paul,
	David Airlie, Daniel Vetter, Mark Rutland, Thomas Gleixner,
	Jonathan, Bjorn Andersson, Georgi Djakov, Greg KH, dri-devel,
	freedreno,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

On Sat, Nov 2, 2019 at 11:53 AM Rob Clark <robdclark@gmail.com> wrote:
>
> + devicetree list

It needs to be resent to get into my queue.

> On Thu, Oct 31, 2019 at 3:44 AM <kholk11@gmail.com> wrote:
> >
> > From: AngeloGioacchino Del Regno <kholk11@gmail.com>
> >
> > These two clocks aren't present in all versions of the MDP5 HW:
> > where present, they are needed to enable the Translation Buffer
> > Unit(s).
> >
> > Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/display/msm/mdp5.txt | 2 ++
> >  1 file changed, 2 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

> >
> > diff --git a/Documentation/devicetree/bindings/display/msm/mdp5.txt b/Documentation/devicetree/bindings/display/msm/mdp5.txt
> > index 4e11338548aa..43d11279c925 100644
> > --- a/Documentation/devicetree/bindings/display/msm/mdp5.txt
> > +++ b/Documentation/devicetree/bindings/display/msm/mdp5.txt
> > @@ -76,6 +76,8 @@ Required properties:
> >  Optional properties:
> >  - clock-names: the following clocks are optional:
> >    * "lut"
> > +  * "tbu"
> > +  * "tbu_rt"
> >
> >  Example:
> >
> > --
> > 2.21.0
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-04 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191031104402.31813-1-kholk11@gmail.com>
     [not found] ` <20191031104402.31813-3-kholk11@gmail.com>
2019-11-02 16:53   ` [PATCH v4 2/7] dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks Rob Clark
2019-11-04 20:16     ` Rob Herring
     [not found] ` <20191031104402.31813-6-kholk11@gmail.com>
2019-11-02 16:54   ` [PATCH v4 5/7] dt-bindings: msm/dsi: Add 28nm PLL for family B compatible Rob Clark

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).