commit | a5e83048d01a6393dc4f193192ad0a0a98f44383 | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Sun Jul 07 10:19:59 2024 +0200 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jul 22 17:55:35 2024 -0300 |
tree | e841ee4dce5b49d0cc7eb248ea8fa6038d9b6d9d | |
parent | 24685836951a1cb31558a0ea94f87aa2c0678c41 [diff] |
clk: imx8mn: Make parent names arrays const pointers The arrays containing the mux selectors need to be of const pointer to const char. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>