File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ static int imx8mp_clocks_probe(struct platform_device *pdev)
538
538
539
539
hws [IMX8MP_CLK_MAIN_AXI ] = imx8m_clk_hw_composite_bus_critical ("main_axi" , imx8mp_main_axi_sels , ccm_base + 0x8800 );
540
540
hws [IMX8MP_CLK_ENET_AXI ] = imx8m_clk_hw_composite_bus ("enet_axi" , imx8mp_enet_axi_sels , ccm_base + 0x8880 );
541
- hws [IMX8MP_CLK_NAND_USDHC_BUS ] = imx8m_clk_hw_composite_bus_critical ("nand_usdhc_bus" , imx8mp_nand_usdhc_sels , ccm_base + 0x8900 );
541
+ hws [IMX8MP_CLK_NAND_USDHC_BUS ] = imx8m_clk_hw_composite ("nand_usdhc_bus" , imx8mp_nand_usdhc_sels , ccm_base + 0x8900 );
542
542
hws [IMX8MP_CLK_VPU_BUS ] = imx8m_clk_hw_composite_bus ("vpu_bus" , imx8mp_vpu_bus_sels , ccm_base + 0x8980 );
543
543
hws [IMX8MP_CLK_MEDIA_AXI ] = imx8m_clk_hw_composite_bus ("media_axi" , imx8mp_media_axi_sels , ccm_base + 0x8a00 );
544
544
hws [IMX8MP_CLK_MEDIA_APB ] = imx8m_clk_hw_composite_bus ("media_apb" , imx8mp_media_apb_sels , ccm_base + 0x8a80 );
You can’t perform that action at this time.
0 commit comments