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 BF312C43217 for ; Fri, 18 Feb 2022 12:57:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235436AbiBRM5e (ORCPT ); Fri, 18 Feb 2022 07:57:34 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235594AbiBRM4b (ORCPT ); Fri, 18 Feb 2022 07:56:31 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B085E2B6D59; Fri, 18 Feb 2022 04:56:02 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id A74491F46724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645188961; bh=d4Jdcn6sqeGA9YusiP+E1Q4QUac5jNdY0Bx26wxURBg=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=JC02n1Z2sDF4+nk3EoRHvRKIowkUO9LUIZZife7ds7FSmCOb1Y4u2+wt5WH4mbuL5 y9XB3UKcLnct+rv1Rjj4ISv+U/rLUioVnZUsQghLgOQNtJVLy1TEUFRfjOEKxctF4n dJEVEe1J/kTmYZ/hWXnS44bsXFgMfBMBPdeYJ8+f4s2WulKUL0037Ak1i7AxfdRyMz WyUmfIwn463DE66uI+C7so6qdl1xUc6hmOzEYToDE/vl3MY+xIjfIrUxM1hFX3/L+t IicLyM+u4y2vghVitCDyYmM9MT8WGSFG9XUVg4F5dxJR7Fwqi9ndcZxTi4fnC9BD9N hUaSfc2kkkUJg== Message-ID: <7ca84242-6abc-7598-89c2-c44e63026b03@collabora.com> Date: Fri, 18 Feb 2022 13:55:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 From: AngeloGioacchino Del Regno Subject: Re: [PATCH v2 14/23] arm64: dts: mt8192: Add mipi_tx node To: Allen-KH Cheng , Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski Cc: 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 , Ryder Lee , =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> <20220218091633.9368-15-allen-kh.cheng@mediatek.com> Content-Language: en-US In-Reply-To: <20220218091633.9368-15-allen-kh.cheng@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 18/02/22 10:16, Allen-KH Cheng ha scritto: > Add mipi_tx node for mt8192 SoC. > > Signed-off-by: Allen-KH Cheng > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > index cfc2db501108..f5e5af949f19 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > @@ -1114,6 +1114,16 @@ > }; > }; > > + mipi_tx0: mipi-dphy@11e50000 { > + compatible = "mediatek,mt8183-mipi-tx"; > + reg = <0 0x11e50000 0 0x1000>; > + clocks = <&apmixedsys CLK_APMIXED_MIPID26M>; > + clock-names = "ref_clk"; > + #clock-cells = <0>; > + #phy-cells = <0>; > + clock-output-names = "mipi_tx0_pll"; Please, disable this node by default, as this is something that may be enabled for some machine, but disabled for the other. status = "disabled"; > + }; > + > i2c0: i2c@11f00000 { > compatible = "mediatek,mt8192-i2c"; > reg = <0 0x11f00000 0 0x1000>,