]> git.sur5r.net Git - u-boot/commitdiff
ARM: dts: rmobile: Make PFC and RST available before reloc
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 16 Feb 2018 00:33:27 +0000 (01:33 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 16 Feb 2018 15:43:11 +0000 (16:43 +0100)
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: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a779x-u-boot.dtsi

index 0baac1d2c5bd50683d85ece4599ee6232571f234..f34cb942ed86b062b81d19aafafd2eee3b3aadc8 100644 (file)
        u-boot,dm-pre-reloc;
 };
 
+&pfc {
+       u-boot,dm-pre-reloc;
+};
+
 &prr {
        u-boot,dm-pre-reloc;
 };
+
+&rst {
+       u-boot,dm-pre-reloc;
+};