From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Macpaul Lin <macpaul.lin@mediatek.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org,
Alexandre Mergnat <amergnat@baylibre.com>
Cc: Bear Wang <bear.wang@mediatek.com>,
Pablo Sun <pablo.sun@mediatek.com>,
Macpaul Lin <macpaul@gmail.com>,
Project_Global_Chrome_Upstream_Group@mediatek.com,
linux-usb@vger.kernel.org,
Chris-qj chen <chris-qj.chen@mediatek.com>,
Fabien Parent <fparent@baylibre.com>,
Simon Sun <simon.sun@yunjingtech.com>
Subject: Re: [PATCH v3 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for MUX IT5205
Date: Wed, 23 Oct 2024 13:07:07 +0200 [thread overview]
Message-ID: <0cc68449-a11d-466c-b89d-067b1c2fd7e0@collabora.com> (raw)
In-Reply-To: <20241023080912.15349-2-macpaul.lin@mediatek.com>
Il 23/10/24 10:09, Macpaul Lin ha scritto:
> Add ITE IT5205FN (TYPEC MUX) under I2C2 bus and configure its properties;
> also add references to it5205fn from MT6360 TYPE-C connector for TYPEC
> configuration.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> Signed-off-by: Simon Sun <simon.sun@yunjingtech.com>
> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> ---
> .../dts/mediatek/mt8395-genio-1200-evk.dts | 22 +++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> Changes for v2:
> - This is a new patch in the v2 patch.
>
> Changes for v3:
> - No change.
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts b/arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts
> index 83d520226302..4c11c100e7b6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts
> @@ -229,6 +229,21 @@ &i2c2 {
> pinctrl-0 = <&i2c2_pins>;
> pinctrl-names = "default";
> status = "okay";
> +
> + it5205fn: typec-mux@48 {
You don't need the it5205fn phandle, please drop.
> + compatible = "ite,it5205";
> + reg = <0x48>;
> + vcc-supply = <&mt6359_vibr_ldo_reg>;
> + mode-switch;
> + orientation-switch;
compatible
reg
mode-switch
orientation-switch
vcc-supply
Please reorder.
After which:
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> + status = "okay";
> +
> + port {
> + it5205_sbu_ep: endpoint {
> + remote-endpoint = <&mt6360_ssusb_sbu_ep>;
> + };
> + };
> + };
> };
>
> &i2c6 {
> @@ -369,6 +384,13 @@ mt6360_ssusb_ep: endpoint {
> remote-endpoint = <&ssusb_ep>;
> };
> };
> +
> + port@2 {
> + reg = <2>;
> + mt6360_ssusb_sbu_ep: endpoint {
> + remote-endpoint = <&it5205_sbu_ep>;
> + };
> + };
> };
> };
> };
next prev parent reply other threads:[~2024-10-23 11:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-23 8:09 [PATCH v3 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port Macpaul Lin
2024-10-23 8:09 ` [PATCH v3 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for MUX IT5205 Macpaul Lin
2024-10-23 11:07 ` AngeloGioacchino Del Regno [this message]
2024-10-23 11:07 ` [PATCH v3 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port AngeloGioacchino Del Regno
2024-10-23 12:00 ` AngeloGioacchino Del Regno
2024-10-24 7:44 ` Macpaul Lin
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=0cc68449-a11d-466c-b89d-067b1c2fd7e0@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=amergnat@baylibre.com \
--cc=bear.wang@mediatek.com \
--cc=chris-qj.chen@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fparent@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=macpaul.lin@mediatek.com \
--cc=macpaul@gmail.com \
--cc=matthias.bgg@gmail.com \
--cc=pablo.sun@mediatek.com \
--cc=robh@kernel.org \
--cc=simon.sun@yunjingtech.com \
/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