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