]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: imx8mn: Make parent names arrays const pointers
authorMichael Trimarchi <michael@amarulasolutions.com>
Sun, 7 Jul 2024 08:19:59 +0000 (10:19 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 22 Jul 2024 20:55:35 +0000 (17:55 -0300)
commit68775299ebfb85a2e44d8fd77fdafdd4ee81e1bf
treee841ee4dce5b49d0cc7eb248ea8fa6038d9b6d9d
parent50cdd3f74af330c56713f7758d4ff1af9f3b7e72
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>
drivers/clk/imx/clk-imx8mn.c