Message ID | 20220317051831.7107-2-rex-bc.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add display support for MediaTek SoC MT8186 | expand |
On 17/03/2022 06:18, Rex-BC Chen wrote: > Add aal binding for MT8183. > > Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> > --- > .../devicetree/bindings/display/mediatek/mediatek,aal.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
On Thu, 2022-03-17 at 08:20 +0100, Krzysztof Kozlowski wrote: > On 17/03/2022 06:18, Rex-BC Chen wrote: > > Add aal binding for MT8183. > > > > Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> > > --- > > .../devicetree/bindings/display/mediatek/mediatek,aal.yaml | 5 > > +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > > Best regards, > Krzysztof Hello Krzysztof, Thanks for your review. Because this patch is not related to MT8186 display, I will drop this patch in this series and resend v10. I will send another series to add the disp_aal dt-binding for 8192 with this patch. I will mail to you in another series. Thanks! BRs, Rex
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml index 61f0ed1e388f..d7b87a99c00e 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml @@ -21,8 +21,9 @@ description: | properties: compatible: oneOf: - - items: - - const: mediatek,mt8173-disp-aal + - enum: + - mediatek,mt8173-disp-aal + - mediatek,mt8183-disp-aal - items: - enum: - mediatek,mt2712-disp-aal
Add aal binding for MT8183. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> --- .../devicetree/bindings/display/mediatek/mediatek,aal.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)