u-boot/drivers/clk/imx
Dario Binacchi 4a18d23039 clk: imx8mn: fix imx8mn_enet_phy_sels clocks list
[backport from linux commit 2626cf67f20b28446dfc3a5b9493dd535cdb747b]

According to the "Clock Root" table of the reference manual (document
IMX8MNRM Rev 2, 07/2022):

     Clock Root         offset     Source Select (CCM_TARGET_ROOTn[MUX])
        ...              ...                    ...
 ENET_PHY_REF_CLK_ROOT  0xAA80            000 - 24M_REF_CLK
                                          001 - SYSTEM_PLL2_DIV20
                                          010 - SYSTEM_PLL2_DIV8
                                          011 - SYSTEM_PLL2_DIV5
                                          100 - SYSTEM_PLL2_DIV2
                                          101 - AUDIO_PLL1_CLK
                                          110 - VIDEO_PLL_CLK
                                          111 - AUDIO_PLL2_CLK
        ...              ...                    ...

while the imx8mn_enet_phy_sels list didn't contained audio_pll1_out for
source select bits 101b.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Acked-by: Sean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20221219113127.528282-4-dario.binacchi@amarulasolutions.com
2023-02-12 12:39:46 -05:00
..
clk-composite-8m.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
clk-gate2.c clk: imx: gate2 support shared counter and relative clock functions 2022-10-09 10:42:26 +02:00
clk-imx6q.c clk: Use generic CCF ops where possible 2022-03-30 14:18:56 -04:00
clk-imx8.c Correct SPL uses of CMD_CLK 2023-02-09 16:32:25 -05:00
clk-imx8.h Correct SPL uses of CMD_CLK 2023-02-09 16:32:25 -05:00
clk-imx8mm.c clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=y 2022-10-21 11:54:13 +02:00
clk-imx8mn.c clk: imx8mn: fix imx8mn_enet_phy_sels clocks list 2023-02-12 12:39:46 -05:00
clk-imx8mp.c clk: imx8mp: use usb_core_ref for usb_root_clk 2022-06-14 21:25:26 +02:00
clk-imx8mq.c clk: imx8m: reduce rate table duplication 2022-04-12 17:33:55 +02:00
clk-imx8qm.c Correct SPL uses of CMD_CLK 2023-02-09 16:32:25 -05:00
clk-imx8qxp.c Correct SPL uses of CMD_CLK 2023-02-09 16:32:25 -05:00
clk-imxrt1020.c clk: imxrt: Use dts for anatop base address 2022-04-12 21:08:23 +02:00
clk-imxrt1050.c clk: imxrt: Use dts for anatop base address 2022-04-12 21:08:23 +02:00
clk-imxrt1170.c clk: imx: Add initial support for i.MXRT1170 clock driver 2022-09-18 20:42:56 +02:00
clk-pfd.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
clk-pll14xx.c clk: imx8m: reduce rate table duplication 2022-04-12 17:33:55 +02:00
clk-pllv3.c clk: imx: Add i.MXRT11xx pllv3 variant 2022-09-18 20:42:56 +02:00
clk.h clk: imx: gate2 support shared counter and relative clock functions 2022-10-09 10:42:26 +02:00
Kconfig clk: imx: Add initial support for i.MXRT1170 clock driver 2022-09-18 20:42:56 +02:00
Makefile clk: imx: Add initial support for i.MXRT1170 clock driver 2022-09-18 20:42:56 +02:00