On Mon, 2023-10-30 at 18:00 +0800, Moudy Ho wrote: > Add a compatible string for the PADDING block in MediaTek MT8195 that > is controlled by MDP3. > > Signed-off-by: Moudy Ho <moudy.ho@xxxxxxxxxxxx> > --- > .../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..19858d826808 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 The compatible name of the mt8188 display padding, on which this patch depends, has been changed in v11. Please disregard the typo here. it will be updated in the next version as soon as possible. Thanks, Moudy > + - mediatek,mt8195-mdp3-padding > > reg: > maxItems: 1