Re: [PATCH 1/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8183

2022-04-06 Thread Krzysztof Kozlowski
On 07/04/2022 08:22, Rex-BC Chen wrote: > On Wed, 2022-04-06 at 16:44 +0200, Krzysztof Kozlowski wrote: >> On 06/04/2022 11:46, Rex-BC Chen wrote: >>> The driver data of MT8183 and MT8173 are different. >>> The value of has_gamma for MT8173 is true while the value of MT8183 >>> is >>> false. Theref

Re: [PATCH 1/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8183

2022-04-06 Thread Krzysztof Kozlowski
On 06/04/2022 11:46, Rex-BC Chen wrote: > The driver data of MT8183 and MT8173 are different. > The value of has_gamma for MT8173 is true while the value of MT8183 is > false. Therefore, the compatible of disp_aal for MT8183 is not suitable > for the compatible for MT8173. Just because one feature

Re: [PATCH 1/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8183

2022-04-06 Thread AngeloGioacchino Del Regno
Il 06/04/22 11:46, Rex-BC Chen ha scritto: The driver data of MT8183 and MT8173 are different. The value of has_gamma for MT8173 is true while the value of MT8183 is false. Therefore, the compatible of disp_aal for MT8183 is not suitable for the compatible for MT8173. Signed-off-by: Rex-BC Chen