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