From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Mon, 12 Dec 2016 10:34:23 -0600 Subject: [PATCH v2 2/2] ASoC: atmel: tse850: rely on the ssc to register as a cpu dai by itself In-Reply-To: <1481052157-23400-3-git-send-email-peda@axentia.se> References: <1481052157-23400-1-git-send-email-peda@axentia.se> <1481052157-23400-3-git-send-email-peda@axentia.se> Message-ID: <20161212163423.kwlxy56ys2o2e7nn@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 06, 2016 at 08:22:37PM +0100, Peter Rosin wrote: > This breaks devicetree compatibility, but in this case that is ok. All > affected units are either on my desk, or running an even older version > of the driver that is not compatible with the upstreamed version anyway > (and when these other units are eventually updated, they will get a > fresh dtb as well, so that is not a significant problem either). Perfect. > All of that is of course assuming that noone else has managed to build > something that can use this driver, but that seems extremely improbable. > > Signed-off-by: Peter Rosin > --- > .../bindings/sound/axentia,tse850-pcm5142.txt | 11 ++++++++--- Acked-by: Rob Herring > sound/soc/atmel/tse850-pcm5142.c | 23 +++------------------- > 2 files changed, 11 insertions(+), 23 deletions(-)