[u-boot] rk gpio: gpio.h modify comment error.

Change-Id: I4dca6bf12cdbc8a7c661ab3ea4cedb4f0442d68b
Signed-off-by: Firefly <service@t-firefly.com>
(cherry picked from commit 34fcb211766e3e342ee6b5009c36a450f4d92a77)
This commit is contained in:
Firefly
2016-06-21 16:06:52 +08:00
committed by cjp
parent dba838394a
commit 33cc6a8f01
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ struct rk_gpio_bank {
* rk gpio api define the gpio format as:
* using 32 bit for rk gpio value,
* the high 24bit of gpio is bank id, the low 8bit of gpio is pin number
* eg: gpio = 0x00010008, it mean gpio1_b0, 0x00010000 is bank id of GPIO_BANK1, 0x00000008 is GPIO_B0
* eg: gpio = 0x00000108, it mean gpio1_b0, 0x00000100 is bank id of GPIO_BANK1, 0x00000008 is GPIO_B0
*/
/* bank and pin bit mask */

View File

@ -46,7 +46,7 @@ struct rk_gpio_bank {
* rk gpio api define the gpio format as:
* using 32 bit for rk gpio value,
* the high 24bit of gpio is bank id, the low 8bit of gpio is pin number
* eg: gpio = 0x00010008, it mean gpio1_b0, 0x00010000 is bank id of GPIO_BANK1, 0x00000008 is GPIO_B0
* eg: gpio = 0x00000108, it mean gpio1_b0, 0x00000100 is bank id of GPIO_BANK1, 0x00000008 is GPIO_B0
*/
/* bank and pin bit mask */