From patchwork Wed Mar 25 16:26:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 11458317 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E4C6815AB for ; Wed, 25 Mar 2020 16:26:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C350120714 for ; Wed, 25 Mar 2020 16:26:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pao6ELjY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C350120714 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gateworks.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=aaC1H7AW5Cf2FgpOf1c3urrX2y9aIv7idHVfQP8S1Fo=; b=pao6ELjYKN1novt9n5/CoW6Gb9 NqT+mUUF072L0yCuDgCmZ9DsaGMXydWRD6VZW9U4frTEpCx7yhkKmjSsMQ8uLTsr4ekK/8Tv2HoW2 aiqTAQ8Oh3EVTJSxpgljNxgQWWPi9fNZ39cWN4yfzIItzs8YHcZl2XS4SNfTt7wZ2JU6d/UDiEbZW 1aGE+DU2Sio6sGWfizr9ZYg60rHeqMSrNWzKaYSHAfjjurjsHaOszoys7gUfps2G4hnva+gKYmaBf VOvp4t6pcW7HAV2I87bs2OPrTft8qUhwTy2SqRLIGg6C2Syxw/nyo02+Y8b97muGEEQ2zLYRhMg/5 1kbk93Eg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jH8rX-0006fQ-V1; Wed, 25 Mar 2020 16:26:39 +0000 Received: from lists.gateworks.com ([108.161.130.12]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jH8rV-0006f6-Rz for linux-arm-kernel@lists.infradead.org; Wed, 25 Mar 2020 16:26:39 +0000 Received: from 68-189-91-139.static.snlo.ca.charter.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by lists.gateworks.com with esmtp (Exim 4.82) (envelope-from ) id 1jH8ss-0003Ch-JQ; Wed, 25 Mar 2020 16:28:02 +0000 From: Tim Harvey To: Shawn Guo , Sascha Hauer Subject: [PATCH v2] ARM: dts: imx: fix audio SSI on GW551x Date: Wed, 25 Mar 2020 09:26:22 -0700 Message-Id: <1585153582-21127-1-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1584651135-29266-1-git-send-email-tharvey@gateworks.com> References: <1584651135-29266-1-git-send-email-tharvey@gateworks.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200325_092637_944000_D7FBA353 X-CRM114-Status: GOOD ( 10.15 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Tim Harvey , Rob Herring , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The audio codec on the GW551x routes to ssi1 Signed-off-by: Tim Harvey --- v2: fix typo in commit short desc arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi index c38e86e..8c33510 100644 --- a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi @@ -110,7 +110,7 @@ simple-audio-card,frame-master = <&sound_codec>; sound_cpu: simple-audio-card,cpu { - sound-dai = <&ssi2>; + sound-dai = <&ssi1>; }; sound_codec: simple-audio-card,codec {