Skip to content

Commit c3b1d3d

Browse files
committed
[GPIO] roll back GPIO base from 1000 to 0
Change-Id: I88358967e3b46e9325196ce110faa1ac9ddf6950 Reviewed-on: https://tp-biosrd-v02/gerrit/82014 Reviewed-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com> Tested-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com>
1 parent a562402 commit c3b1d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/asm-generic/gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* actually an estimate of a board-specific value.
2626
*/
2727

28-
#define ARCH_GPIO_BASE 1000
28+
#define ARCH_GPIO_BASE 0
2929

3030
#ifndef ARCH_NR_GPIOS
3131
#define ARCH_NR_GPIOS 512

0 commit comments

Comments
 (0)