All of lore.kernel.org
 help / color / mirror / Atom feed
From: Serge Semin <Sergey.Semin@baikalelectronics.ru>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Serge Semin <fancer.lancer@gmail.com>,
	Felipe Balbi <balbi@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andy Gross <agross@kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 18/18] arm64: dts: qcom: Harmonize DWC USB3 DT nodes name
Date: Thu, 12 Nov 2020 21:43:08 +0300	[thread overview]
Message-ID: <20201112184308.7xrrpji257ufivx4@mobilestation> (raw)
In-Reply-To: <20201111160844.GJ173948@builder.lan>

Hello Bjorn

On Wed, Nov 11, 2020 at 10:08:44AM -0600, Bjorn Andersson wrote:
> On Wed 11 Nov 03:15 CST 2020, Serge Semin wrote:
> 
> > In accordance with the DWC USB3 bindings the corresponding node
> > name is suppose to comply with the Generic USB HCD DT schema, which
> > requires the USB nodes to have the name acceptable by the regexp:
> > "^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly
> > named.
> > 
> > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
> > Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> 

> Given the risk of merge conflicts with this patch I would prefer to take
> it through the qcom dts tree. Please let me know when patch 17 has been
> merged (or if you prefer that I take it through the same path).

I don't really know through what path the patch was supposed to find
its way into the kernel. Since I haven't got a public repo then for me a
preferred solution would be to merge this patch and the other by means
of the qcom tree.

Thanks
-Sergey

