diff options
author | Hai Pham <hai.pham.ud@renesas.com> | 2020-05-21 17:37:33 +0700 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-06-24 20:22:17 +0200 |
commit | b35fc0dabd0d7df5247f9c5be79d3ae8de5fce82 (patch) | |
tree | 51fadc3da2c5e5ca7a5e08bb2e291a9650facfb1 /arch/arm/dts/r8a779a0-u-boot.dtsi | |
parent | 6232d0a74037c07bfaacd451c0560e97616d6f6f (diff) | |
download | u-boot-b35fc0dabd0d7df5247f9c5be79d3ae8de5fce82.tar.gz |
ARM: dts: renesas: Add R8A779A0 V3U DT extras
Add R8A779A0 V3U DT extras for U-Boot.
Based on "ARM: dts: renesas: Add R8A779A0 V3U DTs"
by Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'arch/arm/dts/r8a779a0-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/r8a779a0-u-boot.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a779a0-u-boot.dtsi b/arch/arm/dts/r8a779a0-u-boot.dtsi new file mode 100644 index 0000000000..f6101289e8 --- /dev/null +++ b/arch/arm/dts/r8a779a0-u-boot.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Device Tree Source extras for U-Boot on R-Car R8A779A0 SoC + * + * Copyright (C) 2020 Renesas Electronics Corp. + */ + +#include "r8a779x-u-boot.dtsi" + +&extalr_clk { + u-boot,dm-pre-reloc; +}; |