Re: [PATCH 02/14] bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init

From: Rob Herring
Date: Sun Mar 31 2019 - 02:42:06 EST


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>