From b22bbe0c5fa4fd5eb4609108a750b28a744a643e Mon Sep 17 00:00:00 2001 From: Buddy Liong Date: Mon, 12 Jun 2017 16:23:30 -0500 Subject: EarlyVideo: DRA71x combo EarlyVideo and RVC dts Add dts for DRA71x RVC + early video. Signed-off-by: Buddy Liong --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/dra71-evm-early-video.dts | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/dra71-evm-early-video.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index acdead014370..c1bff8a87485 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -523,7 +523,8 @@ dtb-$(CONFIG_SOC_DRA7XX) += \ dra72-evm-robust-rvc.dtb \ dra71-evm.dtb \ dra71-evm-lcd-auo-g101evn01.0.dtb \ - dra71-evm-robust-rvc.dtb + dra71-evm-robust-rvc.dtb \ + dra71-evm-early-video.dtb dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-lacie-d2-network.dtb \ orion5x-lacie-ethernet-disk-mini-v2.dtb \ diff --git a/arch/arm/boot/dts/dra71-evm-early-video.dts b/arch/arm/boot/dts/dra71-evm-early-video.dts new file mode 100644 index 000000000000..48ae5047116c --- /dev/null +++ b/arch/arm/boot/dts/dra71-evm-early-video.dts @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "dra71-evm-robust-rvc.dts" + +&reserved_mem{ + earlyvid_1: earlyvid1@0xA2400000 { + reg = <0x0 0xA2400000 0x0 0x600000>; + status = "okay"; + }; + + earlyvid_2: earlyvid2@0xA3000000 { + reg = <0x0 0xA3000000 0x0 0x100000>; + status = "okay"; + }; +}; -- cgit v1.2.3-54-g00ecf