On Mon, 25 Mar 2019 14:58:37 -0700, Tony Lindgren wrote: > We have ti,no-idle in use in addition to ti,no-idle-on-init but we're > missing handling for it in the ti-sysc interconnect target module driver. > > Let's also group the idle defines together and update the binding > documentation for it. > > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/bus/ti-sysc.txt | 2 ++ > arch/arm/mach-omap2/omap_hwmod.c | 2 ++ > drivers/bus/ti-sysc.c | 5 ++++- > include/linux/platform_data/ti-sysc.h | 5 +++-- > 4 files changed, 11 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>