Message ID | 20230306-ccorr-binding-fix-v1-0-177d81d60c69@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fixes dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr | expand |
On Mon, Mar 06, 2023 at 02:40:11PM +0100, Alexandre Mergnat wrote: > The item which have the mediatek,mt8192-disp-ccorr const compatible already > exist above. Remove duplicated fallback. Drop 'Fixes ' at the beginning of the subject. > > Fixes: 137272ef1b0f ("dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr") > No blank line here. > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> > --- > Fix MTK color correction binding > > The fallback compatible has been duplicated in the 137272ef1b0f commit. > > To: Chun-Kuang Hu <chunkuang.hu@kernel.org> > To: Philipp Zabel <p.zabel@pengutronix.de> > To: David Airlie <airlied@gmail.com> > To: Daniel Vetter <daniel@ffwll.ch> > To: Rob Herring <robh+dt@kernel.org> > To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > To: Matthias Brugger <matthias.bgg@gmail.com> > To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > To: Allen-KH Cheng <allen-kh.cheng@mediatek.com> > Cc: Rob Herring <robh@kernel.org> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-mediatek@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 --- > 1 file changed, 3 deletions(-) With the above, Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml index b04820c95b22..3aaf44719786 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml @@ -29,9 +29,6 @@ properties: - enum: - mediatek,mt8188-disp-ccorr - mediatek,mt8195-disp-ccorr - - const: mediatek,mt8192-disp-ccorr - - items: - - enum: - mediatek,mt8186-disp-ccorr - const: mediatek,mt8192-disp-ccorr
The item which have the mediatek,mt8192-disp-ccorr const compatible already exist above. Remove duplicated fallback. Fixes: 137272ef1b0f ("dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr") Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> --- Fix MTK color correction binding The fallback compatible has been duplicated in the 137272ef1b0f commit. To: Chun-Kuang Hu <chunkuang.hu@kernel.org> To: Philipp Zabel <p.zabel@pengutronix.de> To: David Airlie <airlied@gmail.com> To: Daniel Vetter <daniel@ffwll.ch> To: Rob Herring <robh+dt@kernel.org> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> To: Matthias Brugger <matthias.bgg@gmail.com> To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> To: Allen-KH Cheng <allen-kh.cheng@mediatek.com> Cc: Rob Herring <robh@kernel.org> Cc: dri-devel@lists.freedesktop.org Cc: linux-mediatek@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org --- Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 --- 1 file changed, 3 deletions(-) --- base-commit: add072536971d7ce891fde3cdbf68c55e7cfa95a change-id: 20230306-ccorr-binding-fix-718c6d725088 Best regards,