Skip to content

Commit

Permalink
ENGR00308382-2 mcc: enable mcc a9 linux demo
Browse files Browse the repository at this point in the history
enable mcc a9 linux demo on imx6sx.

Signed-off-by: Richard Zhu <r65037@freescale.com>
  • Loading branch information
Richard Zhu authored and Nitin Garg committed Apr 16, 2014
1 parent 141a59f commit 30d968c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6sx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,11 @@
reg = <0x02294000 0x4000>;
interrupts = <0 99 0x04>;
};

mccdemo: mccdemo{
compatible = "fsl,imx6sx-mcc-demo";
status = "okay";
};
};

pcie: pcie@0x08000000 {
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/mach-imx/clk-imx6sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ static int const clks_init_on[] __initconst = {
IMX6SX_CLK_IPMUX1, IMX6SX_CLK_IPMUX2, IMX6SX_CLK_IPMUX3,
IMX6SX_CLK_WAKEUP, IMX6SX_CLK_MMDC_P0_FAST, IMX6SX_CLK_MMDC_P0_IPG,
IMX6SX_CLK_ROM, IMX6SX_CLK_ARM, IMX6SX_CLK_IPG, IMX6SX_CLK_OCRAM,
IMX6SX_CLK_PER2_MAIN, IMX6SX_CLK_PERCLK,
IMX6SX_CLK_PER2_MAIN, IMX6SX_CLK_PERCLK, IMX6SX_CLK_M4,
IMX6SX_CLK_QSPI1, IMX6SX_CLK_QSPI2,
};

static struct clk_div_table clk_enet_ref_table[] = {
Expand Down

0 comments on commit 30d968c

Please sign in to comment.