On Thu, 03 Sep 2020 21:53:23 +0200, Krzysztof Kozlowski wrote: > The Mailbox on i.MX 8QXP (fsl,imx8qxp-mu) can also be compatible with > fsl,imx8-mu-scu (for fast IPC) so adjust the compatibles to fix > dtbs_check warnings like: > > arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml: mailbox@5d1f0000: > compatible: ['fsl,imx8-mu-scu', 'fsl,imx8qxp-mu', 'fsl,imx6sx-mu'] > is not valid under any of the given schemas (Possible causes of the failure): > > arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml: mailbox@5d1f0000: > compatible: ['fsl,imx8-mu-scu', 'fsl,imx8qxp-mu', 'fsl,imx6sx-mu'] is too long > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v1: > 1. None > --- > Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied, thanks!