]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:37 +0000 (08:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:36:24 +0000 (08:36 +0100)
The correct spelling is R-Car, including the dash, update the usage.
Kconfig strings and comment changes only, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/usb/gadget/Kconfig
drivers/usb/host/Kconfig
drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h
drivers/usb/host/xhci-rcar.c

index 010084ef7f38307718f79b621cf2763cb0ff3630..c815764c2bc4fb3a7638ce8a9316bd598548912b 100644 (file)
@@ -115,10 +115,10 @@ config USB_GADGET_DWC2_OTG
          USB_GADGET to be enabled.
 
 config USB_RENESAS_USBHS
-       bool "Renesas RCar USB2.0 HS controller (gadget mode)"
+       bool "Renesas R-Car USB2.0 HS controller (gadget mode)"
        select USB_GADGET_DUALSPEED
        help
-         The Renesas Rcar USB 2.0 high-speed gadget controller
+         The Renesas R-Car USB 2.0 high-speed gadget controller
          integrated into Salvator and Kingfisher boards. Select this
          option if you want the driver to operate in Peripheral mode.
          This option requires USB_GADGET to be enabled.
index bb5893d56dbed2f62c54afb279081a8e77f8f881..24786a2bc91c21aab7c7b35298c97d51f391374c 100644 (file)
@@ -103,12 +103,12 @@ config USB_XHCI_PCI
          Enables support for the PCI-based xHCI controller.
 
 config USB_XHCI_RCAR
-       bool "Renesas RCar USB 3.0 support"
+       bool "Renesas R-Car USB 3.0 support"
        default y
        depends on ARCH_RENESAS
        help
          Choose this option to add support for USB 3.0 driver on Renesas
-         RCar Gen3 SoCs.
+         R-Car Gen3 SoCs.
 
 config USB_XHCI_STI
        bool "Support for STMicroelectronics STiH407 family on-chip xHCI USB controller"
index 8db88f0dcfa4273ee88199338ef6420d24ae6c71..7c909b4697a50937214ed983e2e4852bdf69cc86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Renesas RCar xHCI controller firmware version 3
+ * Renesas R-Car xHCI controller firmware version 3
  *
  * Copyright (c) 2014, Renesas Electronics Corporation
  * All rights reserved.
index 38c5928faed502d66c25babd171c35178b278038..b72807053c4282f2f8972a3c8543b51e141e4ff9 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.com>
  *
- * Renesas RCar USB HOST xHCI Controller
+ * Renesas R-Car USB HOST xHCI Controller
  */
 
 #include <clk.h>