Searched hist:b3bfcf592975f6c1113ff4879090e7a369bb026c (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rk3588.c | b3bfcf592975f6c1113ff4879090e7a369bb026c Wed Aug 17 01:23:44 UTC 2022 Jianqun Xu <jay.xu@rock-chips.com> pinctrl: rockchip: fix iomux set for rk3588 GPIO0_B4-GPIO0_D7
The pin range from GPIO0_B4 to GPIO0_D7 for rk3588 SoCs should set two registers for iomux, since each of them has 8 bits width.
This patch fixes a issue when reset the iomux from a value from larger than 8 to a value littler than 8, the high 4 bits should be reset to '0'.
Change-Id: I48cda1c76bfd9b6546c3b91f511a75ea1e36ce7a Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
|