commit | 47dc99fcf27c125ee811beb8c312a22199601a74 | [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 | 68775299ebfb85a2e44d8fd77fdafdd4ee81e1bf [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>