Re: [PATCH 1/2] ARM: dts: dra7-evm: Fix spi1 mux documentation

From: Nishanth Menon
Date: Thu Sep 04 2014 - 09:34:07 EST


On 08:23-20140904, Nishanth Menon wrote:
> 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: 6e58b8f1daaf1af340fb9309907e5ffa473c7aff ("ARM: dts: DRA7: Add
> the dts files for dra7 SoC and dra7-evm board")
^^^ uggh... apologies.. checkpatch slipped this one.. updated rev below
(wont repost unless requested), Apologies on the spam..
----8<----