]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: BCM47XX: Get GPIO pin from nvram configuration
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 18 Sep 2013 11:31:15 +0000 (13:31 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 18 Sep 2013 20:29:46 +0000 (22:29 +0200)
commitae8d59477c8d8c527cac7f3bee04b3c79d2ffd11
tree771debb0ec5c81137fc7310b7257532b7e84f1a5
parent97dc921d4b21b18fc449f7d3c567328b6ae8df76
MIPS: BCM47XX: Get GPIO pin from nvram configuration

The nvram contains some gpio configuration for boards. It is stored in
a gpio<number>=name format e.g.
gpio8=wps_button
gpio4=robo_reset

This patches adds a function to parse these entries, so other driver
can use it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5841/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm47xx/nvram.c
arch/mips/include/asm/mach-bcm47xx/bcm47xx_nvram.h