From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA73C433B4 for ; Thu, 13 May 2021 19:12:20 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 B9747613C1 for ; Thu, 13 May 2021 19:12:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B9747613C1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=manjaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=bJEkjy2aPxwFRos9McF1IgqjkyzY62a8fOTNGuxoeu4=; b=CzKx2sWnJxjv9kbrwzOvCCF07I 1+Mr7C7mfSbueE+BjCFu7wQhCtRbNq9iB6sO/wPdxt8nQrft9hhRiUIPOl4+qjywlTnPXiisXQjQ2 NX4gvCNjQ58HdRPwBDVS5TURhdGHc71RqPvFQ2lobMXqqLe1R7pnACG0hBgraC8WFmdE2ezhFJvuN 4TcQz19+1r+9/s1u8LsAqUcwK5KKPqIEaiCGcx7Wtic6HndjJDv7V4iCbz45d8C9MyW0yTca0cm8i iZgNGsge/T6lx+M+BFOYNbpf450NaQeAAXOLSeSR6oFSCQKIN8j0SU0OpUgcx61BoiDjAsyUzApdl 7iXYDxMA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lhGiL-006EMg-8m; Thu, 13 May 2021 19:09:41 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhGhu-006EKJ-KB for linux-arm-kernel@desiato.infradead.org; Thu, 13 May 2021 19:09:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=Lp7bSXwEOFaVWoPH+YYlEhfcoiHZSI7LoibMII9vets=; b=RA4mWxP2ejTutzgPUdyAm31mxE jjXaLURnjjFisAJv6ufAl6yUs698OE5EJcglFYd2aPEPbuA6EmKHm8DaNNZLJQ7w2HZKtk/AddQmY kImFutrbFDfPsOP++tkSvob2Kg4WLOymyZaSSOEBklKgAX4/FlCB13nqb44P8Iii5h/2QKQ/MQbSu PhzwAB8EuZFmIKawAcqtrj3dj99v7SX1mdbUPoLV6zLapKoqzteHX5SnqwzDPt4CUtV8TEi1uKlwE XjIsjktq8/RoiKsM916Zrr/3b8mave/meM1wLiuiq4AEa/A+yVTo9jqgrrsU16xuo8piNHUJMUhmF E1BKe5VA==; Received: from mail.manjaro.org ([176.9.38.148]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhGhr-00BT2g-Bd for linux-arm-kernel@lists.infradead.org; Thu, 13 May 2021 19:09:13 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id AD815221190; Thu, 13 May 2021 21:09:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kwKRxNQN1rsI; Thu, 13 May 2021 21:09:06 +0200 (CEST) From: Tobias Schramm To: Rob Herring , Maxime Ripard , Chen-Yu Tsai Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH 0/4] Add missing peripherals to Allwinner V3s/V3 device trees Date: Thu, 13 May 2021 21:09:45 +0200 Message-Id: <20210513190949.2069235-1-t.schramm@manjaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210513_120911_567496_FFCBA592 X-CRM114-Status: UNSURE ( 7.75 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The Allwinner V3s/V3 SoCs feature quite a few peripherals that have good driver support but yet are nowhere to be found in the SoCs dts. This patchset adds the DMA controller, the relevant DMA properties for all peripherals supporting DMA, the integrated analog codec and - for the Allwinner V3 SoC - also the I2S interface. I've included all of those changes in one patchset since they do all depend on addition of the DMA controller. All changes have been tested in a recent project of mine using a Sochip S3 (a rebranded Allwinner V3) and are confirmed working. Cheers, Tobias Tobias Schramm (4): ARM: dts: sun8i: v3s: add DMA controller to v3s dts ARM: dts: sun8i: v3s: add DMA properties to peripherals supporting DMA ARM: dts: sun8i: v3s: add analog codec and frontend to v3s dts ARM: dts: sun8i: V3: add I2S interface to V3 dts arch/arm/boot/dts/sun8i-v3.dtsi | 25 ++++++++++++++++++++ arch/arm/boot/dts/sun8i-v3s.dtsi | 39 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) -- 2.30.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel