Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Théo Lebrun and committed by
Greg Kroah-Hartman
f7fd939e 17668d7b

+1 -2
+1 -2
Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
··· 13 13 compatible: 14 14 oneOf: 15 15 - const: ti,j721e-usb 16 - - const: ti,am64-usb 17 16 - items: 18 - - const: ti,j721e-usb 19 17 - const: ti,am64-usb 18 + - const: ti,j721e-usb 20 19 21 20 reg: 22 21 maxItems: 1