From patchwork Mon Aug 1 17:10:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 73120 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2809725qga; Mon, 1 Aug 2016 10:17:00 -0700 (PDT) X-Received: by 10.66.194.198 with SMTP id hy6mr34246246pac.23.1470071820757; Mon, 01 Aug 2016 10:17:00 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 125si35959128pfg.112.2016.08.01.10.17.00; Mon, 01 Aug 2016 10:17:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754547AbcHARQl (ORCPT + 7 others); Mon, 1 Aug 2016 13:16:41 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:34935 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754529AbcHARQg (ORCPT ); Mon, 1 Aug 2016 13:16:36 -0400 Received: by mail-wm0-f54.google.com with SMTP id f65so378433232wmi.0 for ; Mon, 01 Aug 2016 10:16:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=eYCv2JV2k7s9Q//GIdszwYB9vPp63pxGqJacgFhbUUk=; b=CqPbNCHIC3KFJU/+HLmLSejzWG9ON+IpPa1v7o4T0VajmX2AEr4YiZ70geVSj6oaiN 8tF9inOvRCOdXN64zldGhEeDf9x34M1NrqAH5Ao9ctj4fmNZXOwK/Qg+YoDcqVoFu9ou YlnStyuGGWiAfbZSaG3uyz9n+vI9MKU7KWBag= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=eYCv2JV2k7s9Q//GIdszwYB9vPp63pxGqJacgFhbUUk=; b=SruyyLpmUlPW+X7Axu2hI9e/85tX9GjN6VdHQoUkKch1UtHmamhkdVHt+EIB/dsFDJ qfu6hY4sw8CPyd5M7UEPiXzpMwKtpilyPfrma4ku4tRYvJy4/8mzfBcMmzxL24sjxsWw 52WoYmhnyFlWOcs+2KR9rhnzTYySP05on7eY7zd/UqebYnp1fPSV3Ob3A4jZzzgl0ks9 pXSJ0FGrlZgrONAXq8ylgpHdGszf7l7qpGMmREIRchPNTBw2trSVVbDBBABGRXl0j4q6 pvWKit08qU9FCGrV8q7jYIAGOdemjnMpbi59q0vKrYH4hf2SLpYMN7tnnCXQNfy5fFUR LzOQ== X-Gm-Message-State: AEkoouu8eHWFtiAfNSJUkM6brq+CiMe41LP8HXljmvyKt3f0Vr2azorZQjVL41h4SVu0QJfo X-Received: by 10.194.11.102 with SMTP id p6mr51632903wjb.104.1470071482005; Mon, 01 Aug 2016 10:11:22 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust5583.18-1.cable.virginm.net. [86.31.181.208]) by smtp.gmail.com with ESMTPSA id q23sm17974749wme.17.2016.08.01.10.11.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 01 Aug 2016 10:11:21 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, patrice.chotard@st.com, ohad@wizery.com, bjorn.andersson@linaro.org Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org, Arnaud Pouliquen Subject: [PATCH v7 13/16] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node Date: Mon, 1 Aug 2016 18:10:50 +0100 Message-Id: <1470071453-10730-14-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1470071453-10730-1-git-send-email-peter.griffin@linaro.org> References: <1470071453-10730-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch adds the dt node for the internal audio codec IP. Signed-off-by: Arnaud Pouliquen Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407-family.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 45cab30..d1258d5 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -873,5 +873,12 @@ <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, <&clk_s_c0_flexgen CLK_EXT2F_A9>; }; + + sti_sasg_codec: sti-sasg-codec { + compatible = "st,stih407-sas-codec"; + #sound-dai-cells = <1>; + status = "disabled"; + st,syscfg = <&syscfg_core>; + }; }; };