Re: [PATCH 2/9] ARM: dts: Add generic ti, sysc compatible in addition to the custom ones

From: Tony Lindgren
Date: Sat Dec 16 2017 - 14:54:33 EST


* Rob Herring <robh@xxxxxxxxxx> [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 <tony@xxxxxxxxxxx>
> > ---
> > 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 <robh@xxxxxxxxxx>

Thanks for looking,

Tony