Message ID | 20191031104402.31813-3-kholk11@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | DRM/MSM: Add support for MSM8956 and Adreno 510 | expand |
+ 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 >
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 > >
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: