mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
33ba5b3d1d
These do not need to be available early on Gen3 , so move them to the respective DT files. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25 lines
307 B
Text
25 lines
307 B
Text
/*
|
|
* Device Tree Source extras for U-Boot on RCar Gen3
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&cpg {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&extal_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&prr {
|
|
u-boot,dm-pre-reloc;
|
|
};
|