Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4227551ybh; Tue, 6 Aug 2019 08:15:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqxzuNax+qlf222/oAQdkQDoiXaUQXwEo+qClh9zbJt3lboANuccHIAi3XzOdCZ1cvuCwBTZ X-Received: by 2002:a17:902:a606:: with SMTP id u6mr3411432plq.275.1565104516244; Tue, 06 Aug 2019 08:15:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565104516; cv=none; d=google.com; s=arc-20160816; b=RT9Ktp0+Q1t6UWPVrP5gO0IqjSYluLkbddNMfcAlWw+/TVi541XTEdAwJXS7OUQJ5P IFq9e6N8Q+AstK/y+2kzUr/6w5Jfscsbo7V9X0CAHuRUXqDFN/Isnq5f5PLgEpBeTqOT pxrPULGTE0Wa4Q9gVH1FJaM1zH4oxvveVYI1Co2eheIxR81p656jBXhoAltR87MlWRET S110h1Y+nsrtSvu5zOk8UNzgSJX1LLZMj/PUMlrCSi9sH+qsFlOKEnfZEqTnWmLaeLaz GME61ac7wve6Mh6vClakq+csecjOWB5dCAw4kPQCBr2Y3wAu3G9z1MLcI+W7In3bjsxX BYzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=D9k/muSgEonzjcFZa++AhySPcCtue+7BGUTqnH0aAmE=; b=xxxSiENKXyx7Qm8B2n1h/Shxh6E4R2+tTNGwu2DFgizEEGlIKQ9y0Rc9gr9WKlQu54 JfXMXLG/C2z8OPz042gtKobc7D3n+ZC5wGsEWYnugFO/2u4q0/+dWYD6ru3HWtSgmrIX Sca9wUwPLGV5wbTNSzE6YwPl+0R4zZD3HL0bSWqmYaIrdpJGktzHQbkg16WEF9yH9H3w aDJ3biyeUSeOZQ03SoPtHItfUDsootvMQ/54gFZTLS5EG3DegjE5t5ooA3py2E5D+bfz hlUF+vcS3oV+jAC6J97dkKNHExbXp0tbp1GlH1cSrj9oPcdRYWU4H9cU7kEnMZq6gafK pVYA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 37si39118690pgz.39.2019.08.06.08.15.00; Tue, 06 Aug 2019 08:15:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731450AbfHFPMi (ORCPT + 99 others); Tue, 6 Aug 2019 11:12:38 -0400 Received: from inva020.nxp.com ([92.121.34.13]:55750 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732836AbfHFPMf (ORCPT ); Tue, 6 Aug 2019 11:12:35 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 1C7CE1A01F6; Tue, 6 Aug 2019 17:12:34 +0200 (CEST) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 0FB301A01F0; Tue, 6 Aug 2019 17:12:34 +0200 (CEST) Received: from fsr-ub1864-103.ea.freescale.net (fsr-ub1864-103.ea.freescale.net [10.171.82.17]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id 26E0A205DD; Tue, 6 Aug 2019 17:12:33 +0200 (CEST) From: Daniel Baluta To: broonie@kernel.org Cc: l.stach@pengutronix.de, mihai.serban@gmail.com, alsa-devel@alsa-project.org, timur@kernel.org, shengjiu.wang@nxp.com, angus@akkea.ca, tiwai@suse.com, nicoleotsuka@gmail.com, linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh@kernel.org, Daniel Baluta Subject: [PATCH v3 5/5] ASoC: dt-bindings: Introduce compatible strings for 7ULP and 8MQ Date: Tue, 6 Aug 2019 18:12:14 +0300 Message-Id: <20190806151214.6783-6-daniel.baluta@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190806151214.6783-1-daniel.baluta@nxp.com> References: <20190806151214.6783-1-daniel.baluta@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For i.MX7ULP and i.MX8MQ register map is changed. Add two new compatbile strings to differentiate this. Signed-off-by: Daniel Baluta --- Documentation/devicetree/bindings/sound/fsl-sai.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt b/Documentation/devicetree/bindings/sound/fsl-sai.txt index 2e726b983845..e61c0dc1fc0b 100644 --- a/Documentation/devicetree/bindings/sound/fsl-sai.txt +++ b/Documentation/devicetree/bindings/sound/fsl-sai.txt @@ -8,7 +8,8 @@ codec/DSP interfaces. Required properties: - compatible : Compatible list, contains "fsl,vf610-sai", - "fsl,imx6sx-sai" or "fsl,imx6ul-sai" + "fsl,imx6sx-sai", "fsl,imx6ul-sai", + "fsl,imx7ulp-sai" or "fsl,imx8mq-sai". - reg : Offset and length of the register set for the device. -- 2.17.1