diff options
-rw-r--r-- | drivers/video/tegra/host/t114/t114.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/t114/t114.c b/drivers/video/tegra/host/t114/t114.c index d18d45208578..b49436d5b475 100644 --- a/drivers/video/tegra/host/t114/t114.c +++ b/drivers/video/tegra/host/t114/t114.c @@ -3,7 +3,7 @@ * * Tegra Graphics Init for Tegra11 Architecture Chips * - * Copyright (c) 2011-2012, NVIDIA Corporation. + * Copyright (c) 2011-2013, NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -149,7 +149,7 @@ static struct nvhost_device_data tegra_gr2d03_info = { {"emc", 300000000, 75 } }, .powergate_ids = { TEGRA_POWERGATE_HEG, -1 }, .clockgate_delay = 0, - .can_powergate = true, + .can_powergate = false, .powergate_delay = 100, .powerup_reset = true, .moduleid = NVHOST_MODULE_NONE, |