From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet 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> References: <20180627073937.29912-1-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by alsa0.perex.cz (Postfix) with ESMTP id C2EF8267948 for ; Wed, 27 Jun 2018 09:39:43 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id z137-v6so4330411wmc.0 for ; Wed, 27 Jun 2018 00:39:43 -0700 (PDT) In-Reply-To: <20180627073937.29912-1-jbrunet@baylibre.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown , Liam Girdwood Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Jerome Brunet List-Id: alsa-devel@alsa-project.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", -- 2.14.4