提交 8a8d3000 编写于 作者: M Marek Vasut 提交者: Marek Vasut

ARM: dts: rmobile: Make PFC and RST available before reloc

Those two nodes are needed to configure pinmux before relocation
and to configure clock before relocation, since CPG/MSSR needs
access to RST node. This is not noticable on Gen3, but on Gen2
this causes problems in SPL if they are not available early.
Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
上级 ccb947f2
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&pfc {
u-boot,dm-pre-reloc;
};
&prr { &prr {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&rst {
u-boot,dm-pre-reloc;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册