]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: imx: specify the value of audmux pinctrl instead of 0x80000000
authorNicolin Chen <b42378@freescale.com>
Sat, 8 Feb 2014 02:14:28 +0000 (10:14 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:16 +0000 (21:16 -0600)
commit5bc2a4f5bda12e295447c5ac703e17bb9537f9d5
tree57bcc4ff9b0e3ebe5eaba679a9636ce26cfcace7
parent02fe7ef5f8650de9b2ce2e861219e935914449c3
ARM: dts: imx: specify the value of audmux pinctrl instead of 0x80000000

We must specify the value of audmux pinctrl if we want to use pinctrl_pm().
Thus change bypass value 0x80000000 to what we exactly need.

This patch also seperately unset PUE bit for TXD so that IOMUX won't pull
up/down the pin after turning into tristate. When we use SSI normal mode to
playback monaural audio via I2S signal, there'd be a pulled curve occur to
its signal at the second slot if setting PUE bit for TXD. And it will make
the second channel to play a constant noise. So by keeping the signal level
in the second slot, we can get a constant high level signal (-1) or a low
level one (0).

Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
[shawn.guo: cherry-pick commit 77112dd58aa4 from upstream]
arch/arm/boot/dts/imx6q-sabrelite.dts
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
arch/arm/boot/dts/imx6qdl-wandboard.dtsi