From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935176AbcHaOYt (ORCPT ); Wed, 31 Aug 2016 10:24:49 -0400 Received: from muru.com ([72.249.23.125]:46794 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933214AbcHaOYr (ORCPT ); Wed, 31 Aug 2016 10:24:47 -0400 Date: Wed, 31 Aug 2016 07:24:44 -0700 From: Tony Lindgren To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Mark Rutland , Rob Herring , linux-omap@vger.kernel.org, Enric Balletbo i Serra Subject: Re: [PATCH 00/23] ARM: dts: omap: Remove skeleton.dtsi usage and fix memory node DTC warning" Message-ID: <20160831142443.yevd4c6wldrprxrl@atomide.com> References: <1472639737-17586-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472639737-17586-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.6.2-neo (2016-07-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Javier Martinez Canillas [160831 03:36]: > Hello Tony, > > This series removes the usage of the skeleton.dtsi in all the OMAP 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 have been only built tested. OK will take a look today and make sure things stay working. Good to hear the solution is to remove the include of skeleton.dtsi, I was wondering what we're going to do about those warnings. Regards, Tony