Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C76ADC64EC4 for ; Wed, 22 Feb 2023 08:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231238AbjBVIdW (ORCPT ); Wed, 22 Feb 2023 03:33:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231368AbjBVIdO (ORCPT ); Wed, 22 Feb 2023 03:33:14 -0500 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA4AF211CB; Wed, 22 Feb 2023 00:33:08 -0800 (PST) Received: (Authenticated sender: kamel.bouhara@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id C5F7424000C; Wed, 22 Feb 2023 08:33:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1677054787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KDE/BWKPpbi7naSnpEy52iXA2Q0Af4JEQcVomPlwwZU=; b=DvlQdk8HPLbfmm9jbmwikEJa9eR7qqMPpXNbN0XO3XcCLwq/00ZetbU/VRqz3Nb439t4C1 EVIBrhHy0eq1A86VHhSue/9hYp41qxASWyjQMH03r0au3metRF+xMJ5OGDD7sHq2s5yRFI 02KpsCng/uwcD+QfOBUB0AVZTcjGjZDZ2YSVWZVMpUTXE473cxr2AsbVPEIqtlpDEZsXR3 aUW+kMr7QWyizEDsPTPl2D3kGk6rgdioBmXPXw9VjZtBReTSOWZz7Of4rfO/aFpIuq/x2f G2QZ83aAfmHI/yjNszl/SK1rnAWrziasT3JTlNm4ZyEYi2fOMlDNGrJEvjx3TA== From: Kamel Bouhara To: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Kevin Cernekee , Jaroslav Kysela , Takashi Iwai , Hans Verkuil , Crt Mori , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Kamel Bouhara Subject: [PATCH 1/2] ASoC: tas571x: add tas5733 compatible Date: Wed, 22 Feb 2023 09:32:59 +0100 Message-Id: <20230222083300.218523-2-kamel.bouhara@bootlin.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20230222083300.218523-1-kamel.bouhara@bootlin.com> References: <20230222083300.218523-1-kamel.bouhara@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds the tas5733 to the TAS571X binding. Signed-off-by: Kamel Bouhara --- 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 7c8fd37c2f9e..1addc75989d5 100644 --- a/Documentation/devicetree/bindings/sound/tas571x.txt +++ b/Documentation/devicetree/bindings/sound/tas571x.txt @@ -12,6 +12,7 @@ Required properties: - "ti,tas5717", - "ti,tas5719", - "ti,tas5721" + - "ti,tas5733" - reg: The I2C address of the device - #sound-dai-cells: must be equal to 0 -- 2.35.1