board: ge: ppd: Enable CONFIG_DM

Add simplified, generalised, ppd device tree and enable CONFIG_DM.

Signed-off-by: Ian Ray <ian.ray@ge.com>
This commit is contained in:
Ian Ray 2019-01-31 16:21:15 +02:00 committed by Stefano Babic
parent 8d8d3540eb
commit bcce411baf
3 changed files with 19 additions and 0 deletions

View File

@ -700,6 +700,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
mt7629-rfb.dtb
dtb-$(CONFIG_TARGET_GE_BX50V3) += imx6q-bx50v3.dtb
dtb-$(CONFIG_TARGET_MX53PPD) += imx53-ppd.dtb
targets += $(dtb-y)

View File

@ -0,0 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0+ OR X11 */
/*
* Copyright 2018 General Electric Company
* Based on imx53-ppd.dts from kernel 4.20.5.
*/
/dts-v1/;
#include "imx53.dtsi"
/ {
model = "General Electric CS ONE";
compatible = "ge,imx53-cpuvo", "fsl,imx53";
};

View File

@ -42,3 +42,7 @@ CONFIG_VIDEO=y
# CONFIG_VIDEO_SW_CURSOR is not set
CONFIG_IMX_WATCHDOG=y
CONFIG_OF_LIBFDT=y
CONFIG_DM=y
CONFIG_CMD_DM=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx53-ppd"