From patchwork Wed Jul 6 08:54:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9215799 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 9BCD160572 for ; Wed, 6 Jul 2016 09:00:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8AD81285A8 for ; Wed, 6 Jul 2016 09:00:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7F7AF287A4; Wed, 6 Jul 2016 09:00:04 +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 B1278285A8 for ; Wed, 6 Jul 2016 09:00:02 +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 1bKies-0006k8-DS; Wed, 06 Jul 2016 08:58:14 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bKicD-0003TM-Ph for linux-arm-kernel@bombadil.infradead.org; Wed, 06 Jul 2016 08:55:29 +0000 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]) by merlin.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bKicC-0004kx-4o for linux-arm-kernel@lists.infradead.org; Wed, 06 Jul 2016 08:55:28 +0000 Received: by mail-wm0-x22b.google.com with SMTP id r201so183458991wme.1 for ; Wed, 06 Jul 2016 01:55:06 -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=b5TOoqYnAVJIj2KoyJs1IDFdxG76NvTXrcYuWzxfjtk=; b=fypzEeLsu5ubZgEsC0G5bD0QAjdwFkExVUGl11ADz41I0iOcVXOCaTcBwTqEnPdknx bK/4NjvwfHu5+A3dV1zhxr7Vx5rfUjM2QPnjEKzQtLS6EYoGadvm88vnBpRrlmBHNXtm mvwscgfenqzbWA/M38r7yQY6BVHSTPf1fyRMU= 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=b5TOoqYnAVJIj2KoyJs1IDFdxG76NvTXrcYuWzxfjtk=; b=Qj1as2VGe1ZEL/o2RnC4y4JfrwoavgcLsi7QflpmtgRXA6xzKOmW88NEJDAwqkIYa3 kR3oIKVIwGTFClcKis1C4cSbs2dUA7Oxy0n2ksBXTH0ktVLRjktZ9+SM7uY7SIrpBMUS PRMQj038PohNYcYgrU6LtadGuN2YYhYPGGPmPtFnXEiySo31jT4yFDpf3dMjF0sM4aSl VqLDeDW1rn/zEkiOlTozrX2TNA0RkYcmPPdE5q9vhMrhQ8ks60xiIxcLVGYZMjEI7XUZ LTsDkYBsUl49hAAajlYe2t2FjEyDc4kQIjNpZjpTV+2tbo8g4XVyDgwVuRAjCy6xoXs+ YaTQ== X-Gm-Message-State: ALyK8tLfuQiQoVBytxVzNhmsgb8fWcDtRE6zA+PdcH7Gs7dU8qm/0QDPjJrw5JgRsTqWPyNW X-Received: by 10.194.157.38 with SMTP id wj6mr14720862wjb.75.1467795304147; Wed, 06 Jul 2016 01:55:04 -0700 (PDT) Received: from localhost.localdomain (cpc84731-aztw28-2-0-cust112.18-1.cable.virginm.net. [82.37.67.113]) by smtp.gmail.com with ESMTPSA id 66sm5363803wmg.23.2016.07.06.01.55.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jul 2016 01:55:03 -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, bjorn.andersson@linaro.org, ohad@wizery.com Subject: [PATCH v6 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Date: Wed, 6 Jul 2016 09:54:33 +0100 Message-Id: <1467795276-21725-16-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> References: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160706_045528_317253_EA815A0A X-CRM114-Status: GOOD ( 11.01 ) 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: peter.griffin@linaro.org, dmaengine@vger.kernel.org, lee.jones@linaro.org, Arnaud Pouliquen , devicetree@vger.kernel.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 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d263c96..bdddf2c 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -956,5 +956,31 @@ st,version = <5>; st,mode = "SPDIF"; }; + + sti_uni_reader0: sti-uni-reader@0 { + compatible = "st,sti-uni-reader"; + status = "disabled"; + #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>; + }; + + sti_uni_reader1: sti-uni-reader@1 { + compatible = "st,sti-uni-reader"; + status = "disabled"; + #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>; + }; }; };