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 @@ -432,7 +432,7 @@ static int imx8mm_clocks_probe(struct platform_device *pdev)
432
432
/* BUS */
433
433
hws [IMX8MM_CLK_MAIN_AXI ] = imx8m_clk_hw_composite_bus_critical ("main_axi" , imx8mm_main_axi_sels , base + 0x8800 );
434
434
hws [IMX8MM_CLK_ENET_AXI ] = imx8m_clk_hw_composite_bus ("enet_axi" , imx8mm_enet_axi_sels , base + 0x8880 );
435
- hws [IMX8MM_CLK_NAND_USDHC_BUS ] = imx8m_clk_hw_composite_bus_critical ("nand_usdhc_bus" , imx8mm_nand_usdhc_sels , base + 0x8900 );
435
+ hws [IMX8MM_CLK_NAND_USDHC_BUS ] = imx8m_clk_hw_composite ("nand_usdhc_bus" , imx8mm_nand_usdhc_sels , base + 0x8900 );
436
436
hws [IMX8MM_CLK_VPU_BUS ] = imx8m_clk_hw_composite_bus ("vpu_bus" , imx8mm_vpu_bus_sels , base + 0x8980 );
437
437
hws [IMX8MM_CLK_DISP_AXI ] = imx8m_clk_hw_composite_bus ("disp_axi" , imx8mm_disp_axi_sels , base + 0x8a00 );
438
438
hws [IMX8MM_CLK_DISP_APB ] = imx8m_clk_hw_composite_bus ("disp_apb" , imx8mm_disp_apb_sels , base + 0x8a80 );
You can’t perform that action at this time.
0 commit comments