From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753461AbaHMQMC (ORCPT ); Wed, 13 Aug 2014 12:12:02 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:37805 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752831AbaHMQL7 (ORCPT ); Wed, 13 Aug 2014 12:11:59 -0400 Message-ID: <53EB8E5C.3030902@wwwdotorg.org> Date: Wed, 13 Aug 2014 10:12:12 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Javier Martinez Canillas , Kukjin Kim CC: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Doug Anderson , linux-kernel@vger.kernel.org, Mark Brown , Yuvaraj Kumar C D , Olof Johansson , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/6] ARM: dts: Create fragment for tps65090 PMU References: <1407861868-20097-1-git-send-email-javier.martinez@collabora.co.uk> <1407861868-20097-2-git-send-email-javier.martinez@collabora.co.uk> In-Reply-To: <1407861868-20097-2-git-send-email-javier.martinez@collabora.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/12/2014 10:44 AM, Javier Martinez Canillas wrote: > The tps65090 is a Power Management Unit (PMU) used in several > boards so the same information is described on different DTS. > It is better to create a .dtsi fragment that can be included. To be honest, I'm not sure that this file is useful. The entire content of this file (with the exception of the compatible value and possibly the charger sub-node) needs to be repeated in any file that includes it, in order to add properties into all the nodes.