Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp749149pxj; Thu, 13 May 2021 16:20:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy8hPD8GOmC2aMkFN/1MDv1zY4PwFnPwV1m56LvDHWJIX5gFGf576Wb091XGNqj35ZnWy8y X-Received: by 2002:a17:906:55cc:: with SMTP id z12mr39172378ejp.318.1620948030703; Thu, 13 May 2021 16:20:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620948030; cv=none; d=google.com; s=arc-20160816; b=ISQ6N3MtF4BioioKGZjo2t62lHi5e+a/s+SrXTi1d3FzJAZ9U3JCFAq8l7vn7UqBXm pvAmAqvgDHS6J1kisWKQ75p8zryyLUu7SeBsSUUuNylRWwKfsgVqDqAJEEujmivprnpj wzD+yScJVDyCVCUOQAEKHiSdxM0WvBJX5X2HVrFBNI5wf0LECjoUwAEQbEw7gFFtV57+ deJ0L6Wy9Kf9nvFMtpzRCnEnrT4xEzbIfIgv4UNrrhWVuQW5saDyI20XjrGogi6uGBV4 7h1nfvWeKoxb9bSplyCpzI78FG1lab2qxCJM2NMDK3RoY1B8tQCLWGkyP2sWj29tEkpN b3nA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Lp7bSXwEOFaVWoPH+YYlEhfcoiHZSI7LoibMII9vets=; b=WnpaibpPmcCJt9T//b+B0mbe/VGv1o3SVf59GfZtPfqqatI0opx9IfP6DvhGK5NsW5 yoXCyLWCxstJb9kdgPbUYlrdomMiOv/4cQz/Q/flBVM8FYKPWEMEjagF9MV1um8KzNlR xymEmd9D91dMiODCX2Nt8o0/KRXWiziWnGt4sledK7+bW+UJaTG/HdhUDxy0R8PoTeoF PFYCFYF7A9KIqzw7UxkDYqi7+PezzqDQjT8OOukX6udg8f5zbEKJ3a9AVfHOeaSiZFs/ YjOwkQGKi1uWOlxn83Tx2YeVeXei/V++qhgyZc/nN/s6B4Ct1SCRhD3j3IRJJx+lQzNU 7OLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f17si4172742edx.76.2021.05.13.16.19.58; Thu, 13 May 2021 16:20:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232159AbhEMTKU (ORCPT + 99 others); Thu, 13 May 2021 15:10:20 -0400 Received: from mail.manjaro.org ([176.9.38.148]:42400 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231221AbhEMTKT (ORCPT ); Thu, 13 May 2021 15:10:19 -0400 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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