From patchwork Mon Sep 5 13:16:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9313903 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6B688607D3 for ; Mon, 5 Sep 2016 13:25:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5C75728A9E for ; Mon, 5 Sep 2016 13:25:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 50F5228AA4; Mon, 5 Sep 2016 13:25:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2411528AA3 for ; Mon, 5 Sep 2016 13:25:34 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bgtsQ-0005fW-GI; Mon, 05 Sep 2016 13:23:54 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bgtmc-0007sS-Ns for linux-arm-kernel@lists.infradead.org; Mon, 05 Sep 2016 13:17:56 +0000 Received: by mail-wm0-x234.google.com with SMTP id w12so41033989wmf.0 for ; Mon, 05 Sep 2016 06:17:34 -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=7LJTZClbLE1oB4LgN1lrX20u/sw4hpnc0cWcEXTsEvQ=; b=ZdAsBcJDjKXaSLP2IDBXmEnjwz6ta6ME9wqdxcUM5TYVwg+kNuuDdTKTOsQ5I1QuAA RYW6gNyWawkRb7061A1WaWkf1AHJOHnX8KhknkskQDcgFovI7AxI7+qgb1yND2gL9pIV djdCoGrEixQzux3tYaPoPNAHalcmWECHzesGs= 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=7LJTZClbLE1oB4LgN1lrX20u/sw4hpnc0cWcEXTsEvQ=; b=FrAGy5TKBc48IRzBtFd9DOBTcox9V2XsjcNWr7jkLL5jMOiKnIDfAb6I2m10zZBtXs WLx61dJuJaeZHHTa5MEZ8qB1CrWcJFTwKeXA577k2/1blf9NZINxXMSVlWmoBTPPfZJE pUmvy0URHEE+gJqLmohVj3drQ2a1SeA9OkomYI9EN2xLS06hDyvyVCeZFiJvqI34wUKO jIZB8PbMaquaWASFztsB+oPqZddoN5E3hcr3BqwDqvZTMjK4lNcl+dcQ39rNIcRoLyVx lxLv1fvExwMjeUJ+xCcM6QoSSAko4hvunHtcuCkxffEy0/ndwm2jIKjbqQD4yoQ8meBW /YwQ== X-Gm-Message-State: AE9vXwOjSPemwDXpKTzgFMUak13ta0xwIUnozW9Xe96J7jJ8vRvulR+4neGN4BehRXf+U72C X-Received: by 10.194.233.227 with SMTP id tz3mr3463844wjc.106.1473081452998; Mon, 05 Sep 2016 06:17:32 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id ub8sm27750982wjc.39.2016.09.05.06.17.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 06:17:32 -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, dan.j.williams@intel.com, airlied@linux.ie, kraxel@redhat.com, ohad@wizery.com, bjorn.andersson@linaro.org Subject: [PATCH v9 15/19] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Date: Mon, 5 Sep 2016 14:16:57 +0100 Message-Id: <1473081421-16555-16-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473081421-16555-1-git-send-email-peter.griffin@linaro.org> References: <1473081421-16555-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160905_061755_033729_FC988CF4 X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Arnaud Pouliquen , linux-remoteproc@vger.kernel.org, dri-devel@lists.freedesktop.org, virtualization@lists.linux-foundation.org, peter.griffin@linaro.org, dmaengine@vger.kernel.org, lee.jones@linaro.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the DT node for the uniperif reader IP block found on STiH407 family silicon. Signed-off-by: Arnaud Pouliquen Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407-family.dtsi | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 1edc36c..883019a 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -960,5 +960,33 @@ status = "disabled"; }; + + sti_uni_reader0: sti-uni-reader@8d83000 { + compatible = "st,sti-uni-reader"; + #sound-dai-cells = <0>; + st,syscfg = <&syscfg_core>; + reg = <0x8d83000 0x158>; + interrupts = ; + dmas = <&fdma0 5 0 1>; + dma-names = "rx"; + dai-name = "Uni Reader #0 (PCM IN)"; + st,version = <3>; + + status = "disabled"; + }; + + sti_uni_reader1: sti-uni-reader@8d84000 { + compatible = "st,sti-uni-reader"; + #sound-dai-cells = <0>; + st,syscfg = <&syscfg_core>; + reg = <0x8d84000 0x158>; + interrupts = ; + dmas = <&fdma0 6 0 1>; + dma-names = "rx"; + dai-name = "Uni Reader #1 (HDMI RX)"; + st,version = <3>; + + status = "disabled"; + }; }; };