From: "Raghavendra, Vignesh" <vigneshr@ti.com>
To: Sjoerd Simons <sjoerd@collabora.com>, Nishanth Menon <nm@ti.com>
Cc: <kernel@collabora.com>, Nitin Yadav <n-yadav@ti.com>,
<martyn.welch@collabora.com>,
Aswath Govindraju <a-govindraju@ti.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Tero Kristo <kristo@kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 3/3] arm64: dts: ti: k3-am625-sk: Add support for USB
Date: Wed, 11 Jan 2023 23:48:57 +0530 [thread overview]
Message-ID: <9d6841f3-e3d5-a875-8057-1727f7ccaf1e@ti.com> (raw)
In-Reply-To: <20230111132348.553061-4-sjoerd@collabora.com>
Hi Sjoerd,
Couple of comments which I failed to notice on v2, sorry
On 1/11/2023 6:53 PM, Sjoerd Simons wrote:
> From: Aswath Govindraju <a-govindraju@ti.com>
>
> AM62 SoC has two instances of USB and they are brought on to the board
> in the following way,
>
> -> USB0 instance
> - This is brought out to a USB TypeC connector on board through TPS6598 PD
> controller. The PD controller should decide the role based on CC pin in
> the connector. Unfortunately the irq line for the TPS isn't hooked up
> which is a mode not yet support by the driver (some patches were
> submitted earlier this year[0]). So for now the PD controller is left
> out and periphal mode chosen.
s/periphal/peripheral
>
> -> USB1 instance
> - This is brought out to a USB TypeA connector on board.
>
> Therefore, add the required device tree support for the above in the board
> dts file.
>
> 0: https://lore.kernel.org/lkml/f714ee55-ef47-317d-81b9-57020dda064b@ti.com/T/
>
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> [merge from vendor bsp, drop TPS6598 support, reword commit message]
> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
> Tested-by: Martyn Welch <martyn.welch@collabora.com>
>
> ---
>
> Changes in v3:
> - Rebased against current ti-next aka 6.2-rc1
> - Add Martyn's tested-by
>
> Changes in v2:
> - Rebase against linux-next 20221220
>
> arch/arm64/boot/dts/ti/k3-am625-sk.dts | 50 ++++++++++++++++++++++++++
> 1 file changed, 50 insertions(+)
>
[...]
> +
> +&ecap0 {
> + status = "disabled";
> +};
> +
> +&ecap1 {
> + status = "disabled";
> +};
> +
> +&ecap2 {
> + status = "disabled";
> +};
> +
> +&main_mcan0 {
> + status = "disabled";
> +};
> +
> +&epwm0 {
> + status = "disabled";
> +};
> +
> +&epwm1 {
> + status = "disabled";
> +};
> +
> +&epwm2 {
> + status = "disabled";
> +};
> +
Unlike downstream vendor kernel, these nodes are "disabled" by default
in k3-am62-main.dtsi. So, these can be dropped.
> +&usbss0 {
> + ti,vbus-divider;
> +};
> +
> +&usb0 {
> + dr_mode = "peripheral";
> +};
> +
> +&usb1 {
> + dr_mode = "host";
> + pinctrl-names = "default";
> + pinctrl-0 = <&main_usb1_pins_default>;
> +};
Regards
Vignesh
prev parent reply other threads:[~2023-01-11 18:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-11 13:23 [PATCH v3 0/3] Improve K3-am625-sk support (USB, MMC) Sjoerd Simons
2023-01-11 13:23 ` [PATCH v3 1/3] arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select Sjoerd Simons
2023-01-11 13:23 ` [PATCH v3 2/3] arm64: dts: ti: k3-am62-main: Add support for USB Sjoerd Simons
2023-01-11 18:20 ` Raghavendra, Vignesh
2023-01-11 13:23 ` [PATCH v3 3/3] arm64: dts: ti: k3-am625-sk: " Sjoerd Simons
2023-01-11 18:18 ` Raghavendra, Vignesh [this message]
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=9d6841f3-e3d5-a875-8057-1727f7ccaf1e@ti.com \
--to=vigneshr@ti.com \
--cc=a-govindraju@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@collabora.com \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martyn.welch@collabora.com \
--cc=n-yadav@ti.com \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=sjoerd@collabora.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;
as well as URLs for NNTP newsgroup(s).