Files
android_kernel_xiaomi_sm8450/arch/arm/boot/dts
Nishanth Menon 68e4d9e58d 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: 6e58b8f1da ("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>
2014-09-04 12:47:50 -07:00
..
2014-07-15 05:08:56 -07:00
2014-01-17 12:36:41 -08:00
2014-07-18 16:49:35 +08:00
2014-07-15 05:08:56 -07:00
2014-04-18 16:40:08 -07:00
2014-05-21 14:20:27 +02:00
2014-05-06 10:19:49 -07:00
2014-07-18 16:49:47 +08:00
2014-04-23 15:24:06 -04:00
2014-04-23 15:24:06 -04:00
2014-04-23 15:24:06 -04:00
2014-07-29 07:31:40 +02:00
2014-07-29 07:31:40 +02:00
2014-01-31 14:58:56 -08:00