summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk.dts
AgeCommit message (Collapse)Author
2016-03-31MLK-12573 ARM: dts: set LCD_nPWREN low to make VLCD_3V3 output 3V3.Robby Cai
Q901 (IRLML6401) is p-channel MOSET, need set pin1 (LCD_nPWREN) to low to let pin3 output be 3V3. Normally when pin1 is high, then pin3 output should be gated. It was working previously due to some leakage. Correct the enable logic from the software viewpoint. Signed-off-by: Robby Cai <robby.cai@nxp.com> (cherry picked from commit c70398a0b2e860d0bd9478d956d077eff8e7ea4f)
2016-03-15MLK-12556 dts: i.mx6ul: configure the CMA region by defaultJason Liu
CMA region is a must to avoid the multile memory mapping for the DMAed memory and also benifit the large continious phisical memory allocation. The default value is depend on the target system design and user cases definition. This is not suitable to put this into the soc.dtsi, thus we put it into the board DTS. customer can override the value by changing cma size in DTS file. Again, customer need set the CMA size correctly according to the target system. The incorrectly CMA size can cause Linux kernel fail to boot up.CMA disabled or CMA size set to zero is also not allowed. Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
2016-01-14MLK-12126 ARM: dts: imx6/imx7d: correct wdog pinctrl settingRobin Gong
We move WDOG_B pinctrl setting from pinctrl_hog to wdog driver, so need to remove the original setting in pinctl_hog device node, otherwise the below warning message will be caught: [ 1.284161] imx6ul-pinctrl 20e0000.iomuxc: pin MX6UL_PAD_LCD_RESET already requested by 20e0000.iomuxc; cannot claim for 20bc000.wdog [ 1.294990] imx6ul-pinctrl 20e0000.iomuxc: pin-69 (20bc000.wdog) status -22 [ 1.300689] imx6ul-pinctrl 20e0000.iomuxc: could not request pin 69 (MX6UL_PAD_LCD_RESET) from group wdoggrp on device 20e0000.iomuxc [ 1.311550] imx2-wdt 20bc000.wdog: Error applying setting, reverse things back Signed-off-by: Robin Gong <b38343@freescale.com>
2016-01-14MLK-12087 ARM: dts: imx6ul-9x9-evk.dts: add dual-role support for otg portPeter Chen
Add dual-role support for imx6ul-9x9 evk board, the full otg function is not supported at this board due to the vbus can't be controlled by software. Signed-off-by: Peter Chen <peter.chen@freescale.com>
2016-01-14MLK-11465-2: ARM: dts: imx7d/imx6ul: update SW1A for PFUZE3000Robin Gong
Update max voltage of SW1A to 3.3V on PF3000, see below datasheet: http://cache.freescale.com/files/analog/doc/data_sheet/PF3000.pdf?fsrch=1&sr=1&pageNum=1 Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 5cd7d3c5933b052b899183a45fa4be8cdb2a0c69)
2016-01-14MLK-11781-2 dts: imx6ul-9x9-evk: fix uSDHC1 CD GPIO polarityDong Aisheng
The default gpio flag is 0 which actually means ACTIVE_HIGH. However, it should be ACTIVE_LOW. Change it using correct macro directly. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
2016-01-14MLK-11781-1 dts: imx6ul-evk: add non-removable property for TF cardDong Aisheng
The TF card slot on uSDHC2 does not support CD function, so add non-removable property. Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
2016-01-14MLK-11461-1 ARM: dts: imx6ul: add LDO bypass support for 9x9 EVKAnson Huang
i.MX6UL-9x9-EVK board has PFUZE3000, enable LDO bypass support. Signed-off-by: Anson Huang <b20788@freescale.com> (cherry picked from commit 5118bf0b755a0b4fbd1f2999f3aa023208c8de82)
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)