commit | 5903287628707cf0fdb81764129bf60f8ea77edd | [log] [tgz] |
---|---|---|
author | Tomas Novotny <tomas@novotny.cz> | Fri Feb 01 06:46:00 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 18 13:48:03 2013 -0500 |
tree | b69aa9d4071b27dfaa86c838db9dd95f6c938a9a | |
parent | e20950475e43365cea76573065eb7567e3a29f82 [diff] |
da8xx: Add the missing pinmux for da830 to the gpio driver The pinmux was generated from linux/arch/arm/mach-davinci/da830.c as of kernel version 3.7.5. If the driver is used for the da850, then SoC variant must be specified by CONFIG_SOC_DA850. Signed-off-by: Tomas Novotny <tomas@novotny.cz> Cc: Tom Rini <trini@ti.com>