diff options
Diffstat (limited to 'arch/arm/dts/r8a7790-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/r8a7790-u-boot.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7790-u-boot.dtsi b/arch/arm/dts/r8a7790-u-boot.dtsi new file mode 100644 index 0000000000..500d273c7a --- /dev/null +++ b/arch/arm/dts/r8a7790-u-boot.dtsi @@ -0,0 +1,13 @@ +/* + * Device Tree Source extras for U-Boot on RCar R8A7790 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; +}; |