dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 11 Nov 2020 13:05:07 +0000 (14:05 +0100)
committerRob Herring <robh@kernel.org>
Wed, 11 Nov 2020 23:10:17 +0000 (17:10 -0600)
commit49c3e714ff4391144d8bb3fa99d0b460f8dbfd86
treee64c42dc99e825f8e8dff9d5bc25f524a3675e72
parenta5bea04fcc0b3c0aec71ee1fd58fd4ff7ee36177
dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode

The fsl,stop-mode property is a phandle-array and should consist of one phandle
and two 32 bit integers, e.g.:

    fsl,stop-mode = <&gpr 0x34 28>;

This patch fixes the following errors, which shows up during a dtbs_check:

arch/arm/boot/dts/imx6dl-apf6dev.dt.yaml: can@2090000: fsl,stop-mode: [[1, 52, 28]] is too short
    From schema: Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml

Fixes: e5ab9aa7e49b ("dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml")
Reported-by: Rob Herring <robh+dt@kernel.org>
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/r/20201111130507.1560881-5-mkl@pengutronix.de
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml