All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb
@ 2022-01-14 11:43 Michal Simek
  2022-01-19 10:33 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-01-14 11:43 UTC (permalink / raw)
  To: u-boot, git
  Cc: Manish Narani, Amit Kumar Mahapatra, Srinivas Neeli, Stefano Stabellini

From: Manish Narani <manish.narani@xilinx.com>

The DWC3 bindings require all USB node handles to be '^usb@[0-9a-f]+$'.
Update the same in ZynqMP device tree.

Signed-off-by: Manish Narani <manish.narani@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 300a2189f6eb..1331cec36f34 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -858,7 +858,7 @@
 			reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
 			ranges;
 
-			dwc3_0: dwc3@fe200000 {
+			dwc3_0: usb@fe200000 {
 				compatible = "snps,dwc3";
 				status = "disabled";
 				reg = <0x0 0xfe200000 0x0 0x40000>;
@@ -890,7 +890,7 @@
 			reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
 			ranges;
 
-			dwc3_1: dwc3@fe300000 {
+			dwc3_1: usb@fe300000 {
 				compatible = "snps,dwc3";
 				status = "disabled";
 				reg = <0x0 0xfe300000 0x0 0x40000>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb
  2022-01-14 11:43 [PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb Michal Simek
@ 2022-01-19 10:33 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-01-19 10:33 UTC (permalink / raw)
  To: U-Boot, git
  Cc: Manish Narani, Amit Kumar Mahapatra, Srinivas Neeli, Stefano Stabellini

pá 14. 1. 2022 v 12:43 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Manish Narani <manish.narani@xilinx.com>
>
> The DWC3 bindings require all USB node handles to be '^usb@[0-9a-f]+$'.
> Update the same in ZynqMP device tree.
>
> Signed-off-by: Manish Narani <manish.narani@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index 300a2189f6eb..1331cec36f34 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -858,7 +858,7 @@
>                         reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
>                         ranges;
>
> -                       dwc3_0: dwc3@fe200000 {
> +                       dwc3_0: usb@fe200000 {
>                                 compatible = "snps,dwc3";
>                                 status = "disabled";
>                                 reg = <0x0 0xfe200000 0x0 0x40000>;
> @@ -890,7 +890,7 @@
>                         reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
>                         ranges;
>
> -                       dwc3_1: dwc3@fe300000 {
> +                       dwc3_1: usb@fe300000 {
>                                 compatible = "snps,dwc3";
>                                 status = "disabled";
>                                 reg = <0x0 0xfe300000 0x0 0x40000>;
> --
> 2.34.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 11:43 [PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb Michal Simek
2022-01-19 10:33 ` Michal Simek

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.