From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbcF0ToN (ORCPT ); Mon, 27 Jun 2016 15:44:13 -0400 Received: from gloria.sntech.de ([95.129.55.99]:49813 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbcF0ToM (ORCPT ); Mon, 27 Jun 2016 15:44:12 -0400 From: Heiko Stuebner To: Xing Zheng Cc: linux-rockchip@lists.infradead.org, radek.dostal@streamunlimited.com, devicetree@vger.kernel.org, roger.chen@rock-chips.com, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH v2 0/4] Add support i2s/spdif/gmac features for RK322x SoCs Date: Mon, 27 Jun 2016 21:43:58 +0200 Message-ID: <16135166.EFsm9ojsF0@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1466565413-31027-1-git-send-email-zhengxing@rock-chips.com> References: <1466565413-31027-1-git-send-email-zhengxing@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 22. Juni 2016, 11:16:49 schrieb Xing Zheng: > Hi, > We have the brother chipset product that RK3228 and RK3229, > They have many common configuration, but there are a number > of different features. In order to develop the future when they > are easy to distinguish, we need them to be independent. > And, these patchset add i2s/gmac dts nodes for RK322x SoCs, > and add the new dts file of the rk3229 evb board. applied to my dts32 branch for 4.8 with the following changes > Xing Zheng (4): > ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi we'll refrain from adding empty rk3228.dtsi files until we have actual things to fill it with. > ARM: dts: rockchip: add i2s nodes for RK322x SoCs moved i2s node to correct position according to register map > ARM: dts: rockchip: add GMAC nodes for RK322x SoCs dropped phy-mode and pinctrl settings, as rgmii <-> rmii is a per-board thing > ARM: dts: rockchip: add support rk3229 evb board again dropped the empty rk3229.dtsi, we can add that once there are additions not shared between rk3228/rk3229. Heiko