Thread (40 messages) 40 messages, 7 authors, 2023-01-12

Re: [PATCH v3 13/13] usb: gadget: tegra-xudc: Add Tegra234 support

From: Jon Hunter <jonathanh@nvidia.com>
Date: 2022-11-15 12:23:59
Also in: linux-devicetree, linux-i2c, linux-tegra, linux-usb, lkml


On 14/11/2022 12:40, Wayne Chang wrote:
quoted hunk ↗ jump to hunk
From: Sing-Han Chen <redacted>

This commit adds support for XUSB device mode controller support on
Tegra234 SoC. This is very similar to the existing Tegra194 XUDC.

Signed-off-by: Sing-Han Chen <redacted>
Signed-off-by: Wayne Chang <redacted>
---
V2 -> V3:nothing has changed
V1 -> V2:nothing has changed
  drivers/usb/gadget/udc/tegra-xudc.c | 17 +++++++++++++++++
  1 file changed, 17 insertions(+)
diff --git a/drivers/usb/gadget/udc/tegra-xudc.c b/drivers/usb/gadget/udc/tegra-xudc.c
index 76919d7570d2..ff697190469b 100644
--- a/drivers/usb/gadget/udc/tegra-xudc.c
+++ b/drivers/usb/gadget/udc/tegra-xudc.c
@@ -3660,6 +3660,19 @@ static struct tegra_xudc_soc tegra194_xudc_soc_data = {
  	.has_ipfs = false,
  };
  
+static struct tegra_xudc_soc tegra234_xudc_soc_data = {
+	.clock_names = tegra186_xudc_clock_names,
+	.num_clks = ARRAY_SIZE(tegra186_xudc_clock_names),
+	.num_phys = 4,
+	.u1_enable = true,
+	.u2_enable = true,
+	.lpm_enable = true,
+	.invalid_seq_num = false,
+	.pls_quirk = false,
+	.port_reset_quirk = false,
+	.has_ipfs = false,
+};
+
  static const struct of_device_id tegra_xudc_of_match[] = {
  	{
  		.compatible = "nvidia,tegra210-xudc",
@@ -3673,6 +3686,10 @@ static const struct of_device_id tegra_xudc_of_match[] = {
  		.compatible = "nvidia,tegra194-xudc",
  		.data = &tegra194_xudc_soc_data
  	},
+	{
+		.compatible = "nvidia,tegra234-xudc",
+		.data = &tegra234_xudc_soc_data
+	},
  	{ }
  };
  MODULE_DEVICE_TABLE(of, tegra_xudc_of_match);
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks
Jon
-- 
nvpublic

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help