Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1412190 > unrolled thread

[PATCH v4 1/5] usb: dwc3: of-simple: add compatible for rockchip

Started byWilliam Wu <william.wu@rock-chips.com>
First post2016-06-02 14:40 +0200
Last post2016-06-02 14:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 1/5] usb: dwc3: of-simple: add compatible for rockchip William Wu <william.wu@rock-chips.com> - 2016-06-02 14:40 +0200

#1412190 — [PATCH v4 1/5] usb: dwc3: of-simple: add compatible for rockchip

FromWilliam Wu <william.wu@rock-chips.com>
Date2016-06-02 14:40 +0200
Subject[PATCH v4 1/5] usb: dwc3: of-simple: add compatible for rockchip
Message-ID<rFA4N-5VV-17@gated-at.bofh.it>
Rockchip platform merely enable usb3 clocks and
populate its children. So we can use this generic
glue layer to support Rockchip dwc3.

Signed-off-by: William Wu <william.wu@rock-chips.com>
---
Changes in v4:
- None

Changes in v3:
- None

Changes in v2:
- sort the list of_dwc3_simple_match (Doug)

 drivers/usb/dwc3/dwc3-of-simple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c
index 9743353..6da9656 100644
--- a/drivers/usb/dwc3/dwc3-of-simple.c
+++ b/drivers/usb/dwc3/dwc3-of-simple.c
@@ -161,6 +161,7 @@ static const struct dev_pm_ops dwc3_of_simple_dev_pm_ops = {
 
 static const struct of_device_id of_dwc3_simple_match[] = {
 	{ .compatible = "qcom,dwc3" },
+	{ .compatible = "rockchip,dwc3" },
 	{ .compatible = "xlnx,zynqmp-dwc3" },
 	{ /* Sentinel */ }
 };
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web