summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6dlsabresd.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx6dlsabresd.conf: Add the imx6dl-sabresd-enetirq device treeLauren Post2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | Apply ENET IRQ workaround for sabresd board This is pretty much an example to demonstrate how the GPIO6 workaround for bug ERR006687 (ENET: Only the ENET wake-up interrupt request can wake the system from Wait mode) should be applied for a board. Basically it requires a setup of MX6QDL_PAD_GPIO_6__ENET_IRQ in pinctrl entry, and an overwrite on the property interrupts-extended to replace the ENET GIC IRQ with GPIO1_6. Since the pad GPIO6 is used by I2C3 on the board, we have to create sabresd-enetirq.dts with I2C3 disabled to enable this workaround. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd.conf: Add the imx6dl-sabresd-pf200 device treeLauren Post2014-11-101-1/+2
| | | | | | | | | | | | | Add support for pfuze200 on mx6dl-sabresd. Move pmic device node from imx6qdl-sabresd.dtsi to up-level, and add another layer on imx6dl-sabresd to diff pfuze100 or pfuze200. Meanwhile only work in ldo-enable mode if using pfuze200,since 'SW1C' switch regulator is cut for cost-down which means VDDARM_IN and VDDSOC_IN have to share the same switch regulator Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I4d14ebdc314586ef0aabca8a966c1a7d680f9758 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I92ca8f001480da993486f7e8be871b730edd8705 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd.conf: Add in ldo and hdcp DTSLauren Post2013-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENGR00274059-02 ARM: Add new dts for imx6q/imx6dl SabreSD hdcp hdcp ddc pins conflict with i2c2, add new dts file for imx6q and imx6dl SabreSD board, enable hdcp and disable i2c2 in these dts files. Remove hdmi pins property from mx6qdl-sabresd.dtsi. ENGR00279402-1 ARM: dts: imx6: add wdog reset source seclect in dts Some boards use another WDOG reset source to reboot system in ldo-bypass mode. We need add the property in board dts file so that we can easily know the WDOG reset source currently. For Sabresd, WDOG1 for ldo-enable mode(WDOG event), WDOG2 for ldo-bypass mode (reset external pmic to trigger POR event). For sl-evk board, there is no WDOG pin connected with external pmic as Sabresd , because mx6sl boot at 400Mhz. Then both ldo-enable and ldo-bypass mode use the common WDOG1 as reset source. ENGR00277895: dts: ARM: imx6: add ldo-enable dts files Currently, we use different dts files to support ldo-bypass or ldo-enable, then we need add both dts files for the boards which can support ldo-bypass mode(all boards support ldo-enable at least). So for below boards we need add ldo-enable dts file so that we can use this to easily support ldo-enable mode: 1)mx6q-sabresd board: ldo-bypass dts->mx6q-sabresd.dtb, ldo-enable dts->mx6q-sabresd-ldo.dtb 2)mx6q-sabresd board: ldo-bypass dts->mx6dl-sabresd.dtb, ldo-enable dts->mx6dl-sabresd-ldo.dtb 3)mx6sl-evk board: ldo-bypass dts->mx6sl-evk.dtb, ldo-enable dts->mx6sl-evk-ldo.dtb Change-Id: I8a5863d135e5c72419c1eb8f4f34483c2397e567 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart2013-09-251-1/+2
| | | | | | | | | boot devices Supported boot devices: sd. Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
* Rework machines to use dtb file in KERNEL_DEVICETREE variableOtavio Salvador2013-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | The linux-dtb.inc has been reworked to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. This patch reworks following machines: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb - imx6dlsabreauto - imx6dlsabresd - imx6qsabreauto - imx6qsabresd - imx6solosabreauto - imx6solosabresd Change-Id: I37e9c3737552299677e315b6279a6e0a8e217836 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sabresd-common.inc: Create file for SABRE SD commonDaiane Angolini2013-08-071-6/+1
| | | | | | | | | | | | Freescale i.MX6 SABRE SD machines have some common configuration. This file is used in order to avoid duplicating in all SABRE SD boards. Replace any 'include' to 'require' to make sure an error is launched in case the file is missing. Change-Id: Ic50956c49a35c2e4f0af6c21e7495cce42698b56 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6dlsabresd.conf: Add KERNEL_DEVICETREEDaiane Angolini2013-08-071-0/+2
| | | | | Change-Id: Ic5af7bd92566fa15513fb188c8e0181d9f805d29 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6dlsabresd: Use U-Boot 2013.07Otavio Salvador2013-07-101-5/+1
| | | | | Change-Id: Ieb49b155a1332124c51f548cbb0057fb0b52dcf9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: include vendor name and SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: I0e90c0881c0282c9a0fa7e4cde154d3f454c2ce5 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador2013-04-171-1/+1
| | | | | | | | | | | The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Use U-Boot 2009.08 from FreescaleOtavio Salvador2013-04-171-0/+2
| | | | | | | The U-Boot 2013.04 does not has support for i.MX6DL SabreSD so ensure we use U-Boot 2009.08 until it is added. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Fix machine descriptionOtavio Salvador2013-03-301-2/+2
| | | | | Change-Id: I7c1b6324925f8d9b5d534cb9ab5999d5e864597e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add machine definitionDaiane Angolini2013-03-221-0/+16
Add machine definition for Freescale i.MX6DL SabreSD board. Also called i.MX6DL SDP Change-Id: I4bfa8568109bc76e1f4880dbb7266691e25874cc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>