Commit a730b43
committed
drivers/gpio: fix potential issue which cause by enabling pull-up/pull-down.
For PIO3 enabling the pull-down resistor while the pull-up resistor is still enabled is not possible. Likewise, enabling the pull-up resistor while the pull-down resistor is still enabled is not possible.
Signed-off-by: Jeff Lin <min.lin@microchip.com>1 parent 8b2ac00 commit a730b43
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
272 | | - | |
273 | | - | |
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
278 | | - | |
279 | | - | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
0 commit comments