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>
21 lines
308 B
Text
21 lines
308 B
Text
/*
|
|
* Device Tree Source extras for U-Boot on RCar R8A7794 SoC
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#include "r8a779x-u-boot.dtsi"
|
|
|
|
&usb_extal_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pfc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&rst {
|
|
u-boot,dm-pre-reloc;
|
|
};
|