diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-12 22:10:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-12 22:10:44 +0000 |
commit | d24388da4432c126c9591ac4db493ead241d16ca (patch) | |
tree | dc1a70cce7a3ceecaba5a5d04b64a176ca67dbd3 | |
parent | afafbc0d7454cb3271477698782cdf3197d06295 (diff) | |
download | upstream-d24388da4432c126c9591ac4db493ead241d16ca.tar.gz upstream-d24388da4432c126c9591ac4db493ead241d16ca.tar.bz2 upstream-d24388da4432c126c9591ac4db493ead241d16ca.zip |
bcm53xx: add a comment about the gpio base patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45408
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch b/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch index 07be910369..de1dd0914d 100644 --- a/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch +++ b/target/linux/bcm53xx/patches-3.18/180-bcma_set_gpio_base.patch @@ -1,5 +1,7 @@ Subject: [PATCH] bcma: set gpio chip->base for CONFIG_ARCH_BCM_5301X like on 47xx +This makes system GPIOs easier to deal with, e.g. for user space scripts. + Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- --- a/drivers/bcma/driver_gpio.c |