Re: [PATCH] dt: spi: fsl-imx-cspi: add explicit compatible strings and required clock properties

2015-03-05 Thread Mark Brown
On Wed, Mar 04, 2015 at 02:12:58PM -0500, Matt Porter wrote: > 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,-cspi" or "fsl,-ecspi". Fix this > by enumerating the set of valid compatible strings.

[PATCH] dt: spi: fsl-imx-cspi: add explicit compatible strings and required clock properties

2015-03-04 Thread Matt Porter
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,-cspi" or "fsl,-ecspi". Fix this by enumerating the set of valid compatible strings. The binding is also missing the clocks/clock-names properties so do