]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: dra7-evm: Fix spi1 mux documentation
authorNishanth Menon <nm@ti.com>
Thu, 4 Sep 2014 13:33:37 +0000 (08:33 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 4 Sep 2014 19:47:50 +0000 (12:47 -0700)
commit872f1e7fd1af35a2a2d8e9447c27bc3b6fa4a4f3
tree402daf30becf2e152dfb08fb28c349d7a8ab0b7b
parent8fe57e0dfe856aa82bd6cd62e8ab535df9a2a62f
ARM: dts: dra7-evm: Fix spi1 mux documentation

While auditing the various pin ctrl configurations using the following
command:
grep PIN_ arch/arm/boot/dts/dra7-evm.dts|(while read line;
do
v=`echo "$line" | sed -e "s/\s\s*/|/g" | cut -d '|' -f1 |
cut -d 'x' -f2|tr [a-z] [A-Z]`;
HEX=`echo "obase=16;ibase=16;4A003400+$v"| bc`;
echo "$HEX ===> $line";
done)
against DRA75x/74x NDA TRM revision S(SPRUHI2S August 2014),
documentation errors were found for spi1 pinctrl. Fix the same.

Fixes: 1f628a20c1c41f2 ("ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board")
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts