Message ID | 20231012084037.19376-17-moudy.ho@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | introduce more MDP3 components in MT8195 | expand |
Il 12/10/23 10:40, Moudy Ho ha scritto: > Add a compatible string for the PAD block in MediaTek MT8195 that > is controlled by MDP3. > > Signed-off-by: Moudy Ho <moudy.ho@mediatek.com> > --- > .../bindings/display/mediatek/mediatek,padding.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml > index db24801ebc48..636b69133acc 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml > @@ -20,7 +20,9 @@ description: > > properties: > compatible: > - const: mediatek,mt8188-padding > + enum: > + - mediatek,mt8188-padding > + - mediatek,mt8195-mdp3-pad mediatek,mt8195-mdp3-padding please! Thanks, Angelo > > reg: > maxItems: 1
On Thu, 2023-10-12 at 14:35 +0200, AngeloGioacchino Del Regno wrote: > Il 12/10/23 10:40, Moudy Ho ha scritto: > > Add a compatible string for the PAD block in MediaTek MT8195 that > > is controlled by MDP3. > > > > Signed-off-by: Moudy Ho <moudy.ho@mediatek.com> > > --- > > .../bindings/display/mediatek/mediatek,padding.yaml | 4 > > +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git > > a/Documentation/devicetree/bindings/display/mediatek/mediatek,paddi > > ng.yaml > > b/Documentation/devicetree/bindings/display/mediatek/mediatek,paddi > > ng.yaml > > index db24801ebc48..636b69133acc 100644 > > --- > > a/Documentation/devicetree/bindings/display/mediatek/mediatek,paddi > > ng.yaml > > +++ > > b/Documentation/devicetree/bindings/display/mediatek/mediatek,paddi > > ng.yaml > > @@ -20,7 +20,9 @@ description: > > > > properties: > > compatible: > > - const: mediatek,mt8188-padding > > + enum: > > + - mediatek,mt8188-padding > > + - mediatek,mt8195-mdp3-pad > > mediatek,mt8195-mdp3-padding please! > > Thanks, > Angelo > Hi Angelo, Thanks for the reminder. I'll correct it to have consistent naming and make corresponding modifications in the DTSI. Sincerely, Moudy > > > > reg: > > maxItems: 1 > >
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml index db24801ebc48..636b69133acc 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,padding.yaml @@ -20,7 +20,9 @@ description: properties: compatible: - const: mediatek,mt8188-padding + enum: + - mediatek,mt8188-padding + - mediatek,mt8195-mdp3-pad reg: maxItems: 1
Add a compatible string for the PAD block in MediaTek MT8195 that is controlled by MDP3. Signed-off-by: Moudy Ho <moudy.ho@mediatek.com> --- .../bindings/display/mediatek/mediatek,padding.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)