Re: [PATCH] dt-bindings: usb: Add new compatible string for AM64 SoC

From: Rob Herring
Date: Wed Dec 09 2020 - 14:36:22 EST


On Wed, Dec 09, 2020 at 10:27:32PM +0530, Aswath Govindraju wrote:
> Add compatible string in j721e-usb binding file as similar USB subsystem
> is present in AM64.
>
> Signed-off-by: Aswath Govindraju <a-govindraju@xxxxxx>
> Acked-by: Roger Quadros <rogerq@xxxxxx>
> ---
> 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..05d976bb06d0 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

Use 'enum'.

>
> reg:
> description: module registers
> --
> 2.17.1
>