]> Git Repo - J-u-boot.git/commitdiff
ARM: dts: rmobile: Make PFC and RST available before reloc
authorMarek Vasut <[email protected]>
Fri, 16 Feb 2018 00:33:27 +0000 (01:33 +0100)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
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;
+};
This page took 0.03627 seconds and 4 git commands to generate.