]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00154922 [MX6]Disable some clocks during boot
authorAnson Huang <b20788@freescale.com>
Wed, 17 Aug 2011 04:34:28 +0000 (12:34 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:29 +0000 (14:09 +0200)
commit91a92e283b3fcaf96a4c86828379c2a05a91f16b
treee5d2fe7a0f670cf0b03d0a583920ceae82e985ba
parentcc44a32a1fa0de33b265b12d012e5597652735d7
ENGR00154922 [MX6]Disable some clocks during boot

To save power, we should disable as much as possible
when kernel boot up, only leaving the necessary clocks
on, devices should enable their clock in init.This is
necessary for our MX6q, or the chip will be too hot,
may damage.

After doing this change, we can save more than 150mA@5V.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/clock.c