-
Notifications
You must be signed in to change notification settings - Fork 7
Commit c94470f
author
committedWerner Almesberger
gpio-s3c6410.c (set_h): correct offset of pull-up register (by Andy Pevy)
Andy wrote:
In the set_h function, the offset used for calculating the pud
register address is set to 8 but the actual offset for the 3 registers
that use the function (GPIO ports H, K and L) should be 0x0C.
I have changed my code and I can now successfully use port K
on my application.1 parent 4fb1be1 commit c94470f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | - | ||
207 | + | ||
208 | 208 | | |
209 | - | ||
209 | + | ||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments