mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 02:32:11 +02:00
ARM: rmobile: Add u-boot, dm-pre-reloc to clock nodes on Gen3
We need the clock available very early, add the u-boot,dm-pre-reloc DT property on those nodes, so they come up very in the process. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
committed by
Nobuhiro Iwamatsu
parent
fd8692b8ff
commit
46933dfbe1
@@ -129,6 +129,7 @@
|
|||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
extalr_clk: extalr {
|
extalr_clk: extalr {
|
||||||
@@ -136,6 +137,7 @@
|
|||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -189,6 +191,7 @@
|
|||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
gic: interrupt-controller@f1010000 {
|
gic: interrupt-controller@f1010000 {
|
||||||
compatible = "arm,gic-400";
|
compatible = "arm,gic-400";
|
||||||
@@ -380,6 +383,7 @@
|
|||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
rst: reset-controller@e6160000 {
|
rst: reset-controller@e6160000 {
|
||||||
|
@@ -111,6 +111,7 @@
|
|||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
extalr_clk: extalr {
|
extalr_clk: extalr {
|
||||||
@@ -118,6 +119,7 @@
|
|||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* External CAN clock - to be overridden by boards that provide it */
|
/* External CAN clock - to be overridden by boards that provide it */
|
||||||
@@ -140,6 +142,7 @@
|
|||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
gic: interrupt-controller@f1010000 {
|
gic: interrupt-controller@f1010000 {
|
||||||
compatible = "arm,gic-400";
|
compatible = "arm,gic-400";
|
||||||
@@ -333,6 +336,7 @@
|
|||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
rst: reset-controller@e6160000 {
|
rst: reset-controller@e6160000 {
|
||||||
|
Reference in New Issue
Block a user