clk: imx: imx7d: Remove ARM_M0 clock
IMX7d does not have an M0 Core and this particular clock doesn't seem connected to anything else. Remove this entry from the CCM driver. Signed-off-by: Adriana Reus <adriana.reus@nxp.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:

committed by
Stephen Boyd

parent
edc5a8e754
commit
259bc28306
@@ -80,10 +80,10 @@
|
||||
#define IMX7D_ARM_M4_ROOT_SRC 67
|
||||
#define IMX7D_ARM_M4_ROOT_CG 68
|
||||
#define IMX7D_ARM_M4_ROOT_DIV 69
|
||||
#define IMX7D_ARM_M0_ROOT_CLK 70
|
||||
#define IMX7D_ARM_M0_ROOT_SRC 71
|
||||
#define IMX7D_ARM_M0_ROOT_CG 72
|
||||
#define IMX7D_ARM_M0_ROOT_DIV 73
|
||||
#define IMX7D_ARM_M0_ROOT_CLK 70 /* unused */
|
||||
#define IMX7D_ARM_M0_ROOT_SRC 71 /* unused */
|
||||
#define IMX7D_ARM_M0_ROOT_CG 72 /* unused */
|
||||
#define IMX7D_ARM_M0_ROOT_DIV 73 /* unused */
|
||||
#define IMX7D_MAIN_AXI_ROOT_CLK 74
|
||||
#define IMX7D_MAIN_AXI_ROOT_SRC 75
|
||||
#define IMX7D_MAIN_AXI_ROOT_CG 76
|
||||
|
Reference in New Issue
Block a user