]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00155759 [MX6]MMDC clock should be always on
authorAnson Huang <b20788@freescale.com>
Thu, 1 Sep 2011 09:07:46 +0000 (17:07 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:35 +0000 (14:09 +0200)
commitc68b8128b4ce5d325dff2592e46d29d34aa10b0f
treed082f489cecdc9508728f4b2645e8006a38b79ce
parent3511d8ccbe5ca4d90e0d4271a031b87c7059453e
ENGR00155759 [MX6]MMDC clock should be always on

1. We should enable mmdc_ch0 clock in init to make
  its usecount > 0, or ipu's parent is mmdc_ch0,
  when ipu enable/disable clock, mmdc_ch0 will be
  also enable/disable, cause system hang when disable.
2. Remove build warning of unuse variable.

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