mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 11:44:39 -04:00
dt-bindings: usb: ci-hdrc-usb2: Allow "fsl,imx27-usb" to be passed alone
imx27.dtsi describes its usb nodes as: compatible = "fsl,imx27-usb"; Adjust the bindings to allow it and avoid the following schema warning: usb@10024000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx27-usb'] is too short Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230924160351.692867-1-festevam@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
358ad297e3
commit
0e650c94a4
@@ -15,6 +15,7 @@ properties:
|
||||
oneOf:
|
||||
- enum:
|
||||
- chipidea,usb2
|
||||
- fsl,imx27-usb
|
||||
- lsi,zevio-usb
|
||||
- nvidia,tegra20-ehci
|
||||
- nvidia,tegra20-udc
|
||||
|
||||
Reference in New Issue
Block a user