Skip to content

Commit

Permalink
dt-bindings: can: flexcan: list supported processors
Browse files Browse the repository at this point in the history
The compatible is a pattern match. Explicitly list all possible values.
Also mention that the ls1028ar1 must be followed by lx2160ar1.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20201001091131.30514-2-michael@walle.cc
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Michael Walle authored and Marc Kleine-Budde committed Oct 7, 2020
1 parent f97db26 commit a62fc7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/net/can/fsl-flexcan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Required properties:

- compatible : Should be "fsl,<processor>-flexcan"

where <processor> is imx8qm, imx6q, imx28, imx53, imx35, imx25, p1010,
vf610, ls1021ar2, lx2160ar1, ls1028ar1.

The ls1028ar1 must be followed by lx2160ar1, e.g.
- "fsl,ls1028ar1-flexcan", "fsl,lx2160ar1-flexcan"

An implementation should also claim any of the following compatibles
that it is fully backwards compatible with:

Expand Down

0 comments on commit a62fc7f

Please sign in to comment.