7 Aug
2015
7 Aug
'15
3:05 p.m.
On Fri, Aug 07, 2015 at 01:44:11PM +0200, Sjoerd Simons wrote:
+- compatible: should be one of the following:
- "rockchip,rk3066-spdif": for rk3066
- "rockchip,rk3188-spdif", "rockchip,rk3066-spdif": for rk3188
- "rockchip,rk3288-spdif", "rockchip,rk3066-spdif": for rk3288
The binding claims that we support these three compatibles but the driver only supports rockchip,rk3066-spdif. It's better to list all the compatibles in the binding even if they all boil down to the same thing since it's less error prone when we do start adding device specific code - people are less likely to forget to handle some variant properly.