commit | 5efa994b0d49fa6321a828f3ba97d967b387a4c7 | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Sat May 17 14:06:59 2014 +0200 |
committer | Tony Lindgren <tony@atomide.com> | Mon May 19 17:20:31 2014 -0700 |
tree | 4865f406aa46d47842e533f96b52669c75abfed9 | |
parent | c4de4ecd43dafab5084c5f36012249a8e37f4068 [diff] |
ARM: dts: Convert DuoVero Parlor to use IOPAD macro Conversion done by following awk script. /0x[0-9a-f]{1,3} \(PIN/ { offset = sprintf("OMAP4_IOPAD(0x%03x, ", strtonum($1) + 64) sub(/0x[0-9a-f]{1,3} \(/, offset, $0) print $0 next } { print $0 } Cc: florian.vaussard@epfl.ch Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>