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 EC76AC433EF for ; Fri, 18 Feb 2022 12:57:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233834AbiBRM50 (ORCPT ); Fri, 18 Feb 2022 07:57:26 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235549AbiBRM4u (ORCPT ); Fri, 18 Feb 2022 07:56:50 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F5FF2B4618; Fri, 18 Feb 2022 04:56:19 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 8C7451F46724 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645188978; bh=NvjhI6vTcbisSLhBidwMYqGEIuAV29q+/5LZdCEocHQ=; h=Date:From:Subject:To:Cc:References:In-Reply-To:From; b=EQwXK/InctD2BH8Hf3POfLASdcUdHA98OGoH3X/vdsB7ojkof3cDAMLZIeECqWm2L 4h18RrCwNDAqi0jMXTuuwtXZqo/As9PTY5Qcn1X65uZ1EML/hFVdGQajyNLnLmHIEt fI5VR4haBroGkgsCE+Jhgk948vYYsmhmuKswMr0pEapTxM+WP7jSmMuGyzaCh1OieW OoS+8cTbyHnnSePOTtKmyaeAw3m6okvKP1pdfKxjW3VvIq1KQQWjZL+3QuhXAMSPVH FJq3BveCmXO+xfXvNNizkyGqTQjKNerKr8Vh6Po7pUyyGxDgv+dy4kIRkHEsBaWEIx gVwgoKqH0eHsg== Message-ID: Date: Fri, 18 Feb 2022 13:56:14 +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 19/23] arm64: dts: mt8192: Add i2c aliases 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-20-allen-kh.cheng@mediatek.com> Content-Language: en-US In-Reply-To: <20220218091633.9368-20-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 i2c aliases for mt8192 SoC > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno > --- > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > index 55bcbf72a366..e3314cdc7c1a 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > @@ -21,6 +21,19 @@ > #address-cells = <2>; > #size-cells = <2>; > > + aliases { > + i2c0 = &i2c0; > + i2c1 = &i2c1; > + i2c2 = &i2c2; > + i2c3 = &i2c3; > + i2c4 = &i2c4; > + i2c5 = &i2c5; > + i2c6 = &i2c6; > + i2c7 = &i2c7; > + i2c8 = &i2c8; > + i2c9 = &i2c9; > + }; > + > clk26m: oscillator0 { > compatible = "fixed-clock"; > #clock-cells = <0>;