commit | 32e15ff7d518ddbcdfcbdb6d392b060160cd1a04 | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Tue Jul 02 12:26:18 2024 +0200 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Jul 06 09:25:00 2024 -0300 |
tree | e984e164b63fd14b2272a5798d11ffe5bab98b1d | |
parent | a1d6ea8e3280a23657472c03c98b2beba2c6c3cf [diff] |
clk: imx: Fix wrong flags assignment clk-composite-93 The mux flags (u8), div flags (u8), and gate flags (u8) are not the clk flags (unsigned long). They have different meanings Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>