commit | c05ebe652307d6155522d50d99af1beb54a42338 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Jun 28 19:40:55 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 01 15:32:18 2024 -0600 |
tree | dc2f4bba6f2473a8cf4bd0f410e7388e2abc88a8 | |
parent | 29771ad505a07356483a51b20d1f740d490553e0 [diff] |
clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macro Some simple MUX might require flags to specify the parent source. Implement MUX_FLAGS as a variant of the MUX macro that takes custom flags as last arg. Also implement MUX_MIXED_FLAGS for PARENT_MIXED implementation and MUX_MIXED with no additional flags. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>