All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: usb: Add new compatible string for AM64 SoC
@ 2020-12-10  5:37 Aswath Govindraju
  0 siblings, 0 replies; only message in thread
From: Aswath Govindraju @ 2020-12-10  5:37 UTC (permalink / raw)
  Cc: Vignesh Raghavendra, Sekhar Nori, Aswath Govindraju,
	Greg Kroah-Hartman, Rob Herring, Roger Quadros, linux-usb,
	devicetree, linux-kernel

Add compatible string in j721e-usb binding file as the same USB subsystem
is present in AM64.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
---
 Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
index 388245b91a55..453587f6d304 100644
--- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
@@ -11,8 +11,11 @@ maintainers:
 
 properties:
   compatible:
-    items:
-      - const: ti,j721e-usb
+    anyOf:
+      - items:
+          - const: ti,j721e-usb
+      - items:
+          - const: ti,am64-usb
 
   reg:
     description: module registers
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-10  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10  5:37 [PATCH v2] dt-bindings: usb: Add new compatible string for AM64 SoC Aswath Govindraju

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.