diff options
| author | Fabio Estevam <[email protected]> | 2021-02-15 08:58:17 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-03-01 10:21:36 +0100 |
| commit | 07fc671d7ea0916b4b63ce94837b3d4ee14bfc60 (patch) | |
| tree | daf3d3863e55692098444b869429e90dc7ec564d /arch | |
| parent | 1f3b3e7919e1467552da9cd26c77464381e74ef5 (diff) | |
mx51evk: Convert to driver model
Make the conversion to driver model as it is mandatory.
Tested booting the Linux kernel from the SD card.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index b28d1794671..2321c944b09 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -651,6 +651,9 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ dtb-$(CONFIG_MX28) += \ imx28-xea.dtb +dtb-$(CONFIG_MX51) += \ + imx51-babbage.dtb + dtb-$(CONFIG_MX53) += imx53-cx9020.dtb \ imx53-qsb.dtb \ imx53-kp.dtb \ |
