From: Chen-Yu Tsai <wenst@chromium.org>
To: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
"--to=Krzysztof Kozlowski" <krzysztof.kozlowski@canonical.com>,
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,
Ryder Lee <ryder.lee@kernel.org>
Subject: Re: [PATCH v2 19/23] arm64: dts: mt8192: Add i2c aliases
Date: Mon, 21 Feb 2022 12:50:08 +0800 [thread overview]
Message-ID: <CAGXv+5FO5gBv1L4S_Nitmfv1zwjTGvp3CPP8CyFVEAq3DkkJ-g@mail.gmail.com> (raw)
In-Reply-To: <20220218091633.9368-20-allen-kh.cheng@mediatek.com>
Hi,
On Fri, Feb 18, 2022 at 5:16 PM Allen-KH Cheng
<allen-kh.cheng@mediatek.com> wrote:
>
> Add i2c aliases for mt8192 SoC
>
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---
> 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;
AFAIK, maintainers have suggested against [1] having aliases in the .dtsi.
If the numbering isn't an issue, I suggest just dropping it altogether.
If it is, then the aliases should be added at the board level, and only
for the interfaces that are actually enabled.
ChenYu
[1] https://lore.kernel.org/linux-rockchip/CAK8P3a25iYksubCnQb1-e5yj=crEsK37RB9Hn4ZGZMwcVVrG7g@mail.gmail.com/
> + };
> +
> clk26m: oscillator0 {
> compatible = "fixed-clock";
> #clock-cells = <0>;
> --
> 2.18.0
>
next prev parent reply other threads:[~2022-02-21 4:50 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-18 9:16 [PATCH v2 00/23] Add driver nodes for MT8192 SoC Allen-KH Cheng
2022-02-18 9:16 ` [PATCH v2 01/23] arm64: dts: mt8192: Add power domains controller Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 19:18 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 02/23] arm64: dts: mt8192: Add pwrap node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 19:24 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 03/23] arm64: dts: mt8192: Add spmi node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 19:31 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 04/23] arm64: dts: mt8192: Add gce node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 19:43 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 05/23] arm64: dts: mt8192: Add SCP node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 06/23] arm64: dts: mt8192: Add usb-phy node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 20:10 ` Nícolas F. R. A. Prado
[not found] ` <ef364c56deef3cc20d7d7d9ca6c568c0612c7a2a.camel@mediatek.com>
2022-02-23 15:11 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 07/23] arm64: dts: mt8192: Add xhci node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 20:28 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 08/23] arm64: dts: mt8192: Add audio-related nodes Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 20:35 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 09/23] arm64: dts: mt8192: Add infracfg_rst node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
[not found] ` <8a3a6167450bdd51bdff2e9b12a15522a18dd38e.camel@mediatek.com>
2022-02-21 15:20 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 10/23] arm64: dts: mt8192: Add PCIe node Allen-KH Cheng
2022-02-18 9:16 ` [PATCH v2 11/23] arm64: dts: mt8192: Correct nor_flash status of mt8192 Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 12/23] arm64: dts: mt8192: Add efuse node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 13/23] arm64: dts: mt8192: Add mmc device nodes Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 14/23] arm64: dts: mt8192: Add mipi_tx node Allen-KH Cheng
2022-02-18 12:55 ` AngeloGioacchino Del Regno
2022-02-22 21:26 ` Nícolas F. R. A. Prado
2022-02-25 20:38 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 15/23] arm64: dts: mt8192: Add m4u and smi nodes Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 21:48 ` Nícolas F. R. A. Prado
2022-02-25 23:06 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 16/23] arm64: dts: mt8192: Add H264 venc device node Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 22:13 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 17/23] arm64: dts: mt8192: Add vcodec lat and core nodes Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 22:33 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 18/23] arm64: dts: mt8192: Add dpi node Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-18 9:16 ` [PATCH v2 19/23] arm64: dts: mt8192: Add i2c aliases Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-21 4:50 ` Chen-Yu Tsai [this message]
2022-02-18 9:16 ` [PATCH v2 20/23] arm64: dts: mt8192: Add display nodes Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 10:24 ` Chen-Yu Tsai
2022-02-23 15:35 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 21/23] arm64: dts: mt8192: Add dsi node Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 23:16 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 22/23] arm64: dts: mt8192: Add gce info for display nodes Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 23:24 ` Nícolas F. R. A. Prado
[not found] ` <d82cd71f06c803d15c1f2b86123c0ba63e7c5ed7.camel@mediatek.com>
2022-02-23 15:20 ` Nícolas F. R. A. Prado
2022-02-18 9:16 ` [PATCH v2 23/23] arm64: dts: mt8192: Add pwm node Allen-KH Cheng
2022-02-18 12:56 ` AngeloGioacchino Del Regno
2022-02-22 3:21 ` [PATCH v2 00/23] Add driver nodes for MT8192 SoC Chen-Yu Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAGXv+5FO5gBv1L4S_Nitmfv1zwjTGvp3CPP8CyFVEAq3DkkJ-g@mail.gmail.com \
--to=wenst@chromium.org \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=ryder.lee@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).