diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2016-05-03 17:19:13 +0800 |
---|---|---|
committer | Shengjiu Wang <shengjiu.wang@freescale.com> | 2016-05-04 15:08:42 +0800 |
commit | c1be0c767ff118d568af22b20585825415c12eb6 (patch) | |
tree | 2010cb5b92b3addfbb26deaf4161ff8f2926586b /arch/arm/boot/dts/Makefile | |
parent | 0a77dd42592e54477b243435a51841692ee3180b (diff) |
MLK-12745-3: ARM: dts: add sound card support for imx6ull-ddr3-arm2 board
Add mqs, spdif and wm8958 sound card support in imx6ull-ddr3-arm2-wm8958.dts.
which can use the imx6ul-14x14-ddr3-arm2 socket board.
Add cs42888 sound card support in imx6ull-ddr3-arm2-cs42888.dts. ESAI use the
CSI PAD which conflict with the ov5640, so disable it.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b40797bb6252..dd9230f3ce68 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -376,13 +376,15 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ dtb-$(CONFIG_SOC_IMX6ULL) += \ imx6ull-ddr3-arm2.dtb \ imx6ull-ddr3-arm2-adc.dtb \ + imx6ull-ddr3-arm2-cs42888.dtb \ imx6ull-ddr3-arm2-ecspi.dtb \ imx6ull-ddr3-arm2-flexcan2.dtb \ imx6ull-ddr3-arm2-gpmi-weim.dtb \ imx6ull-ddr3-arm2-lcdif.dtb \ imx6ull-ddr3-arm2-qspi.dtb \ imx6ull-ddr3-arm2-uart2.dtb \ - imx6ull-ddr3-arm2-usb.dtb + imx6ull-ddr3-arm2-usb.dtb \ + imx6ull-ddr3-arm2-wm8958.dtb dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-12x12-lpddr3-arm2.dtb \ imx7d-12x12-lpddr3-arm2-m4.dtb \ |