summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-9x9-evk.dts
AgeCommit message (Collapse)Author
2017-06-09MLK-14960-3: ARM: dts: imx6: remove 'fsl,wdog-reset'Robin Gong
Remove usless 'fsl,wdog-reset' property in dts on v4.9 Signed-off-by: Robin Gong <yibin.gong@nxp.com> (cherry picked from commit bfe33c0df6a7cba546fcc5b30609be277f499af2)
2017-06-09MLK-14960-2: ARM: dts: imx6/imx7: correct to "fsl,ext-reset-output"Robin Gong
align watchdog external reset output property with community instead of "fsl,wdog_b". Signed-off-by: Robin Gong <yibin.gong@nxp.com> (cherry picked from commit c07391d10d74a1c85a0978085a3ac0a761fb6410)
2017-06-09MLK-14638-2 ARM: dts: add off-on-delay for usdhc vmmc-supply regulatorHaibo Chen
For the slot support SD3.0 card, during system suspend, if plug out the sd card, and insert another SD3.0 card, after system resume back, SD3.0 card can't be recognised as SD3.0 card, just SD2.0 card. This is bause the time delay between vmmc regulator off and on is too small, this patch add the oo-on-delay in vmmc-supply regulator, to assign proper delay value. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2017-06-08MLK-14301: imx dts: Fix cpu regulator referencesLeonard Crestez
On imx_4.9.y we no longer override the cpu arm/soc/pu-supply properties to link to pmic directly but rather rely on the regulator core propagating a set_voltage on a bypassed regulator upwards. This change was already performance for imx6qdl, now do it for all the boards using ldo-bypass. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2017-06-08MLK-13766 ARM: dts: imx6ull-9x9-evk: correct the xnur pad settingHaibo Chen
Setting the xnur-gpio to GPIO_ACTIVE_LOW, otherwise touch calibration may has some issue. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2017-06-08MLK-13724: ARM: dts: fix audio error log in kernel boot upShengjiu Wang
Below error happen when boot up imx6ul/imx6ull 9x9 board. which is caused by that dts is not updated in commit 0a4c5844f91de8 ("MLK-12059 ARM: dts: imx6ul-14x14-evk: add mic detect gpio to support headset Jack") [ 1.871240] imx-wm8960 sound: ASoC: Failed to add route HP_L -> direct -> Headset Jack [ 1.884002] imx-wm8960 sound: ASoC: Failed to add route HP_R -> direct -> Headset Jack [ 1.896532] imx-wm8960 sound: ASoC: Failed to add route Hp MIC -> direct -> LINPUT2 [ 1.909936] imx-wm8960 sound: ASoC: Failed to add route Hp MIC -> direct -> LINPUT3 [ 1.923511] imx-wm8960 sound: ASoC: Failed to add route MICB -> direct -> Hp MIC Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2017-06-08MLK-13369-2: ARM: dts: Add more parameters for gpr property of soundShengjiu Wang
The new parameter description is: gpr = <gpr-node, register-offset, mask, value>; Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2017-06-08MLK-13096-01 ARM: dts: imx: Update OPP table of imx6ullBai Ping
According to the latest datasheet(Rev. 0,09/2016), update the setpoints of i.MX6ULL. we add 25mV margin to cover IR drop and board tolerance. LDO enable: Freq VDD_SOC VDD_ARM 528MHz 1.175V 1.175V 396MHz 1.175V 1.025V 198MHz 1.175V 0.95V LDO bypass Freq VDD_SOC VDD_ARM 528MHz 1.175V 1.175V 396Mhz 1.175V 1.175V 198MHz 1.175V 1.175V Signed-off-by: Bai Ping <ping.bai@nxp.com>
2017-06-08MLK-13071 ARM: dts: imx6ullevk: Add support for imx6ull 9x9 EVK boardYe Li
Add DTS file imx6ull-9x9-evk.dts which is originated from i.MX6UL EVK with some changes: 1. Include imx6ull.dtsi as base 2. sim2 is removed. 3. Move GPIO5 pins setting to iomuxc-snvs 4. Enable CSI and ov5640 Signed-off-by: Ye Li <ye.li@nxp.com>