Received: by 10.223.185.116 with SMTP id b49csp3484846wrg; Mon, 19 Feb 2018 00:22:34 -0800 (PST) X-Google-Smtp-Source: AH8x225tt+HdPN0k+MMahNBGN/MrYSsx0t7n4/nKFIHTIAW3RUHqWsjl27RSSS/dXTtxXR2lSDiU X-Received: by 2002:a17:902:a70e:: with SMTP id w14-v6mr2200192plq.383.1519028554771; Mon, 19 Feb 2018 00:22:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519028554; cv=none; d=google.com; s=arc-20160816; b=uM5UUFDzKG2xmbDLcfVVD5wfmRrhX/jmIDT85LV8BOIF4MUThBEhyh0Y0+pQJdz67q pDkiPUKpc/4AnSVvkBFAwlyJFoI3Yz5H2xvaj+MQWFQKjtvrvtOV3vJJcbFZGLe5flQn HT+5NFdNrV3d/s6SsepUkjZ3IQ9yZPFlteWylosT08VdPYamOGkhWCkz3ZYjuGVVTphg lRSSbjlkpE8W5l+7D74cp+3W5UqXdTxPBZDnD8Q+VvrO8sDcXpWmXfJgUhybyI0weyzb usCreZc7iMcjny4UY+1NSXGXYC1Lwv7iZhe2/GkpRZQmT/ejUEUpTutle06Co082tskk MyEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:arc-authentication-results; bh=dTJJf3u5KHd9DRm9Zq/Q3URVGbXszO3Bj8P6PkI6ZY8=; b=Ib6OPg3RvixLcKGD8exL5Ex/UpTWcGU0xiFMgVy0cqR/nCOmDXqIt/EHV3T3xQCnc0 yINwgNqrBKnqFcipnkhzUzruRQC55wAr9SP7Ry8ruyfp/YA6wV5J5NhyzwAuaMJYta5l spSzyDvzi5EmeiMlIVxFflsPDKRYxevWahmUoNY5qPIGzdDqA+mBh9RZTVG2q2m5SvXN h2Xrwf7o7SxVh+1iNm9h7L9oA5uO8yWQ737npIdbYYDxYt3Xql6jxZV92DX11MwafQrJ bNocau/oZ2sQxCZ/ZE27N1LFAR+bHE9mu49uzQgZZxluqUXzQNDFpWLEBkYrv/X97zbM TjKw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o14-v6si4456928pli.183.2018.02.19.00.22.20; Mon, 19 Feb 2018 00:22:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514AbeBSIUr (ORCPT + 99 others); Mon, 19 Feb 2018 03:20:47 -0500 Received: from vegas.theobroma-systems.com ([144.76.126.164]:56163 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751760AbeBSITC (ORCPT ); Mon, 19 Feb 2018 03:19:02 -0500 Received: from [86.59.122.178] (port=46472 helo=blau.lan) by mail.theobroma-systems.com with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1engf5-0001N0-Ty; Mon, 19 Feb 2018 09:19:00 +0100 From: Klaus Goger To: linux-rockchip@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Heiko Stuebner , Klaus Goger Subject: [PATCH v3 0/2] arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou Date: Mon, 19 Feb 2018 09:18:52 +0100 Message-Id: <20180219081855.34400-1-klaus.goger@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enables the audio codec on the Haikou Baseboard when used with a RK3399-Q7. Changes in v3: - split i2s0 move from rk3399-puma-haikou.dts to rk3399-puma.dtsi into it's own patch - use dasheѕ in node names - added missing vin-supply properties to regulators had to add an additional regulator to model this correctly - simple overwrite pins in i2s0_2ch_bus instead of deleting and redefining the node Changes in v2: - reordered entries as suggested in review - removed a conflicting i2s definition in rk3399-puma-haikou.dts i2s0 was already enabled in rk3399-puma.dtsi as it should be, so reuse it and fix the incorrect rockchip,*-channels values - add a patch to the series that definies a generic i2s0-2ch-bus - overwrite the generic pin definition of i2s0-2ch-bus with a specific one used in the Haikou with RK3399-Q7 setup Klaus Goger (2): arm64: dts: rockchip: move i2s0 node from baseboard to SoM arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 71 +++++++++++++++++++--- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 22 +++++++ 2 files changed, 85 insertions(+), 8 deletions(-) -- 2.11.0