diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/gpiolib.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/gpiolib.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c index 60a9f7247205..a82adc3c98a5 100644 --- a/arch/arm/plat-s3c24xx/gpiolib.c +++ b/arch/arm/plat-s3c24xx/gpiolib.c | |||
@@ -82,7 +82,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
82 | .base = S3C2410_GPACON, | 82 | .base = S3C2410_GPACON, |
83 | .pm = __gpio_pm(&s3c_gpio_pm_1bit), | 83 | .pm = __gpio_pm(&s3c_gpio_pm_1bit), |
84 | .chip = { | 84 | .chip = { |
85 | .base = S3C2410_GPA0, | 85 | .base = S3C2410_GPA(0), |
86 | .owner = THIS_MODULE, | 86 | .owner = THIS_MODULE, |
87 | .label = "GPIOA", | 87 | .label = "GPIOA", |
88 | .ngpio = 24, | 88 | .ngpio = 24, |
@@ -94,7 +94,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
94 | .base = S3C2410_GPBCON, | 94 | .base = S3C2410_GPBCON, |
95 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 95 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
96 | .chip = { | 96 | .chip = { |
97 | .base = S3C2410_GPB0, | 97 | .base = S3C2410_GPB(0), |
98 | .owner = THIS_MODULE, | 98 | .owner = THIS_MODULE, |
99 | .label = "GPIOB", | 99 | .label = "GPIOB", |
100 | .ngpio = 16, | 100 | .ngpio = 16, |
@@ -104,7 +104,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
104 | .base = S3C2410_GPCCON, | 104 | .base = S3C2410_GPCCON, |
105 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 105 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
106 | .chip = { | 106 | .chip = { |
107 | .base = S3C2410_GPC0, | 107 | .base = S3C2410_GPC(0), |
108 | .owner = THIS_MODULE, | 108 | .owner = THIS_MODULE, |
109 | .label = "GPIOC", | 109 | .label = "GPIOC", |
110 | .ngpio = 16, | 110 | .ngpio = 16, |
@@ -114,7 +114,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
114 | .base = S3C2410_GPDCON, | 114 | .base = S3C2410_GPDCON, |
115 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 115 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
116 | .chip = { | 116 | .chip = { |
117 | .base = S3C2410_GPD0, | 117 | .base = S3C2410_GPD(0), |
118 | .owner = THIS_MODULE, | 118 | .owner = THIS_MODULE, |
119 | .label = "GPIOD", | 119 | .label = "GPIOD", |
120 | .ngpio = 16, | 120 | .ngpio = 16, |
@@ -124,7 +124,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
124 | .base = S3C2410_GPECON, | 124 | .base = S3C2410_GPECON, |
125 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 125 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
126 | .chip = { | 126 | .chip = { |
127 | .base = S3C2410_GPE0, | 127 | .base = S3C2410_GPE(0), |
128 | .label = "GPIOE", | 128 | .label = "GPIOE", |
129 | .owner = THIS_MODULE, | 129 | .owner = THIS_MODULE, |
130 | .ngpio = 16, | 130 | .ngpio = 16, |
@@ -134,7 +134,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
134 | .base = S3C2410_GPFCON, | 134 | .base = S3C2410_GPFCON, |
135 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 135 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
136 | .chip = { | 136 | .chip = { |
137 | .base = S3C2410_GPF0, | 137 | .base = S3C2410_GPF(0), |
138 | .owner = THIS_MODULE, | 138 | .owner = THIS_MODULE, |
139 | .label = "GPIOF", | 139 | .label = "GPIOF", |
140 | .ngpio = 8, | 140 | .ngpio = 8, |
@@ -145,7 +145,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { | |||
145 | .base = S3C2410_GPGCON, | 145 | .base = S3C2410_GPGCON, |
146 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), | 146 | .pm = __gpio_pm(&s3c_gpio_pm_2bit), |
147 | .chip = { | 147 | .chip = { |
148 | .base = S3C2410_GPG0, | 148 | .base = S3C2410_GPG(0), |
149 | .owner = THIS_MODULE, | 149 | .owner = THIS_MODULE, |
150 | .label = "GPIOG", | 150 | .label = "GPIOG", |
151 | .ngpio = 10, | 151 | .ngpio = 10, |