diff options
author | Ian Ray <ian.ray@ge.com> | 2019-01-31 16:21:15 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | bcce411bafb2d368ec8bdce712f926e0e6d821bc (patch) | |
tree | 1fcaa03a4eae9c82cd803c7edd96ab4803153a48 /configs/mx53ppd_defconfig | |
parent | 8d8d3540eb544fa29167d74029f92a99b9a31eea (diff) | |
download | u-boot-bcce411bafb2d368ec8bdce712f926e0e6d821bc.tar.gz u-boot-bcce411bafb2d368ec8bdce712f926e0e6d821bc.tar.bz2 u-boot-bcce411bafb2d368ec8bdce712f926e0e6d821bc.zip |
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>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r-- | configs/mx53ppd_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index 28540719df..04537c591a 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -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" |