mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
14 lines
242 B
Text
14 lines
242 B
Text
|
/*
|
||
|
* Device Tree Source extras for U-Boot on RCar R8A7793 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;
|
||
|
};
|