commit | ce7344a4ebabe90e064d3e087727f45624cdc942 | [log] [tgz] |
---|---|---|
author | Nicolin Chen <nicoleotsuka@gmail.com> | Fri Aug 08 18:41:19 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Sat Aug 16 17:06:23 2014 -0500 |
tree | 7fc1b1e7364173fe1eb8eb25d69b794f6c43a65d | |
parent | 08fdf65e37d560581233e06a659f73deeb3766f9 [diff] |
ASoC: fsl_sai: Make Synchronous and Asynchronous modes exclusive The previous patch (ASoC: fsl_sai: Add asynchronous mode support) added new Device Tree bindings for Asynchronous and Synchronous modes support. However, these two shall not be present at the same time. So this patch just simply makes them exclusive so as to avoid incorrect Device Tree binding usage. Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>