]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: fsl-imx-cspi: add explicit compatible strings and required clock properties
authorMatt Porter <mporter@konsulko.com>
Wed, 4 Mar 2015 19:12:58 +0000 (14:12 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 5 Mar 2015 17:07:06 +0000 (17:07 +0000)
commit7f43a87e06e2f19892ff3f278e0181cbf9901b15
tree649d3a611ce9f27bc710b7cd924f887596cd285a
parentc517d838eb7d07bbe9507871fab3931deccff539
spi: fsl-imx-cspi: add explicit compatible strings and required clock properties

The fsl-imx-cspi binding contains language indicating compatible
strings to be used that is not valid for all supported parts
e.g. Should be "fsl,<soc>-cspi" or "fsl,<soc>-ecspi". Fix this
by enumerating the set of valid compatible strings.

The binding is also missing the clocks/clock-names properties
so document these and the two required ipg and per clocks.

Signed-off-by: Matt Porter <mporter@konsulko.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt