summaryrefslogtreecommitdiff
path: root/common/flash.c
diff options
context:
space:
mode:
authorKen Ma <make@marvell.com>2018-03-26 15:56:02 +0800
committerStefan Roese <sr@denx.de>2018-03-30 12:52:48 +0200
commit0237448a715468f910d2b30c548c171380f901c1 (patch)
treecd6f97659fb081b935b9fae1e0f65f08feb5b854 /common/flash.c
parent23626cac4b8a2a4a95b109526a97b3916ae2a40e (diff)
arm64: a37xx: pinctrl: Fix gpio pin offset in register
For armada_37xx_update_reg(), the parameter offset should be pointer so that it can be updated, otherwise offset will keep old value, and then when offset is larger than or equal to 32 the mask calculated by "BIT(offset)" will be 0 in gpio chip hook functions, it's an error, this patch set offset parameter of armada_37xx_update_reg() as pointer. Reviewed-on: http://vgitil04.il.marvell.com:8080/43287 Reviewed-by: Hua Jing <jinghua@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com> Cc: Simon Glass <sjg@chromium.org> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Ken Ma <make@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/flash.c')
0 files changed, 0 insertions, 0 deletions