mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
rockchip: rk3036: fix grf macro define
Some of macros definition are not correct, fix them according to TRM. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
21c7acc7cb
commit
04e97e48d0
1 changed files with 2 additions and 2 deletions
|
@ -209,10 +209,10 @@ enum {
|
|||
GPIO1A3_I2S_LRCKTX,
|
||||
|
||||
GPIO1A2_SHIFT = 4,
|
||||
GPIO1A2_MASK = 6 << GPIO1A2_SHIFT,
|
||||
GPIO1A2_MASK = 3 << GPIO1A2_SHIFT,
|
||||
GPIO1A2_GPIO = 0,
|
||||
GPIO1A2_I2S_LRCKRX,
|
||||
GPIO1A2_I2S_PWM1_0,
|
||||
GPIO1A2_PWM1_0,
|
||||
|
||||
GPIO1A1_SHIFT = 2,
|
||||
GPIO1A1_MASK = 1 << GPIO1A1_SHIFT,
|
||||
|
|
Loading…
Add table
Reference in a new issue