Message ID | 20230306-ccorr-binding-fix-v4-0-117daea88efb@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4] dt-bindings: display: mediatek: clean unnecessary item | expand |
Il 07/03/23 11:07, Alexandre Mergnat ha scritto: > The item which have the mediatek,mt8192-disp-ccorr as const compatible > already exist above. Merge all compatibles which have the same fallback > under the same item. > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Alexandre, the Acked-by tag from Krzysztof goes *after* your S-o-b :-) Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Hi Angelo Le mar. 7 mars 2023 à 11:17, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> a écrit : > > Il 07/03/23 11:07, Alexandre Mergnat ha scritto: > > The item which have the mediatek,mt8192-disp-ccorr as const compatible > > already exist above. Merge all compatibles which have the same fallback > > under the same item. > > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > > Alexandre, the Acked-by tag from Krzysztof goes *after* your S-o-b :-) This is managed by the B4 tools. Also, I know this is an unsolved topic in the community, but I agree with people thinking the last trailer must be the guy in charge of the commit.
Il 07/03/23 11:50, Alexandre Mergnat ha scritto: > Hi Angelo > > Le mar. 7 mars 2023 à 11:17, AngeloGioacchino Del Regno > <angelogioacchino.delregno@collabora.com> a écrit : >> >> Il 07/03/23 11:07, Alexandre Mergnat ha scritto: >>> The item which have the mediatek,mt8192-disp-ccorr as const compatible >>> already exist above. Merge all compatibles which have the same fallback >>> under the same item. >>> >>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >>> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> >> >> Alexandre, the Acked-by tag from Krzysztof goes *after* your S-o-b :-) > > This is managed by the B4 tools. > Also, I know this is an unsolved topic in the community, but I agree > with people thinking the last trailer must be the guy in charge of the > commit. I was told so multiple times, hence my reply. I personally do not care much where the tags are put, as long as they are consistently put in a specific order; if I had strong opinions, I wouldn't have given you a R-b tag preventively... so... whatever! :-) Angelo
On 07/03/2023 11:17, AngeloGioacchino Del Regno wrote: > Il 07/03/23 11:07, Alexandre Mergnat ha scritto: >> The item which have the mediatek,mt8192-disp-ccorr as const compatible >> already exist above. Merge all compatibles which have the same fallback >> under the same item. >> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > > Alexandre, the Acked-by tag from Krzysztof goes *after* your S-o-b :-) b4 puts them like this and there is even rationale from Konstantin about it. Anyway, it's not submitters job to correct b4. Our tools should implement the process, not us (the users), thus if the result is incorrect, then the tool should be fixed. Not the user. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml index b04820c95b22..bda86e6857f5 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml @@ -27,13 +27,10 @@ properties: - const: mediatek,mt8192-disp-ccorr - items: - enum: + - mediatek,mt8186-disp-ccorr - mediatek,mt8188-disp-ccorr - mediatek,mt8195-disp-ccorr - const: mediatek,mt8192-disp-ccorr - - items: - - enum: - - mediatek,mt8186-disp-ccorr - - const: mediatek,mt8192-disp-ccorr reg: maxItems: 1