From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A7D7C4332F for ; Thu, 20 Oct 2022 08:35:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230400AbiJTIfH (ORCPT ); Thu, 20 Oct 2022 04:35:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231167AbiJTIeG (ORCPT ); Thu, 20 Oct 2022 04:34:06 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9E9F18BE1C; Thu, 20 Oct 2022 01:34:03 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 6B26966023A2; Thu, 20 Oct 2022 09:34:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1666254842; bh=2UNffIqKl9kH8OQ2kWi77ZkGLh9VCV/WSKKr3JkfLio=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DOVn7CNkTSdtftA5n9AsIu69+b61TGcZ2ZpgFhWQ/TGhEF6RoJqVq6Dwf9cTidhJv yMGzEE/Us1gF0mVlrnbQ8gB3MDFSbSY+pNVJvONUQ9Q+HRQKpDF4RMMLKRlAqbcKOC svRtQ2+TT3vuufHbv9IVnmvUPDGvaNQLugW8TY4oOEGRkKYeBq/yrSj2w5dC/gJxC5 8AKeilYlXiRkEOk1MJhbd2/vnK4slPcZpsBMhU4CaKl1u1Rq/ia3cEU/h8VIjeIEdm ZU+3Cdh+ZlsNxAfjUOJZJhiXCzVG8t44ZjOjYl9IskmLJFR4z38/tt+9ObJiIlqd3C YG1Cs18lzwuiw== Message-ID: <9761e573-3ec6-bbbf-7985-b9ad63d00580@collabora.com> Date: Thu, 20 Oct 2022 10:33:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH,1/2] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT8188 Content-Language: en-US To: xinlei.lee@mediatek.com, chunkuang.hu@kernel.org, p.zabel@pengutronix.de, airlied@linux.ie, daniel@ffwll.ch, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, ck.hu@mediatek.com, jitao.shi@mediatek.com Cc: dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <1666249553-15801-1-git-send-email-xinlei.lee@mediatek.com> <1666249553-15801-2-git-send-email-xinlei.lee@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <1666249553-15801-2-git-send-email-xinlei.lee@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 20/10/22 09:05, xinlei.lee@mediatek.com ha scritto: > From: xinlei lee > > For MT8188, the vdosys0 only supports 1T1P mode while the vdosys0 supports 2T1P mode in MT8195. > > So we need to add dt-binding documentation of dpi for MediaTek MT8188 SoC. > > Signed-off-by: xinlei lee > --- > Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > index 5bb23e9..963f82b 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > @@ -23,6 +23,7 @@ properties: > - mediatek,mt8173-dpi > - mediatek,mt8183-dpi > - mediatek,mt8186-dpi > + - mediatek,mt8188-edp-intf Please rename to "mediatek,mt8188-dp-intf". Regards, Angelo