summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/Makefile
AgeCommit message (Collapse)Author
2016-07-18Merge remote-tracking branch 'nxp/imx_4.1.15_1.0.0_ga' into ↵Stefan Agner
toradex_imx_4.1.15_1.0.0_ga-next
2016-06-24ARM: dts: imx7-colibri: introduce carrier board level dtsStefan Agner
Split up the colibri device tree into two device tree files for COM and Carrier Board. Use the usual SoC/COM/Board tripplet and follow including scheme used for Vybrid. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-24ARM: dts: imx7s-colibri: add working dts for soloMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-24ARM: dts: imx7d-colibri: add initial device treeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-22MLK-12944 fix makefile miss imx7d-12x12-lpddr3-arm2-pcie.dtbFrank Li
Added imx7d-12x12-lpddr3-arm2-pcie.dtb to makefile Signed-off-by: Frank Li <Frank.Li@nxp.com>
2016-05-31MLK-12860-2 ARM: dts: add imx7d 12x12 ARM2 ddr3 board dtsPeter Chen
Add imx7d 12x12 ARM2 ddr3 board dts Signed-off-by: Peter Chen <peter.chen@nxp.com>
2016-05-23MLK-12509-1 video: mipi_dsi_samsung: create a new dts for mipi dsi.Fancy Fang
Create a new dts for the 'TFT3P5079E' mipi panel on imx7d sabresd revb board. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2016-05-16MLK-12731-2 ARM: dts: Makefile: add dts entry for imx6q-arm2-hsicPeter Chen
This dts is only for USB HSIC controller test which needs Validation Port Card on it. Disable controller 3 due to strange signal on it at arm2 board. Signed-off-by: Peter Chen <peter.chen@nxp.com> (cherry picked from commit 8bd0739d81719ed8a09ca4e45393bb1c5ce3de83)
2016-03-21MLK-12466 ARM: dts: imx6ul-14x14-evk-usb-certi: add USB certification dtsPeter Chen
Below are the differences between standard evk: - Enable tpl - Enable software control vbus for otg2 (hardware rework is needed) - Disable TSC due to the pin conflict with above vbus regulator Signed-off-by: Peter Chen <peter.chen@nxp.com> (cherry picked from commit e4a5f2e763d5c9df8b97b01ee38879a9bee66f0d)
2016-02-03MLK-11890: ARM: dts: imx: add imx6q arm2 lpddr2 targetAdrian Alonso
Add device tree for imx6q arm2 lpddr2 pop target platform Enable common imx6q features, uart, usb, usdhc, fec. Set DDR max frequency to 400Mhz which is the clock rate for MT42L128M64D2-25 Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit 06783aba18bda32f25107485891fc4bafc609abf)
2016-01-14MLK-12075 ARM: dts: remove imx7d-sdb-touch.dtsHaibo Chen
For imx7d-sdb TO1.1 board, the touch interrupt pin no longer conflict with HDMI, so move touch support to imx7d-sdb.dts. To compatible with TO1.0 board, still use imx7d-sdb-reva-touch.dts to support touch. Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2016-01-14MLK-12035 dts: imx7d-sdb-revb: add i.MX7d sdb revb supportFugang Duan
Base on i.MX7d sdb revb board change list, below modules has changed: - enet2 and epdc enable pin - usb_otg2 pwr enable pin - ov5647_mipi pwr pin - tsc2046 touch pendown pin - uart5 tx/rx pins - sensor INT pin - pcie power is controlled by por_b, not gpio_spi pin6 - hdmi audio change to SAI3 from SAI1 The patch add the changes for revb, and keep the original functions for reva board. Remove redundancy sim and enet dts files to avoid excessive dts file for reva and revb. After the patch, there have below diff: - default dts file: imx7d-sdb.dts for revb board, imx7d-sdb-reva.dts for reva board - remove enet, sim extended dts files, so these modules are enabled in default dts file for reva and revb board. The change of expanded dts due to pin confliction: - Keep the original expanded name of dts file for revb board, add suffix "-reva" in dts file name for reva board. - Like: hdmi/codec audio: hdmi audio and wm8960 codec are enabled in default dts file for revb board, no extended dts files to separate them. Keep original extended dts files for reva board: imx7d-sdb-reva-hdmi-audio.dts imx7d-sdb-reva-wm8960.dts epdc: imx7d-sdb-epdc.dts is for revb board, imx7d-sdb-reva-epdc.dts is for reva board. gpmi-weim: imx7d-sdb-gpmi-weim.dtsi for revb, imx7d-sdb-reva-gpmi-weim.dtsi for reva. m4: imx7d-sdb-m4.dts for revb, imx7d-sdb-reva-m4.dts for reva. qspi: imx7d-sdb-qspi.dts for revb, imx7d-sdb-reva-qspi.dts for reva. touchscreen: imx7d-sdb-touch.dts for revb, imx7d-sdb-reva-touch.dts for reva. Cherry picked from commit: 2be1a236696d, and disable sai3 since there have many Transmit underrun on kernel 4.1. Signed-off-by: Fugang Duan <B38611@freescale.com> Acked-by: Robby Cai <robby.cai@nxp.com> Acked-by: Gao Pan <pandy.gao@nxp.com> Acked-by: Peter Chen <peter.chen@freescale.com> Acked-by: Chen Bough <Haibo.Chen@freescale.com> Conflicts: arch/arm/boot/dts/Makefile arch/arm/boot/dts/imx7d-sdb-epdc.dts arch/arm/boot/dts/imx7d-sdb-gpmi-weim.dtsi arch/arm/boot/dts/imx7d-sdb-m4.dts arch/arm/boot/dts/imx7d-sdb-reva-epdc.dts arch/arm/boot/dts/imx7d-sdb-touch.dts arch/arm/boot/dts/imx7d-sdb.dts
2016-01-14MLK-12028 ARM: dts: imx: fix dts build missing issue for imx6ulBai Ping
Fixes: 9c6fada403ce ( MLK-9943 ARM: dts: add new dts for nand support for 19x19 arm2) Signed-off-by: Bai Ping <b51503@freescale.com>
2016-01-14MLK-12033 ARM: dts: imx6qdl-sabreauto: add enet irq dts files to avoid ↵Fugang Duan
conflict with MLB ENET gpio irq pin conlict with MLB on i.MX6qdl sabreauto board, since enet gpio irq is extended feature for performance improvement, so let MLB enable in default dts file and newly create sabreauto enet irq dts files. Signed-off-by: Fugang Duan <B38611@freescale.com>
2016-01-14MLK-11526-2 ARM: dts: add imx6qp sabresd board ldo enable supportAnson Huang
Add LDO enable mode support for i.MX6QP SabreSD board. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 4107e9c4f3d8f654e75770da0a8ed7f158c3e468)
2016-01-14MLK-12016-3 dts: sabreauto: add flexcan supportDong Aisheng
The flexcan1 is pin conflict with fec. So we add a new dts file with flexcan1 enabled with fec disabled for user to use. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
2016-01-14MLK-12010 ARM: dts: add emmc support for imx6sx-sdb boardHaibo Chen
Add emmc support for imx6sx-sdb board, due to this support need remove sd4 sd card slot and solder an eMMC chip, so this patch add imx6sx-sdb-emmc.dts file. Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2016-01-14MLK-11997 dts: add hdcp dts file for imx6qp sabresd boardSandor Yu
Add hdcp dts file for imx6qp sabresd board. Signed-off-by: Sandor Yu <R01008@freescale.com>
2016-01-14MLK-11979 arm: imx: enable rpmsg on imx6sx platformsRichard Zhu
enable rpmsg on imx6sx platforms - imx6sx sdb board - imx6sx sabreauto board Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com>
2016-01-14MLK-11947 ARM: dts: add missing dtb names in Makefile for imx7d-sdbZidan Wang
Making those dtb files to be complied by make dtbs command. Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
2016-01-14MLK-10565-1: ARM:dts: new dts for QSPI on i.MX7D SDBHan Xu
Add a new dts file for QSPI on i.MX7D SDB, also changed dtb file order to alphabetical order. Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit b24b9f69616f3d603f70740543e83ea71585c0ea)
2016-01-14MLK-10521-1: ARM: dts: add new dts to support NAND on i.MX7DHan Xu
Add new dts file for NAND on i.MX7D Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit 1464059618af514f211343d9f1cdd94999be705e)
2016-01-14MLK-10497 ARM: dts: supported spi-nor on imx6qp sabreautoHan Xu
add new dts to support spi-nor on imx6qp sabreauto Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit edb500d09c08effce28f8c45490372f38b037815)
2016-01-14MLK-10205-1 ARM: dts: Create new dts for QSPI on i.MX7DHan Xu
create a new dts file for QSPI verification on i.MX7D Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit 2888c54189b6126519cf4c05094891980f321917)
2016-01-14MLK-10483: ARM: dts: add gpmi weim support for imx6qpHan Xu
dts for gpmi nand and weim nor support for imx6qp sabreauto Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked and merge from commit adb9c42a8be0bd148069540b089d2e762bec05e9)
2016-01-14ENGR00333049 ARM: dts: add dts file for ecspi on imx6q sabreautoAllen Xu
add new dts file to support ecspi on imx6q sabreauto board. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked and merge from commit ff87b56022d1d63003eff79a30bedf33271781fa)
2016-01-14ENGR00333048 ARM: dts: add new dts for gpmi and weim on imx6q sabreautoAllen Xu
new dts file to support gpmi/weim on imx6q sabreauto board. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked and merge from commit d51a5439d7b996a26e842c8d4034668e4c7959ab)
2016-01-14ENGR00333047 ARM: dts: add new dts for ecspi on imx6dl sabreautoAllen Xu
new dts file to support ecspi on imx6dl sabreauto board. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked and merge from commit 243e501dbec2b62148c6a470226abced76438eac)
2016-01-14ENGR00333046 ARM: dts: add new dts for gpmi and weim on imx6dl sabreautoAllen Xu
dts file to support gpmi/weim on imx6dl sabreauto board. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked and merge from commit 5a7a430325e2c104609c4e3d34d4d88dc95cc50e)
2016-01-14MLK-9943 ARM: dts: add new dts for nand support for 19x19 arm2Allen Xu
Add new dts file to support NAND for imx6sx 19x19 arm2 board. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked and merge from commit bdc522d1773156f03b74d4711a60f81824184b40)
2016-01-14MLK-11814 dts: imx7d-arm2: fix typo for imx7d-12x12-lpddr3-arm2-sai.dtbZidan Wang
fix typo for imx7d-12x12-lpddr3-arm2-sai.dtb Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
2016-01-14MLK-10853-2 dts: imx6ul-ddr3-arm2: add flexcan2 supportDong Aisheng
Flexcan2 on ddr3 arm2 board is conflict with uart2, thus a new dts imx6ul-14x14-ddr3-arm2-flexcan2.dts with uart2 disabled is introduced to resolve such confliction. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit 14d7595a2f1622c72de1bc534cf18b9e828140ea) Conflicts: arch/arm/boot/dts/Makefile arch/arm/boot/dts/imx6ul-ddr3-arm2.dts
2016-01-14MLK-11093-1 dts: imx6ul-14x14-ddr-arm2: add SD1 eMMC supportDong Aisheng
The eMMC signals are reused from SD1 slot signals on MX6UL ARM2 board. Thus a new dts is introduced to avoid such pin confliction. Before using this dts, user has to do hw rework to connect eMMC IO signals and disconnect SD1 Slot signals. Signed-off-by: Dong Aisheng <b29396@freescale.com> (cherry picked from commit e46408ad15bed829e6f254ced16524fcfe99176f) Conflicts: arch/arm/boot/dts/Makefile arch/arm/boot/dts/imx6ul-14x14-ddr3-arm2.dts
2016-01-14MLK-10392-1 dts: imx7d-arm2: add flexcan supportDong Aisheng
New dts file imx7d-12x12-lpddr3-arm2-flexcan.dts introduced due to pin conflict with enet1 and sai1. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
2016-01-14MLK-11738 dts: mx6ul: add Murata BT/WiFi module support for 9x9 evkDong Aisheng
Add Murata Type ZP module support for 9x9 evk. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com> (cherry picked from commit 26e76b8d1fcae367e7a16ba5a4a399a8116f3d5e)
2016-01-14MLK-11728-03 ARM: dts: remove the non-existed dts file from MakefileFugang Duan
Remove the non-existed dts file from Makefile. Signed-off-by: Fugang Duan <B38611@freescale.com> Conflicts: arch/arm/boot/dts/Makefile
2016-01-14MLK-11725 dts: imx6: add Murata BT/WiFi module supportDong Aisheng
Add Murata Type ZP (BCM4339) module support on below platforms: - i.MX6Q/DL/QP SabreSD(SD2 slot) + Murata adapter V2.0 - i.MX6SX SDB (SD3+SD2 slot) + Murata adapter V1.0 & SD EXT card - i.MX6SL EVK (SD1+SD3 slot) + Murata adapter V1.0 & SD EXT card - i.MX6UL SDB RevC (SD1 slot) + Murata adapter V2.0 Note: MX6Q/DL/QP SabreSD board requires HW rework. Please refer to rework guide specified in schematic. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com> Conflicts: arch/arm/boot/dts/Makefile
2016-01-14MLK-11526-1 ARM: dts: add imx6qp sabresd board supportAnson Huang
Add i.MX6QP SabreSD board support. Signed-off-by: Anson Huang <b20788@freescale.com> Conflicts: arch/arm/boot/dts/Makefile
2016-01-14MLK-11724: ARM: dts: add mqs support mx6sx-sd-exp1 boardShengjiu Wang
Add mqs support for mx6sx-sd-exp1 board Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2016-01-14MLK-10961-1 arm: dts: imx7d-sdb-touch.dts: add support for touch screenHaibo Chen
Add an new dts file: imx7d-sdb-touch.dts.This file add tsc2046 touch screen controller support. Due to the pin PENIRQ of tsc2046 is conflict with the interrupt pin of HDMI, so in this patch, disable the HDMI. Signed-off-by: Haibo Chen <haibo.chen@freescale.com> (cherry picked from commit b690c1093a3a88a99da366200362fb4ae8172f9b) Conflicts: arch/arm/boot/dts/Makefile arch/arm/boot/dts/imx7d-sdb.dts
2016-01-14MLK-11690: dts: Add hdcp dtb file for imx6q/dl sabreSD boardSandor Yu
Add hdcp dtb file for imx6q/dl sabresd board. Signed-off-by: Sandor Yu <R01008@freescale.com>
2016-01-14MLK-11556-6 ARM: dts: imx7d-sdb: add epdc supportRobby Cai
Add epdc support on i.MX7D SDB board Since EPDC has pin conflict with ENET1/2, a new DTS file is added. And EPDC has pin conflict with SIM, so disable SIM by default. Signed-off-by: Robby Cai <r63905@freescale.com>
2016-01-14MLK-11387-1 ARM: dts: add imx7d 19x19 lpddr2 board supportAnson Huang
Add i.MX7D 19x19 LPDDR2 board dtb. Signed-off-by: Anson Huang <b20788@freescale.com> Conflicts: arch/arm/boot/dts/Makefile
2016-01-14MLK-11603-3: dts: Enable sii902x hdmi driver on 4.1.y branchSandor Yu
Add sii902x hdmi driver to imx6sl, imx6sx and imx7d boards. Signed-off-by: Sandor Yu <R01008@freescale.com>
2016-01-14MLK-11609 dts: Fix dtb build break issueSandor Yu
fix dtb build break issue. Signed-off-by: Sandor Yu <R01008@freescale.com>
2016-01-14MLK-11508-5: dts: Add imx v4l2 capture driverSandor Yu
Add imx v4l2 capture driver. Signed-off-by: Sandor Yu <R01008@freescale.com>
2016-01-14MLK-11407-9: ARM: dts: imx6: add ldo-enable dts filesRobin Gong
add ldo-enable dts files. Signed-off-by: Robin Gong <b38343@freescale.com>
2016-01-14MLK-11461-2 ARM: dts: imx6ul: add LDO enable dtb for 9x9 evk boardAnson Huang
Add LDO enable dtb for i.MX66UL-9x9-EVK board for those customers who want to use ldo enable mode. Conflicts: arch/arm/boot/dts/Makefile Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit 7e6c509e6ca1c4e83f72339f5bfb1ebb410d77ef)
2016-01-14MLK-11366-1 ARM: dts: imx6ul: add 9x9-lpddr2-evk boardAnson Huang
Add i.MX6UL-9x9-LPDDR2-EVK board support. Conflicts: arch/arm/boot/dts/Makefile Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit d68759b1d9d769c83816d327fbeb1d85762a8e79)
2016-01-14MLK-11221 imx: mx6ul add 14x14 lpddr2 arm2 dtsPeng Fan
Add dts for mx6ul-14x14-lpddr2-arm2 board. Basic function tested: SD1/EMMC2/ENET/UART1 is ok. This patch takes mx6ul-14x14-ddr3-arm2.dts as a reference. Conflicts: arch/arm/boot/dts/Makefile Signed-off-by: Peng Fan <Peng.Fan@freescale.com> (cherry picked from commit 8d10e92ed1b7d49332dec6f28c98250c28cdfa3f)