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 8AF16C433EF for ; Wed, 27 Apr 2022 06:10:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357979AbiD0GNP (ORCPT ); Wed, 27 Apr 2022 02:13:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232922AbiD0GNM (ORCPT ); Wed, 27 Apr 2022 02:13:12 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 598376A07C; Tue, 26 Apr 2022 23:09:56 -0700 (PDT) X-UUID: adc1ddcc7a0a4aff8d34ddcea51eb800-20220427 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:fd893231-4fe4-488f-a2f6-05576ae9eee5,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:faefae9,CLOUDID:74e9da2e-6199-437e-8ab4-9920b4bc5b76,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: adc1ddcc7a0a4aff8d34ddcea51eb800-20220427 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1092186264; Wed, 27 Apr 2022 14:09:49 +0800 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Wed, 27 Apr 2022 14:09:49 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 27 Apr 2022 14:09:49 +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; Wed, 27 Apr 2022 14:09:49 +0800 Message-ID: <26991dca6f52b2a8be11d03496cff084174222cb.camel@mediatek.com> Subject: Re: [PATCH v2 1/2] arm64: dts: mt8183: add dpi node to mt8183 From: Macpaul Lin To: Fabien Parent , Rob Herring , Krzysztof Kozlowski , Matthias Brugger CC: Pi-Hsun Shih , Jitao Shi , , , , Date: Wed, 27 Apr 2022 14:09:49 +0800 In-Reply-To: <20220426164547.434324-1-fparent@baylibre.com> References: <20220426164547.434324-1-fparent@baylibre.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 Tue, 2022-04-26 at 18:45 +0200, Fabien Parent wrote: > From: Pi-Hsun Shih > > Add dpi node to mt8183. > > Signed-off-by: Jitao Shi > Signed-off-by: Pi-Hsun Shih > Signed-off-by: Fabien Parent > --- > v2: no changes > > arch/arm64/boot/dts/mediatek/mt8183.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi > b/arch/arm64/boot/dts/mediatek/mt8183.dtsi > index 4b08691ed39e..49e662e34b36 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi > @@ -1507,6 +1507,17 @@ dsi0: dsi@14014000 { > phy-names = "dphy"; > }; > > + dpi0: dpi@14015000 { > + compatible = "mediatek,mt8183-dpi"; > + reg = <0 0x14015000 0 0x1000>; > + interrupts = ; > + power-domains = <&spm > MT8183_POWER_DOMAIN_DISP>; > + clocks = <&mmsys CLK_MM_DPI_IF>, > + <&mmsys CLK_MM_DPI_MM>, > + <&apmixedsys CLK_APMIXED_TVDPLL>; > + clock-names = "pixel", "engine", "pll"; > + }; > + > mutex: mutex@14016000 { > compatible = "mediatek,mt8183-disp-mutex"; > reg = <0 0x14016000 0 0x1000>; Reviewed-by: Macpaul Lin Regards, Macpaul Lin