Message ID | 20171215180900.3243-1-tony@atomide.com |
---|---|
Headers | show |
Series | Update ti-sysc driver to use dts for capabilities | expand |
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". > 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@atomide.com> > --- > 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@kernel.org>
* Rob Herring <robh@kernel.org> [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@atomide.com> > > --- > > 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@kernel.org> Thanks for looking, Tony