Message ID | 20230220-display-v1-1-45cbc68e188b@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add display support for the MT8365-EVK board. | expand |
On 09/03/2023 15:22, Alexandre Mergnat wrote: > Display Adaptive Ambient Light for MT8365 is compatible with another SoC. > Then, add MT8365 binding along with MT8183 SoC. > > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi, Alexandre: Alexandre Mergnat <amergnat@baylibre.com> 於 2023年3月9日 週四 下午10:23寫道: > > Display Adaptive Ambient Light for MT8365 is compatible with another SoC. > Then, add MT8365 binding along with MT8183 SoC. Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > --- > Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > index d4d585485e7b..d47bc72f09c0 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > @@ -33,6 +33,7 @@ properties: > - mediatek,mt8186-disp-aal > - mediatek,mt8192-disp-aal > - mediatek,mt8195-disp-aal > + - mediatek,mt8365-disp-aal > - const: mediatek,mt8183-disp-aal > > reg: > > -- > b4 0.10.1
Hi Chun-Kuang Hu, On 13/03/2023 16:02, Chun-Kuang Hu wrote: > Hi, Alexandre: > > Alexandre Mergnat <amergnat@baylibre.com> 於 2023年3月9日 週四 下午10:23寫道: >> >> Display Adaptive Ambient Light for MT8365 is compatible with another SoC. >> Then, add MT8365 binding along with MT8183 SoC. > > Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > I'm a bit puzzled that you give your reviewed by while I would have expected that you will take the display binding patches. Will you take these or do you want someone else to take them? Regards, Matthias >> >> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> >> --- >> Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml >> index d4d585485e7b..d47bc72f09c0 100644 >> --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml >> +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml >> @@ -33,6 +33,7 @@ properties: >> - mediatek,mt8186-disp-aal >> - mediatek,mt8192-disp-aal >> - mediatek,mt8195-disp-aal >> + - mediatek,mt8365-disp-aal >> - const: mediatek,mt8183-disp-aal >> >> reg: >> >> -- >> b4 0.10.1
Hi, Matthias: Matthias Brugger <matthias.bgg@gmail.com> 於 2023年3月31日 週五 下午10:55寫道: > > Hi Chun-Kuang Hu, > > On 13/03/2023 16:02, Chun-Kuang Hu wrote: > > Hi, Alexandre: > > > > Alexandre Mergnat <amergnat@baylibre.com> 於 2023年3月9日 週四 下午10:23寫道: > >> > >> Display Adaptive Ambient Light for MT8365 is compatible with another SoC. > >> Then, add MT8365 binding along with MT8183 SoC. > > > > Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > > > > I'm a bit puzzled that you give your reviewed by while I would have expected > that you will take the display binding patches. Will you take these or do you > want someone else to take them? I usually apply whole series together, and I've question about "[07/21] dt-bindings: display: mediatek: dpi: add binding for MT8365" in this series. This is just the first version, so maybe I would apply partial patches in later version. Regards, Chun-Kuang. > > Regards, > Matthias > > >> > >> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > >> --- > >> Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > >> index d4d585485e7b..d47bc72f09c0 100644 > >> --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > >> +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml > >> @@ -33,6 +33,7 @@ properties: > >> - mediatek,mt8186-disp-aal > >> - mediatek,mt8192-disp-aal > >> - mediatek,mt8195-disp-aal > >> + - mediatek,mt8365-disp-aal > >> - const: mediatek,mt8183-disp-aal > >> > >> reg: > >> > >> -- > >> b4 0.10.1
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml index d4d585485e7b..d47bc72f09c0 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml @@ -33,6 +33,7 @@ properties: - mediatek,mt8186-disp-aal - mediatek,mt8192-disp-aal - mediatek,mt8195-disp-aal + - mediatek,mt8365-disp-aal - const: mediatek,mt8183-disp-aal reg:
Display Adaptive Ambient Light for MT8365 is compatible with another SoC. Then, add MT8365 binding along with MT8183 SoC. Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> --- Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml | 1 + 1 file changed, 1 insertion(+)