From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 20 Jan 2020 11:27:08 +0530 Subject: [U-Boot] [PATCH] ARM: dts: da850-lcdk: Update DTS files for SPL device tree support In-Reply-To: <20191113154632.24997-1-aford173@gmail.com> References: <20191113154632.24997-1-aford173@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13/11/19 9:16 PM, Adam Ford wrote: > Currently, the da850-lcdk uses SPL_OF_PLATDATA and manually loads > the necessary source code instead of using the auto-generated, > because the drivers don't properly autogenerate the code. > > This patch simply enables the various device tree options to > mimic the da850-evm which doesn't need or use OF_PLATDATA for > device tree support. It does not disable OF_PLATDATA. > > Signed-off-by: Adam Ford Merged into u-boot-ti. Thanks and regards, Lokesh