]> git.baikalelectronics.ru Git - kernel.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)
commit24c1d1f88f229ceb61a824380b3eeee9726b041b
tree649d3a611ce9f27bc710b7cd924f887596cd285a
parentb7d65746744b343701de14ca433982a3229390be
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