* Joachim Eastwood <[email protected]> [140517 05:08]:
> 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: [email protected]
> Signed-off-by: Joachim Eastwood <[email protected]>
> ---
> 
> Hi,
> 
> Checked md5sum before and after patch and the resulting dtb is the same. So
> this should be safe.

OK thanks applying into omap-for-v3.16/dt.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to