commit | b9f56698c7e9bf7ac773b5346c4f6886e214b69b | [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 | 78ed94c8bc743b0a52060388fc9a1439606b71ac [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>