summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-9x9-evk.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-18652 ARM: dts: imx6: update ARM sw2iso timing settingAnson Huang
The sw2iso count should cover ARM LDO ramp-up time, the MAX ARM LDO ramp-up time may be up to more than 100us, this patch sets sw2iso to 0xf (~384us) which is the default value. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-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>
2019-02-12MLK-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>
2019-02-12MLK-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>
2019-02-12MLK-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>
2019-02-12MLK-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>
2019-02-12MLK-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>
2019-02-12MLK-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>