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 C6ABAC4332F for ; Thu, 7 Apr 2022 08:43:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240566AbiDGIps (ORCPT ); Thu, 7 Apr 2022 04:45:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243227AbiDGIpp (ORCPT ); Thu, 7 Apr 2022 04:45:45 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D728FC891; Thu, 7 Apr 2022 01:43:45 -0700 (PDT) X-UUID: c1bb4c3bd9cb409c8e0d731a26b2bd74-20220407 X-UUID: c1bb4c3bd9cb409c8e0d731a26b2bd74-20220407 Received: from mtkmbs10n1.mediatek.inc [(172.21.101.34)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 927203758; Thu, 07 Apr 2022 16:43:38 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 7 Apr 2022 16:43:37 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 7 Apr 2022 16:43:37 +0800 Message-ID: <4cc43ee8c2b9e3f9eb42a4a762ab637138df6a89.camel@mediatek.com> Subject: Re: [PATCH 3/3] dt-bindings: display: mediatek: Correct disp_aal binding for MT8192 From: Rex-BC Chen To: AngeloGioacchino Del Regno , "chunkuang.hu@kernel.org" , "robh+dt@kernel.org" , "krzk+dt@kernel.org" CC: "matthias.bgg@gmail.com" , "p.zabel@pengutronix.de" , "airlied@linux.ie" , Yongqiang Niu =?UTF-8?Q?=28=E7=89=9B=E6=B0=B8=E5=BC=BA=29?= , Jason-JH Lin =?UTF-8?Q?=28=E6=9E=97=E7=9D=BF=E7=A5=A5=29?= , Nancy Lin =?UTF-8?Q?=28=E6=9E=97=E6=AC=A3=E8=9E=A2=29?= , Allen-KH Cheng =?UTF-8?Q?=28=E7=A8=8B=E5=86=A0=E5=8B=B3=29?= , "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 Date: Thu, 7 Apr 2022 16:43:37 +0800 In-Reply-To: <2449070b-d7e1-122f-abe6-4148855a9aba@collabora.com> References: <20220406094654.29722-1-rex-bc.chen@mediatek.com> <20220406094654.29722-4-rex-bc.chen@mediatek.com> <2449070b-d7e1-122f-abe6-4148855a9aba@collabora.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2022-04-06 at 18:40 +0800, AngeloGioacchino Del Regno wrote: > Il 06/04/22 11:46, Rex-BC Chen ha scritto: > > The driver data for MT8192 is the same with MT8183. Therefore, we > > correct it. > > > > Signed-off-by: Rex-BC Chen > > Reviewed-by: AngeloGioacchino Del Regno < > angelogioacchino.delregno@collabora.com> > > ...though, from what I know, you should also move MT8195 down there! Hello Angelo, We have some misunderstanding for disp_aal of MT8195. The MT8195 has independent disp_gamma which is seperated from disp_aal since MT8173. Therefore, for MT8195, the disp_aal should be the same with MT8183. I have checked this with Jason-JH Lin who is drm owner of MT8195. I will update disp_aal binding in next version. BRs, Rex