Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1102669pxb; Fri, 26 Feb 2021 02:35:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJwkqrHSJ6G1/V2YcRdshGhjZ3ST95x1bnpRSH/Xw150j31FRnSQ7bQ3tt9obkHln4E/Zh6A X-Received: by 2002:aa7:c044:: with SMTP id k4mr2506585edo.47.1614335733119; Fri, 26 Feb 2021 02:35:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614335733; cv=none; d=google.com; s=arc-20160816; b=U9leH2mQ4HEOWniO9RDKu5BpWZKKAVnIkrcgN2iG2xLE9jr4NVPI1BFLSguLlZarqq Mxz0UGAfzGGgRB9PlxE2TPk4SbOrN/VDHw0syBzDrg7o8MbOT9DeZZtBdIfqANGBQDP7 0MX1s8ZqPwhSXtYJgMLYU/PL/y9ofIQjI0uGQPVN7MjOYYpq/0reiadjJZThlQtdbrK9 pIZ0f0CKlEQfJWjEhwOt0W5FRFRgFo3PihG933sMXgVeVacN5Fz6h6l1WBGVq9O5G5Jc MLRljw/yDDOxu9vbKcglCItPPW75hupwt1lmrZWcz2CmwFP/Y9nNclSJFyV+l06w8pwX /X5g== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=iTILyUzClw8VQDt9tf94uzlOHOWa1ukX+olCMoSCeMo=; b=PPDyVl6xTJ2cbZv0PKjckW5emWg6r55yM8I7EYTKwtQ8INpv0LL5jIBMT5PYZQRgcq IKIzYZ/YrzhdN4HM0s151vNBwSbeYj1hxtUQytqNDwKf0qCNYPfGGRWJaitG/kDjpUpc zte5WEZ4GK8BCmm7YF0FG6UU5n2R6kly+zlQ0/0VYkrvav61mL4fzLBCrBEv9TgKJgBd aZpyhg8G9uVo3xo2gBS0rxr4OmyveICYpWtj1ztjDm02EjburI/+43eptUNBBxSs3Ewn R5YogsJBUlAC7QoiNsVnMyxJxS/j3g2hPSaUYVxLE4bP2jl4pVO/AK6XEZzVpC4Q4nNS BWbQ== 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 f8si5607920ejf.3.2021.02.26.02.35.10; Fri, 26 Feb 2021 02:35:33 -0800 (PST) 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 S230512AbhBZKcG (ORCPT + 99 others); Fri, 26 Feb 2021 05:32:06 -0500 Received: from mail.manjaro.org ([176.9.38.148]:51474 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230444AbhBZKbV (ORCPT ); Fri, 26 Feb 2021 05:31:21 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 8E1293DC0E31; Fri, 26 Feb 2021 11:30:30 +0100 (CET) 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 CGEMCot-z218; Fri, 26 Feb 2021 11:30:28 +0100 (CET) From: Tobias Schramm To: Maxime Ripard , Chen-Yu Tsai Cc: Rob Herring , Jernej Skrabec , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH 3/3] ARM: dts: sun8i: V3/S3: add i2s peripheral Date: Fri, 26 Feb 2021 11:30:28 +0100 Message-Id: <20210226103028.729172-4-t.schramm@manjaro.org> In-Reply-To: <20210226103028.729172-1-t.schramm@manjaro.org> References: <20210226103028.729172-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 V3 and S3 SoCs feature an i2s peripheral identical to that of the H3. Add it to the dts. Signed-off-by: Tobias Schramm --- arch/arm/boot/dts/sun8i-v3.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-v3.dtsi b/arch/arm/boot/dts/sun8i-v3.dtsi index c279e13583ba..17ea6b8f091f 100644 --- a/arch/arm/boot/dts/sun8i-v3.dtsi +++ b/arch/arm/boot/dts/sun8i-v3.dtsi @@ -30,3 +30,18 @@ uart1_pg_pins: uart1-pg-pins { function = "uart1"; }; }; + +&soc { + i2s0: i2s@1c22000 { + #sound-dai-cells = <0>; + compatible = "allwinner,sun8i-h3-i2s"; + reg = <0x01c22000 0x400>; + interrupts = ; + clocks = <&ccu CLK_BUS_I2S0>, <&ccu CLK_I2S0>; + clock-names = "apb", "mod"; + dmas = <&dma 3>, <&dma 3>; + dma-names = "rx", "tx"; + resets = <&ccu RST_BUS_I2S0>; + status = "disabled"; + }; +}; -- 2.30.1