> 
> Regards,
> Bjorn
> 
> > ---
> >  arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 4 ++--
> >  arch/arm64/boot/dts/qcom/ipq8074.dtsi        | 4 ++--
> >  arch/arm64/boot/dts/qcom/msm8996.dtsi        | 4 ++--
> >  arch/arm64/boot/dts/qcom/msm8998.dtsi        | 2 +-
> >  arch/arm64/boot/dts/qcom/qcs404-evb.dtsi     | 2 +-
> >  arch/arm64/boot/dts/qcom/qcs404.dtsi         | 4 ++--
> >  arch/arm64/boot/dts/qcom/sc7180.dtsi         | 2 +-
> >  arch/arm64/boot/dts/qcom/sdm845.dtsi         | 4 ++--
> >  arch/arm64/boot/dts/qcom/sm8150.dtsi         | 2 +-
> >  9 files changed, 14 insertions(+), 14 deletions(-)
> > 
> > diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
> > index defcbd15edf9..34e97da98270 100644
> > --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi
> > @@ -1064,7 +1064,7 @@ &usb2 {
> >  	status = "okay";
> >  	extcon = <&usb2_id>;
> >  
> > -	dwc3@7600000 {
> > +	usb@7600000 {
> >  		extcon = <&usb2_id>;
> >  		dr_mode = "otg";
> >  		maximum-speed = "high-speed";
> > @@ -1075,7 +1075,7 @@ &usb3 {
> >  	status = "okay";
> >  	extcon = <&usb3_id>;
> >  
> > -	dwc3@6a00000 {
> > +	usb@6a00000 {
> >  		extcon = <&usb3_id>;
> >  		dr_mode = "otg";
> >  	};
> > diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
> > index 96a5ec89b5f0..1129062a4ca1 100644
> > --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
> > @@ -427,7 +427,7 @@ usb_0: usb@8af8800 {
> >  			resets = <&gcc GCC_USB0_BCR>;
> >  			status = "disabled";
> >  
> > -			dwc_0: dwc3@8a00000 {
> > +			dwc_0: usb@8a00000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x8a00000 0xcd00>;
> >  				interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
> > @@ -468,7 +468,7 @@ usb_1: usb@8cf8800 {
> >  			resets = <&gcc GCC_USB1_BCR>;
> >  			status = "disabled";
> >  
> > -			dwc_1: dwc3@8c00000 {
> > +			dwc_1: usb@8c00000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x8c00000 0xcd00>;
> >  				interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > index 9951286db775..66b6d2f0a093 100644
> > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> > @@ -1767,7 +1767,7 @@ usb3: usb@6af8800 {
> >  			power-domains = <&gcc USB30_GDSC>;
> >  			status = "disabled";
> >  
> > -			dwc3@6a00000 {
> > +			usb@6a00000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x06a00000 0xcc00>;
> >  				interrupts = <0 131 IRQ_TYPE_LEVEL_HIGH>;
> > @@ -1978,7 +1978,7 @@ usb2: usb@76f8800 {
> >  			power-domains = <&gcc USB30_GDSC>;
> >  			status = "disabled";
> >  
> > -			dwc3@7600000 {
> > +			usb@7600000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x07600000 0xcc00>;
> >  				interrupts = <0 138 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
> > index c45870600909..7cc7897e7b83 100644
> > --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
> > @@ -1678,7 +1678,7 @@ usb3: usb@a8f8800 {
> >  
> >  			resets = <&gcc GCC_USB_30_BCR>;
> >  
> > -			usb3_dwc3: dwc3@a800000 {
> > +			usb3_dwc3: usb@a800000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x0a800000 0xcd00>;
> >  				interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > index 6422cf9d5855..88d7b7a53743 100644
> > --- a/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
> > @@ -337,7 +337,7 @@ &usb2_phy_sec {
> >  &usb3 {
> >  	status = "okay";
> >  
> > -	dwc3@7580000 {
> > +	usb@7580000 {
> >  		dr_mode = "host";
> >  	};
> >  };
> > diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi
> > index b654b802e95c..f6ef17553064 100644
> > --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi
> > @@ -544,7 +544,7 @@ usb3: usb@7678800 {
> >  			assigned-clock-rates = <19200000>, <200000000>;
> >  			status = "disabled";
> >  
> > -			dwc3@7580000 {
> > +			usb@7580000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x07580000 0xcd00>;
> >  				interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
> > @@ -573,7 +573,7 @@ usb2: usb@79b8800 {
> >  			assigned-clock-rates = <19200000>, <133333333>;
> >  			status = "disabled";
> >  
> > -			dwc3@78c0000 {
> > +			usb@78c0000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0x078c0000 0xcc00>;
> >  				interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> > index d46b3833e52f..bbc9a2b5c570 100644
> > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> > @@ -2673,7 +2673,7 @@ usb_1: usb@a6f8800 {
> >  					<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3>;
> >  			interconnect-names = "usb-ddr", "apps-usb";
> >  
> > -			usb_1_dwc3: dwc3@a600000 {
> > +			usb_1_dwc3: usb@a600000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0 0x0a600000 0 0xe000>;
> >  				interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > index 2884577dcb77..ca20e4e91f61 100644
> > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> > @@ -3573,7 +3573,7 @@ usb_1: usb@a6f8800 {
> >  					<&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_0>;
> >  			interconnect-names = "usb-ddr", "apps-usb";
> >  
> > -			usb_1_dwc3: dwc3@a600000 {
> > +			usb_1_dwc3: usb@a600000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0 0x0a600000 0 0xcd00>;
> >  				interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
> > @@ -3621,7 +3621,7 @@ usb_2: usb@a8f8800 {
> >  					<&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_1>;
> >  			interconnect-names = "usb-ddr", "apps-usb";
> >  
> > -			usb_2_dwc3: dwc3@a800000 {
> > +			usb_2_dwc3: usb@a800000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0 0x0a800000 0 0xcd00>;
> >  				interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
> > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> > index b86a7ead3006..167d14dda974 100644
> > --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> > @@ -846,7 +846,7 @@ usb_1: usb@a6f8800 {
> >  
> >  			resets = <&gcc GCC_USB30_PRIM_BCR>;
> >  
> > -			usb_1_dwc3: dwc3@a600000 {
> > +			usb_1_dwc3: usb@a600000 {
> >  				compatible = "snps,dwc3";
> >  				reg = <0 0x0a600000 0 0xcd00>;
> >  				interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
> > -- 
> > 2.28.0
> > 

      reply	other threads:[~2020-11-12 18:43 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11  9:15 [PATCH v2 00/18] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name Serge Semin
2020-11-11  9:15 ` Serge Semin
2020-11-11  9:15 ` Serge Semin
2020-11-11  9:15 ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 01/18] arm: dts: keystone: Correct DWC USB3 compatible string Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 02/18] arm64: dts: amlogic: meson-g12: Set FL-adj property value Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 03/18] arc: dts: Harmonize EHCI/OHCI DT nodes name Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 04/18] arm: dts: hisi-x5hd2: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-25  2:27   ` Wei Xu
2020-11-25  2:27     ` Wei Xu
2020-11-11  9:15 ` [PATCH v2 05/18] arm: dts: lpc18xx: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 06/18] arm64: dts: hisi: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-25  2:27   ` Wei Xu
2020-11-25  2:27     ` Wei Xu
2020-11-11  9:15 ` [PATCH v2 07/18] mips: dts: jz47x: " Serge Semin
2020-11-12 22:41   ` Thomas Bogendoerfer
2020-11-11  9:15 ` [PATCH v2 08/18] mips: dts: sead3: " Serge Semin
2020-11-12 22:41   ` Thomas Bogendoerfer
2020-11-11  9:15 ` [PATCH v2 09/18] mips: dts: ralink: mt7628a: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-12 22:41   ` Thomas Bogendoerfer
2020-11-12 22:41     ` Thomas Bogendoerfer
2020-11-12 22:41     ` Thomas Bogendoerfer
2020-11-11  9:15 ` [PATCH v2 10/18] powerpc: dts: akebono: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 11/18] arm64: dts: marvell: cp11x: Harmonize xHCI " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-30 14:23   ` Gregory CLEMENT
2020-11-30 14:23     ` Gregory CLEMENT
2020-11-11  9:15 ` [PATCH v2 12/18] arm: dts: marvell: armada-375: Harmonize DWC USB3 " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-30 14:22   ` Gregory CLEMENT
2020-11-30 14:22     ` Gregory CLEMENT
2020-11-11  9:15 ` [PATCH v2 13/18] arm: dts: keystone: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 14/18] arm: dts: stih407-family: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-11  9:15 ` [PATCH v2 15/18] arm64: dts: apm: " Serge Semin
2020-11-11  9:15 ` [PATCH v2 16/18] arm64: dts: hi3660: " Serge Semin
2020-11-11  9:15   ` Serge Semin
2020-11-25  2:23   ` Wei Xu
2020-11-25  2:23     ` Wei Xu
2020-12-19  5:11   ` John Stultz
2020-12-19  5:11     ` John Stultz
2020-12-19 11:06     ` Krzysztof Kozlowski
2020-12-19 11:06       ` Krzysztof Kozlowski
2020-12-21 20:24       ` John Stultz
2020-12-21 20:24         ` John Stultz
2020-12-21 21:04         ` Krzysztof Kozlowski
2020-12-21 21:04           ` Krzysztof Kozlowski
2020-11-11  9:15 ` [PATCH v2 17/18] usb: dwc3: qcom: Detect DWC3 DT-nodes with "usb"-prefixed names Serge Semin
2020-11-11 16:05   ` Bjorn Andersson
2020-11-11  9:15 ` [PATCH v2 18/18] arm64: dts: qcom: Harmonize DWC USB3 DT nodes name Serge Semin
2020-11-11 16:08   ` Bjorn Andersson
2020-11-12 18:43     ` Serge Semin [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=20201112184308.7xrrpji257ufivx4@mobilestation \
    --to=sergey.semin@baikalelectronics.ru \
    --cc=agross@kernel.org \
    --cc=balbi@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=fancer.lancer@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@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 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.