All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@kernel.org>
To: Casey Connolly <casey.connolly@linaro.org>
Cc: Heiko Schocher <hs@denx.de>, Tom Rini <trini@konsulko.com>,
	Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	u-boot@lists.denx.de, u-boot-qcom@groups.io
Subject: Re: [PATCH v4 7/9] WIP: rb3gen2: describe micro-usb port
Date: Tue, 17 Jun 2025 15:19:16 +0530	[thread overview]
Message-ID: <aFE6HP629Ocg3Fj6@sumit-X1> (raw)
In-Reply-To: <20250616-geni-load-fw-v4-7-e7df44205505@linaro.org>

Hi Casey,

On Mon, Jun 16, 2025 at 11:44:49AM +0200, Casey Connolly wrote:
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>  dts/upstream/src/arm64/qcom/qcs6490-rb3gen2.dts | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

I suppose this is an unrelated change to the patch-set and I don't think
this patch as it is applied upstream since the manual patch isn't
allowed for dts/upstream subtree. You can rather have a *-u-boot.dtsi
for this change.

-Sumit

> 
> diff --git a/dts/upstream/src/arm64/qcom/qcs6490-rb3gen2.dts b/dts/upstream/src/arm64/qcom/qcs6490-rb3gen2.dts
> index 7a36c90ad4ec8b52f30b22b1621404857d6ef336..a9689f126cc7f94a01921fe2dc70efb83774610a 100644
> --- a/dts/upstream/src/arm64/qcom/qcs6490-rb3gen2.dts
> +++ b/dts/upstream/src/arm64/qcom/qcs6490-rb3gen2.dts
> @@ -881,8 +881,25 @@
>  
>  	status = "okay";
>  };
>  
> +&usb_2 {
> +	status = "okay";
> +};
> +
> +&usb_2_dwc3 {
> +	dr_mode = "peripheral";
> +	/delete-property/ usb-role-switch;
> +};
> +
> +&usb_2_hsphy {
> +	vdda-pll-supply = <&vreg_l10c_0p88>;
> +	vdda18-supply = <&vreg_l1c_1p8>;
> +	vdda33-supply = <&vreg_l2b_3p072>;
> +
> +	status = "okay";
> +};
> +
>  &usb_dp_qmpphy_out {
>  	remote-endpoint = <&redriver_phy_con_ss>;
>  };
>  
> 
> -- 
> 2.49.0
> 

  reply	other threads:[~2025-06-17  9:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16  9:44 [PATCH v4 0/9] Qualcomm: implement support for GENI firmware loading Casey Connolly
2025-06-16  9:44 ` [PATCH v4 1/9] configs: run savedefconfig on qcom_ipq5424_mmc_defconfig Casey Connolly
2025-06-16 16:21   ` Tom Rini
2025-06-16  9:44 ` [PATCH v4 2/9] i2c: geni: fix error message wording in clk_disable Casey Connolly
2025-06-16  9:44 ` [PATCH v4 3/9] misc: introduce Qcom GENI wrapper Casey Connolly
2025-06-16  9:44 ` [PATCH v4 4/9] i2c: geni: load firmware if required Casey Connolly
2025-06-16  9:44 ` [PATCH v4 5/9] clk/qcom: sc7280: add uart7 clocks Casey Connolly
2025-06-16  9:44 ` [PATCH v4 6/9] serial: msm-geni: implement firmware loading Casey Connolly
2025-06-16  9:44 ` [PATCH v4 7/9] WIP: rb3gen2: describe micro-usb port Casey Connolly
2025-06-17  9:49   ` Sumit Garg [this message]
2025-06-18 18:05     ` Casey Connolly
2025-06-16  9:44 ` [PATCH v4 8/9] spi: geni: load firmware if required Casey Connolly
2025-06-16  9:44 ` [PATCH v4 9/9] configs: qcom_*: enable QCOM_GENI where needed Casey Connolly

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=aFE6HP629Ocg3Fj6@sumit-X1 \
    --to=sumit.garg@kernel.org \
    --cc=casey.connolly@linaro.org \
    --cc=hs@denx.de \
    --cc=neil.armstrong@linaro.org \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.