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