From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/9] ARM: dts: Add generic ti, sysc compatible in addition to the custom ones Date: Sat, 16 Dec 2017 11:54:19 -0800 Message-ID: <20171216195419.GI3875@atomide.com> References: <20171215180900.3243-1-tony@atomide.com> <20171215180900.3243-3-tony@atomide.com> <20171216183414.24ycqj7q2beehiiq@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171216183414.24ycqj7q2beehiiq@rob-hp-laptop> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: linux-omap@vger.kernel.org, Nishanth Menon , devicetree@vger.kernel.org, Paul Walmsley , Dave Gerlach , linux-kernel@vger.kernel.org, Tero Kristo , =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org * Rob Herring [171216 18:36]: > On Fri, Dec 15, 2017 at 10:08:53AM -0800, Tony Lindgren wrote: > > Otherwise we cannot use generic OF_DEV_AUXDATA match without listing > > all the compatibles separately for OF_DEV_AUXDATA. Let's also update the > > binding accordingly. > > Your subject has a space in "ti,sysc". Oops thanks for noticing, will fix. > > Let's also fix omap4.dtsi to use "ti,sysc-omap4-sr" compatible as we > > have documented in the binding. This was not noticed earlier as we're > > still probing SmartReflex driver with platform data. > > > > Signed-off-by: Tony Lindgren > > --- > > Documentation/devicetree/bindings/bus/ti-sysc.txt | 1 + > > arch/arm/boot/dts/dra7.dtsi | 4 ++-- > > arch/arm/boot/dts/omap4.dtsi | 20 ++++++++++---------- > > 3 files changed, 13 insertions(+), 12 deletions(-) > > Otherwise, > > Reviewed-by: Rob Herring Thanks for looking, Tony