summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-9x9-evk.dts
AgeCommit message (Collapse)Author
2017-01-20MLK-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> (cherry picked from commit 55eda3c89671c4463df0539043e139c419c8126d)
2017-01-19MLK-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> (cherry picked from commit 4e108b15cdc57859886e1b9b4bd442e5d1df3904)
2016-11-16MLK-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> (cherry picked from commit 7a97a245bb794d3dfac11240941e5bda653cab74)
2016-08-22MLK-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>
2016-08-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>