提交 b39f38c4 编写于 作者: D Dmitry Osipenko 提交者: Stephen Warren

ARM: tegra: emc: correction of ram-code parsing from dt

Change tegra_emc_ramcode_devnode() to get ram-code from child node instead of
parent.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 f722406f
......@@ -183,7 +183,7 @@ static struct device_node *tegra_emc_ramcode_devnode(struct device_node *np)
u32 reg;
for_each_child_of_node(np, iter) {
if (of_property_read_u32(np, "nvidia,ram-code", &reg))
if (of_property_read_u32(iter, "nvidia,ram-code", &reg))
continue;
if (reg == tegra_bct_strapping)
return of_node_get(iter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册