Skip to content
Commit b75c0151 authored by Sascha Hauer's avatar Sascha Hauer
Browse files

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: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent a3f6b9db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment