diff options
author | Niel Fourie <lusus@denx.de> | 2020-05-19 14:01:43 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-07-14 11:46:04 +0200 |
commit | 26a6ed1b2e0d07c263d19bd48706a7be05f8c18d (patch) | |
tree | b1e1a85f01571dbe783a036266b5f06424bdb9e7 /arch/arm/mach-imx | |
parent | 7e64182ef402f5e74c1a1c0a39ef88d52cbd0d65 (diff) |
arm: imx6q: pcm058: Convert pcm058 to use DM with DTs
Convert pcm058 support to use device trees and the driver model.
Add rudimentary boot scripts to the environment, expand README.
Signed-off-by: Niel Fourie <lusus@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index fa6e1112e6..fdee0d4f64 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -511,6 +511,10 @@ config TARGET_PCM058 bool "Phytec PCM058 i.MX6 Quad" select BOARD_LATE_INIT select SUPPORT_SPL + select MX6Q + select DM + select OF_CONTROL + imply CMD_DM config TARGET_PFLA02 bool "Phytec PFLA02 (PhyFlex) i.MX6 Quad" |