clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 11 Feb 2022 09:13:11 +0000 (11:13 +0200)
committerAbel Vesa <abel.vesa@nxp.com>
Mon, 21 Feb 2022 11:13:09 +0000 (13:13 +0200)
commit39d1e443173a58a6a3452bb931907ce0fb4061e3
tree30084260c6059a7b01a94dfb244382ebd9582466
parent036a4b4b4dfa6c56806b71daf8589044ff7aeeaa
clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock

The IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clock derives from the
media_mipi_phy1_ref clock and is gated by the shared media clock gate.
Its identifier is defined in dt-bindings/clock/imx8mp-clock.h but its
definition is missing from the driver. Add it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Link: https://lore.kernel.org/r/20220211091311.28146-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
drivers/clk/imx/clk-imx8mp.c