From patchwork Wed Jun 27 07:39:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 935334 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="YCvQutA5"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41Fvvf5jzPz9s1B for ; Wed, 27 Jun 2018 17:40:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753421AbeF0Hjr (ORCPT ); Wed, 27 Jun 2018 03:39:47 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:37443 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753414AbeF0Hjo (ORCPT ); Wed, 27 Jun 2018 03:39:44 -0400 Received: by mail-wm0-f68.google.com with SMTP id n17-v6so3781280wmh.2 for ; Wed, 27 Jun 2018 00:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WXtqsHhITjNwa9rI9Bpj3HzsftH5uPu7ofohuvSLUF0=; b=YCvQutA5FSg/1lgh8zGylYlbnf0xE9O5flZn0hmFJponXdPsjTBIAEoRRafo9OdBk3 CzAkKxrz8U17NheJH1PLbph+bWwiJ1w4pVjNcsXRG9IvQgVc1WhWpOYSr0Q8VkWyaNV3 JVsjZAiikmjWfwlA2LQ3fV+0cboSICGj022kBFCD9EuVd/laFeof4//g3Kkk1BK8yiVu UbzoGlR/wutnYqiLcJCIUcugs7gE7X8S7B9Tc8HWu7PJLtZTPfi/jS2X9I5WIK3TlSAj SaeuxZpAYfP64xaM0d8axgNSoqwemEwiMU0Wb+kc06mVvytbWEb2eTiVGqxwSl4ut+Mg a77A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WXtqsHhITjNwa9rI9Bpj3HzsftH5uPu7ofohuvSLUF0=; b=XZbUNket3hUoq54jU1Mo22jOfejCbVcYUXjepnugpTbkXSmJ4CGtc0gEFnV/k4OL1c 6/InKsb3ViVmQiK8nd/1YkGLGzVat10H3QTphlpP8/2N1UzDW1KvyhbuuYNVWX2+jmqn N7OOyKlq2I/iUHaopa7IQbiyJE52y+XXpsi2Cvw6FkEgck/GmnBP8nlOSgX6X0F8HFBo aU+PMnnUrPsjb3xrR0+M/HPRHk/PZVlS+4WLFRD/DUhhakqFcM+WyKj4icA+RCJKPHEz +TJrbTozCq/VgBk10V2asTp0HxjxhKUQ+YLdLxpTHzPENFj6fiqh7JW5zoPQSTwu13lV ST0g== X-Gm-Message-State: APt69E2cXhL46HMfg7c8AJ8JwJSUV1ru0mnQPb5rLTOBt9qpZEfAn1z4 EgVAynWtiVaOr45UgiW9zmsCsA== X-Google-Smtp-Source: AAOMgpd6vGkCqwwyddjw67ItYX2yD2N9VepyDDd7Wa0GDtzmiLDGALqypM6PL1QlW7PMc+nFDGAd0g== X-Received: by 2002:a1c:8893:: with SMTP id k141-v6mr4009249wmd.133.1530085183413; Wed, 27 Jun 2018 00:39:43 -0700 (PDT) Received: from boomer.baylibre.local ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id m58-v6sm5852169wrf.61.2018.06.27.00.39.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 27 Jun 2018 00:39:42 -0700 (PDT) From: Jerome Brunet To: Mark Brown , Liam Girdwood Cc: Jerome Brunet , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org Subject: [PATCH v2 1/2] ASoC: tas571x: add tas5707 compatible Date: Wed, 27 Jun 2018 09:39:36 +0200 Message-Id: <20180627073937.29912-2-jbrunet@baylibre.com> X-Mailer: git-send-email 2.14.4 In-Reply-To: <20180627073937.29912-1-jbrunet@baylibre.com> References: <20180627073937.29912-1-jbrunet@baylibre.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the tas5707 to the available compatibles of the tas571x driver Signed-off-by: Jerome Brunet --- Documentation/devicetree/bindings/sound/tas571x.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sound/tas571x.txt b/Documentation/devicetree/bindings/sound/tas571x.txt index b4959f10b74b..7c8fd37c2f9e 100644 --- a/Documentation/devicetree/bindings/sound/tas571x.txt +++ b/Documentation/devicetree/bindings/sound/tas571x.txt @@ -7,6 +7,7 @@ powerdown (optional). Required properties: - compatible: should be one of the following: + - "ti,tas5707" - "ti,tas5711", - "ti,tas5717", - "ti,tas5719",