From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754942AbcIJVvu (ORCPT ); Sat, 10 Sep 2016 17:51:50 -0400 Received: from gloria.sntech.de ([95.129.55.99]:57596 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753141AbcIJVvt (ORCPT ); Sat, 10 Sep 2016 17:51:49 -0400 From: Heiko Stuebner To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings Date: Sat, 10 Sep 2016 23:51:36 +0200 Message-ID: <3454871.4xYDbdxxdl@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.25.0; x86_64; ; ) In-Reply-To: <1473429669-6185-1-git-send-email-javier@osg.samsung.com> References: <1473429669-6185-1-git-send-email-javier@osg.samsung.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 Hi Javier, Am Freitag, 9. September 2016, 10:01:01 CEST schrieb Javier Martinez Canillas: > This series removes the inclusion of the skeleton.dtsi in all the Rockchip > dts, which allows to get rid of the DTC warnings about a mismatch between > the memory nodes' unit names and reg properties. > > Patches are pretty trivial and shouldn't cause functional changes AFAIK, > but were only built tested and dtbs compared with scripts/dtc/dtx_diff. applied all 8 to my dts branch (for 4.9 but might get delayed to 4.10 ... not sure yet) Thanks Heiko