Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp752117pxj; Fri, 14 May 2021 15:11:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyD6Rz+h3NnbduJuHF8niwcatoLyKtvYKUmILKzs224t8w1zaVotBbKy8EPXYjuFzByxQz+ X-Received: by 2002:a5e:8c0a:: with SMTP id n10mr22455394ioj.109.1621030281895; Fri, 14 May 2021 15:11:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621030281; cv=none; d=google.com; s=arc-20160816; b=YUYbLmbcjdWfveFRMVrZiroiChZBWMGYPtcUeC6llDlCLEE4Iug9HfTYmNfrpw4yoG QuaWmxKeijuIkXVVJFZIGRCb/SVXbWKDDOFcEIlVAvzwhFoz93VtEAeyhucUITXMF79e 8DlrkoKAWgrWp6ugcI89/d9y0kt+uxTKpW35q9SORfvRkU+e5gnmTm5y/SuNBDXo3CO/ w45tAU4BtTDK1yRvm7DjPG9VYZQJ1hHkTZXTG+byxeS7UN9cq6XQC0SsBSV2YSo5xaLV XdbP5oEflILj3Im2Aenm0cbJH3UL9FmnvX1u/HZUWc4wN/4xvtEmu6jd1IXVMbORCJGe KPsw== 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=446HJyOTcaFhs90p0cXyNpqreyTqHvv6aES2KVKVCl0=; b=XlyVFcgfi5BvI1nlDT6pfi2zc6rYExFaHt+i827+u7tTFhWk0XRu8EgTsYTYhZcfz5 PEFU2P5xyLYolNyMhF/TVJz32sRtgXDRFbtv16wBQAWiILBPN1wjjIss+zWg23KopNTn rT4vGCIW+T2IyIWwl1IPClJLTvkDnsVTnVqgoFwdv+ubSam9EaMAWNFkUbn59n9D2caJ 0/27GHJiOoVo4ABvfPRRhQalIAq5HXD8FDrKWiitDdsiqe+SZ/vCpyj6cebULAW9mC++ w8LHV08WiWyIrFgNoJ631SYxXdefsmMMauBINlzUF3plbZmvS9WXoUH4M/1XHpWkyGzi MMbg== 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 z11si9436315ioq.81.2021.05.14.15.11.09; Fri, 14 May 2021 15:11:21 -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 S234070AbhENNoB (ORCPT + 99 others); Fri, 14 May 2021 09:44:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234006AbhENNnu (ORCPT ); Fri, 14 May 2021 09:43:50 -0400 Received: from mail.manjaro.org (mail.manjaro.org [IPv6:2a01:4f8:150:448b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9B9AC061574; Fri, 14 May 2021 06:42:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 968C6222590; Fri, 14 May 2021 15:42:36 +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 qwnMcMQxrZeM; Fri, 14 May 2021 15:42:34 +0200 (CEST) From: Tobias Schramm To: =?UTF-8?q?Jernej=20=C5=A0krabec?= , Rob Herring , devicetree@vger.kernel.org Cc: Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH v3 0/7] Add missing peripherals to Allwinner V3s/V3 device trees Date: Fri, 14 May 2021 15:43:58 +0200 Message-Id: <20210514134405.2097464-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. This is v3 of this patchset. Cheers, Tobias Changelog: v2: - add v3/v3s specific compatible strings - fix v3s audio codec analog frontend compatible - fix an I2S -> I2C typo v3: - fix yaml list indentation in allwinner,sun8i-a23-codec-analog.yaml Tobias Schramm (7): 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 ASoC: dt-bindings: sun8i-a23-codec-analog: add compatible for Allwinner V3 ARM: dts: sun8i: V3: add codec analog frontend to V3 dts dt-bindings: sound: sun4i-i2s: add Allwinner V3 I2S compatible ARM: dts: sun8i: V3: add I2S interface to V3 dts .../sound/allwinner,sun4i-a10-i2s.yaml | 3 ++ .../allwinner,sun8i-a23-codec-analog.yaml | 9 +++-- arch/arm/boot/dts/sun8i-v3.dtsi | 31 +++++++++++++++ arch/arm/boot/dts/sun8i-v3s.dtsi | 39 +++++++++++++++++++ 4 files changed, 79 insertions(+), 3 deletions(-) -- 2.31.1