diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2014-07-08 09:49:23 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:49:47 +0800 |
commit | 417d65f65f783e21e8fc6698a748a88105cae1c6 (patch) | |
tree | edf7d38eed75979a5dd0fdea3aa6dd7ba5b433e3 /arch/arm/boot/dts/Makefile | |
parent | e2047e33f2bd2713f6924c6dc2bf13e15784402e (diff) | |
download | blackbird-op-linux-417d65f65f783e21e8fc6698a748a88105cae1c6.tar.gz blackbird-op-linux-417d65f65f783e21e8fc6698a748a88105cae1c6.zip |
ARM: dts: add initial Rex Basic board support
Add initial Rex Pro i.mx6dl board support. Ethernet, UART, USB, I2C, SPI, HDMI,
Audio, and SDHC cards are working. Currently no mainline u-boot, so boot with
cat zImage imx6dl-rex-basic.dtb > zImage.dtb, then using mkimage create uImage
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 06210421c578..c853ca22b06a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -197,6 +197,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx6dl-hummingboard.dtb \ imx6dl-nitrogen6x.dtb \ imx6dl-phytec-pbab01.dtb \ + imx6dl-rex-basic.dtb \ imx6dl-riotboard.dtb \ imx6dl-sabreauto.dtb \ imx6dl-sabrelite.dtb \ |