提交 5e218280 编写于 作者: S Steffen Trumtrar 提交者: Michal Simek

ARM: zynq: Hang iomapped slcr address on device_node

For later usage by zynq clk driver.
Signed-off-by: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 016f4dca
......@@ -123,6 +123,8 @@ int __init zynq_early_slcr_init(void)
BUG();
}
np->data = (__force void *)zynq_slcr_base;
/* unlock the SLCR so that registers can be changed */
writel(SLCR_UNLOCK_MAGIC, zynq_slcr_base + SLCR_UNLOCK_OFFSET);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册