commit | b75c015143a4a6021731ff3e36718896381be94f | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Tue Apr 19 08:33:45 2011 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Wed May 02 12:08:13 2012 +0200 |
tree | 120a964bf4213ac2180c03f138f0e749253b4db2 | |
parent | a3f6b9dbf2a964b85f0523e577807d6f63d6b29d [diff] |
ARM i.MX: Add common clock support for 2bit gate This gate consists of two bits: 0b00: clk disabled 0b01: clk enabled in run mode and disabled in sleep mode 0b11: clk enabled Currently only disabled and enabled are supported. As it's unlikely that we find something like this in another SoC create a i.MX specific clk helper for this. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>