diff options
| author | Peng Fan <[email protected]> | 2023-09-12 09:19:02 +0000 |
|---|---|---|
| committer | Abel Vesa <[email protected]> | 2023-10-04 12:44:07 +0000 |
| commit | 4fcb51fb0e3084ee81edaf8aea98ac01e456a871 (patch) | |
| tree | 8cd9fad690691fcc922e5d3d4072dacb2f40c937 | |
| parent | clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL (diff) | |
| download | kernel-4fcb51fb0e3084ee81edaf8aea98ac01e456a871.tar.gz kernel-4fcb51fb0e3084ee81edaf8aea98ac01e456a871.zip | |
clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE
IMX_SC_R_VPU_UART and IMX_SC_R_VPUCORE was used in i.MX8QM A0 which
not for mass production. i.MX8QM B0 not have the two resources, so drop
it.
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abel Vesa <[email protected]>
| -rw-r--r-- | drivers/clk/imx/clk-imx8qm-rsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/imx/clk-imx8qm-rsrc.c b/drivers/clk/imx/clk-imx8qm-rsrc.c index 87e0b6ac027e..8412fa349569 100644 --- a/drivers/clk/imx/clk-imx8qm-rsrc.c +++ b/drivers/clk/imx/clk-imx8qm-rsrc.c @@ -79,8 +79,6 @@ static const u32 imx8qm_clk_scu_rsrc_table[] = { IMX_SC_R_M4_0_I2C, IMX_SC_R_M4_1_I2C, IMX_SC_R_AUDIO_PLL_0, - IMX_SC_R_VPU_UART, - IMX_SC_R_VPUCORE, IMX_SC_R_MIPI_0, IMX_SC_R_MIPI_0_PWM_0, IMX_SC_R_MIPI_0_I2C_0, |
