arm: rpi: Drop the GPIO device addresses
We can rely on the device tree to provide this information. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cb0eae8cf8
commit
b59357464c
@ -9,11 +9,6 @@
|
||||
#ifndef _BCM2835_GPIO_H_
|
||||
#define _BCM2835_GPIO_H_
|
||||
|
||||
#ifndef CONFIG_BCM2835
|
||||
#define BCM2835_GPIO_BASE 0x3f200000
|
||||
#else
|
||||
#define BCM2835_GPIO_BASE 0x20200000
|
||||
#endif
|
||||
#define BCM2835_GPIO_COUNT 54
|
||||
|
||||
#define BCM2835_GPIO_FSEL_MASK 0x7
|
||||
|
Loading…
Reference in New Issue
Block a user