commit | 0e9e1698bc7879c33f0df71c1517ce59fe3f8c34 | [log] [tgz] |
---|---|---|
author | Michael Trimarchi <michael@amarulasolutions.com> | Sun Jul 07 10:20:00 2024 +0200 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jul 22 17:55:35 2024 -0300 |
tree | 3bc219557211b7d8cbe3427cd5bf35b405bae6bf | |
parent | a5e83048d01a6393dc4f193192ad0a0a98f44383 [diff] |
clk: imx8mm: 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>