Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428350
| Path | csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Xing Zheng <zhengxing@rock-chips.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] Fix and add support i2s/spdif/gmac features for RK322x SoCs |
| Date | Wed, 22 Jun 2016 04:30:01 +0200 |
| Message-ID | <rMFVL-5L3-5@gated-at.bofh.it> (permalink) |
| X-263anti-Spam | KSV:0; |
| X-Mail-Delivery | 1 |
| X-Abs-Checked | 4 |
| X-Rl-Sender | zhengxing@rock-chips.com |
| X-Fst-To | heiko@sntech.de |
| X-Sender-IP | 103.29.142.67 |
| X-Login-Name | zhengxing@rock-chips.com |
| X-Unique-Tag | <32bb39162a3aa8937b960f7c5ea88587> |
| X-Sender | zhengxing@rock-chips.com |
| X-Mailer | git-send-email 1.7.9.5 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 32 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-rockchip@lists.infradead.org, radek.dostal@streamunlimited.com, Xing Zheng <zhengxing@rock-chips.com>, devicetree@vger.kernel.org, roger.chen@rock-chips.com, Kumar Gala <galak@codeaurora.org>, linux-kernel@vger.kernel.org, Ian Campbell <ijc+devicetree@hellion.org.uk>, Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Russell King <linux@armlinux.org.uk>, linux-arm-kernel@lists.infradead.org |
| X-Original-Date | Wed, 22 Jun 2016 10:16:03 +0800 |
| X-Original-Message-ID | <1466561768-29770-1-git-send-email-zhengxing@rock-chips.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1428350 |
Show key headers only | View raw
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. Thanks. Changes in v2: - rename rk3228.dtsi to rk322x.dtsi Xing Zheng (4): ARM: dts: rockchip: rename rk3228.dtsi to rk322x.dtsi ARM: dts: rockchip: add i2s nodes for RK322x SoCs ARM: dts: rockchip: add GMAC nodes for RK322x SoCs ARM: dts: rockchip: add support rk3229 evb board arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/rk3228.dtsi | 548 +---------------------------- arch/arm/boot/dts/rk3229-evb.dts | 90 +++++ arch/arm/boot/dts/rk3229.dtsi | 45 +++ arch/arm/boot/dts/rk322x.dtsi | 708 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 845 insertions(+), 547 deletions(-) create mode 100644 arch/arm/boot/dts/rk3229-evb.dts create mode 100644 arch/arm/boot/dts/rk3229.dtsi create mode 100644 arch/arm/boot/dts/rk322x.dtsi -- 1.7.9.5
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/4] Fix and add support i2s/spdif/gmac features for RK322x SoCs Xing Zheng <zhengxing@rock-chips.com> - 2016-06-22 04:30 +0200
csiph-web