Skip to content

Commit

Permalink
pinctrl: rockchip: Add rk3288 GPIO0_D0 ~ GPIO0_D7 pins support
Browse files Browse the repository at this point in the history
Change-Id: If8b51cc98ea38076b4721b09a307299ac5feed0f
Signed-off-by: David Wu <david.wu@rock-chips.com>
  • Loading branch information
SuperDavidWu committed Apr 20, 2017
1 parent 5fcd974 commit 1d9964a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pinctrl/pinctrl-rockchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -3003,10 +3003,10 @@ static struct rockchip_pin_ctrl rk3228_pin_ctrl = {
};

static struct rockchip_pin_bank rk3288_pin_banks[] = {
PIN_BANK_IOMUX_FLAGS(0, 24, "gpio0", IOMUX_SOURCE_PMU,
PIN_BANK_IOMUX_FLAGS(0, 32, "gpio0", IOMUX_SOURCE_PMU,
IOMUX_SOURCE_PMU,
IOMUX_SOURCE_PMU,
IOMUX_UNROUTED
IOMUX_SOURCE_PMU
),
PIN_BANK_IOMUX_FLAGS(1, 32, "gpio1", IOMUX_UNROUTED,
IOMUX_UNROUTED,
Expand Down

0 comments on commit 1d9964a

Please sign in to comment.