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 3D871C433EF for ; Mon, 18 Jul 2022 23:23:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231407AbiGRXXf (ORCPT ); Mon, 18 Jul 2022 19:23:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230182AbiGRXXe (ORCPT ); Mon, 18 Jul 2022 19:23:34 -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 289042CCA4; Mon, 18 Jul 2022 16:23:33 -0700 (PDT) Received: from notapiano (pool-98-113-53-228.nycmny.fios.verizon.net [98.113.53.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id A1B876601A63; Tue, 19 Jul 2022 00:23:30 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1658186611; bh=ueHareq2lBmSzrfXkKzx7fGfwxDmuIWF5D8pgRa5xxU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NWa23fDATco2oFnMi8UA3XKmwA+raBTNgR8E/pk0t5Kc11Pxkz+XUP82VH96guprU ZMtjFx0xxB5cT5vO6Sfa24m/vIzNO+bmiic6PAv2f5vej4eHRZj1ulkSnTU1F1sCKE ryBvTsL6E8xqS9TV5FvXZthYWYGAoi5VmrMJ2J0dtiIK9esBvwTecym5oeEnaA09gx cMwwGck9SeYsN5unYjF7MdycYxME+C7MAVynUo7PtsL7yZUca/Fy47MVyzElvTaZqd +V2vKsTSuRGIN4TMjeWaNEUzoD9qv2fFCoy/3cqZiM+b0iCPqvEc/Z53yMN/HxEqbY JfFzt9San8/FQ== Date: Mon, 18 Jul 2022 19:23:26 -0400 From: =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado To: Allen-KH Cheng Cc: Matthias Brugger , Rob Herring , Krzysztof Kozlowski , Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai Subject: Re: [PATCH v3 0/5] Complete driver nodes for MT8192 SoC Message-ID: <20220718232326.l7cffiighmcdl3at@notapiano> References: <20220712114046.15574-1-allen-kh.cheng@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220712114046.15574-1-allen-kh.cheng@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 12, 2022 at 07:40:41PM +0800, Allen-KH Cheng wrote: > This series are based on matthias.bgg/linux.git, for-next. > > I remove vcodec lat and core nodes PATCH from series and will comfirm > clocks usage then resend PATCH. > > Also should reference below PATCH for dsi in chunkuang.hu/linux.git > dt-bindings: display: mediatek: dsi: Convert dsi_dtbinding to .yaml > > changes since v2: > - add mmsys #reset-cells PATCH > - add missing fallback compatible > - add display aliases > - remove vcodec lat and core nodes PATCH > > changes since v1: > - add Reviewed-by Tag > - rename dsi-phy from dsi-dphy > - add missing power-domains in disp mutex > - Add remove mt8192 display rdma compatible PATCH in series > - use "mediatek,mt8183-disp-rdma" as fallback > - remove mediatek,larb from rdma node > - remove syscon-dsi and add power-domains in dsi > - add reset property in dsi and mt8192-resets.h > - correct Typo: s/ndoe/node in commit message > > Allen-KH Cheng (5): > arm64: dts: mt8192: Add pwm node > arm64: dts: mt8192: Add mipi_tx node > arm64: dts: mediatek: Add mmsys #reset-cells property for mt8192 > arm64: dts: mt8192: Add display nodes > arm64: dts: mt8192: Add dsi node For the whole series Tested-by: Nícolas F. R. A. Prado Tested on mt8192-asurada-spherion. I have a working display with some additional nodes on the mt8192-asurada DT. Thanks, Nícolas