usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:21 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
commit8f176eb8acdb7d2712b5f96bb946751b26a898db
tree648bbd9231492eb131d20e2e6e1c8ec6b9a7a290
parentcde9b147ba2f0325d9edeb26b995e65c317e7792
usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3

The official ls1028a binding of the driver uses the following as
compatibles:
  compatible = "fsl,ls1028a-dwc3", "snps,dwc3";

Change the ls1028a device tree and add this new compatible to the fsl
specific xhci driver, otherwise the generic dwc3 driver will be used
with the compatibles above.

Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-ls1028a.dtsi
drivers/usb/host/xhci-fsl.c