diff options
| author | Théo Lebrun <theo.lebrun@bootlin.com> | 2024-07-26 20:17:49 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-31 10:46:25 +0200 |
| commit | f7fd939e805672417bbf418f6035dec9400230fd (patch) | |
| tree | 921c9e750c6d9e35e99f1156395745cf41f98c88 /Documentation/devicetree/bindings/usb | |
| parent | 17668d7bb84e4b4d6aa0196f89273fd84e300a5c (diff) | |
| download | linux-f7fd939e805672417bbf418f6035dec9400230fd.tar.gz linux-f7fd939e805672417bbf418f6035dec9400230fd.tar.bz2 linux-f7fd939e805672417bbf418f6035dec9400230fd.zip | |
dt-bindings: usb: ti,j721e-usb: fix compatible list
Compatible can be A or B+A, not A or B or A+B. B got added afterwards,
we want B+A not A+B. A=ti,j721e-usb and B=ti,am64-usb.
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://lore.kernel.org/r/20240726-s2r-cdns-v5-1-8664bfb032ac@bootlin.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
| -rw-r--r-- | Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml index 95ff9791baea..653a89586f4e 100644 --- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml +++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml @@ -13,10 +13,9 @@ properties: compatible: oneOf: - const: ti,j721e-usb - - const: ti,am64-usb - items: - - const: ti,j721e-usb - const: ti,am64-usb + - const: ti,j721e-usb reg: maxItems: 1 |
