diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-26 10:35:15 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-03-05 10:59:38 +0100 |
commit | 50e031efa45f49afebf534fba916a1049066730c (patch) | |
tree | cbb3c8fc0cdc3147232e9c916c7274008f6b693c /arch/arm/dts/r8a77965-u-boot.dtsi | |
parent | 4f0533ffcd37bc1c877d6b59235c042ca78ccf10 (diff) |
ARM: dts: rmobile: Import R8A77965 M3N DT files from Linux
Import the R8A77965 M3N DT from Linux 4.16-rc1 .
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a77965-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/r8a77965-u-boot.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77965-u-boot.dtsi b/arch/arm/dts/r8a77965-u-boot.dtsi new file mode 100644 index 0000000000..1887dcea0e --- /dev/null +++ b/arch/arm/dts/r8a77965-u-boot.dtsi @@ -0,0 +1,13 @@ +/* + * Device Tree Source extras for U-Boot on RCar R8A77965 SoC + * + * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a779x-u-boot.dtsi" + +&extalr_clk { + u-boot,dm-pre-reloc; +}; |