From mboxrd@z Thu Jan 1 00:00:00 1970 From: pdeschrijver@nvidia.com (Peter De Schrijver) Date: Fri, 24 Oct 2014 11:02:40 +0300 Subject: [PATCH v1 1/5] mfd: tps65910: Convert ti, system-power-controller DT property to poweroff-source In-Reply-To: References: <1413991587-11110-1-git-send-email-romain.perier@gmail.com> <20141023081230.GK32045@tbergstrom-lnx.Nvidia.com> Message-ID: <20141024080240.GN32045@tbergstrom-lnx.Nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Oct 23, 2014 at 11:39:34AM +0200, PERIER Romain wrote: > Hi Peter, > > 2014-10-23 10:12 GMT+02:00 Peter De Schrijver : > > This breaks DT ABI stability right? An existing device tree using ti,system-power-controller won't work anymore after this patch right? I don't think that's acceptable. > > > > This is why I converted all dts which use "ti,system-power-controller" > and tps65910/tps65911 to the new property (everything is in the > patches serie). However, with an existing dtb it will no longer work, > yes. > What do you suggest ? keep these two properties in the driver ? :/ > Yes. Existing DTs should work with new kernels. So there's no other choice than leaving support for the existing property in place. Obviously DTs for new boards can use the new standardized property. Cheers, Peter.