From a60f85dfa6405c198f0d12c1d0851be31866159b Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Mon, 30 Sep 2013 18:20:25 -0700 Subject: ARM: tegra: clock: Preserve parent state on rate limit changes Added BUS_RATE_LIMIT flag to identify shared bus users that specify bus rate limits. Don't propagate enable/disable state to the parent bus when such users are enabled/disabled. Change-Id: I6cae2dbe73f32fede8759db080eb97b9345acbd5 Signed-off-by: Alex Frid Reviewed-on: http://git-master/r/289517 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu --- arch/arm/mach-tegra/clock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/clock.h') diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h index bda9b38cf0cc..f789da40ec6f 100644 --- a/arch/arm/mach-tegra/clock.h +++ b/arch/arm/mach-tegra/clock.h @@ -84,6 +84,7 @@ struct clk; #define ENABLE_ON_INIT (1 << 28) #define PERIPH_ON_APB (1 << 29) #define PERIPH_ON_CBUS (1 << 30) +#define BUS_RATE_LIMIT (1 << 31) #define SHARED_BUS_RETENTION (1 << 0) -- cgit v1.2.3