Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754456AbdDFWW0 (ORCPT ); Thu, 6 Apr 2017 18:22:26 -0400 Received: from gloria.sntech.de ([95.129.55.99]:37192 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbdDFWWU (ORCPT ); Thu, 6 Apr 2017 18:22:20 -0400 From: Heiko Stuebner To: Wadim Egorov Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM Date: Fri, 07 Apr 2017 00:21:43 +0200 Message-ID: <2316800.SYqXzj6arr@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1491483866-18368-1-git-send-email-w.egorov@phytec.de> References: <1491483866-18368-1-git-send-email-w.egorov@phytec.de> 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 Content-Length: 721 Lines: 23 Am Donnerstag, 6. April 2017, 15:04:24 CEST schrieb Wadim Egorov: > The phyCORE-RK3288 is a SoM (System on Module) containing a RK3288 SoC. > The module can be connected to different carrier boards. > It can be also equipped with different RAM, SPI flash and eMMC variants. > The Rapid Development Kit option is using the following setup: > > - 1 GB DDR3 RAM (2 Banks) > - 1x 4 KB EEPROM > - DP83867 Gigabit Ethernet PHY > - 16 MB SPI Flash > - 4 GB eMMC Flash > > Signed-off-by: Wadim Egorov applied all 3 for 4.12 . One minor change was making the touchscreen node name in patch2 read touchscreen@44 Same rationale as before, nodes should be named after the device-category Heiko