Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652488
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/4] pinctrl: rockchip: Add iomux-route switching support |
| Date | 2017-05-29 14:30 +0200 |
| Message-ID | <tMrY6-8e7-11@gated-at.bofh.it> (permalink) |
| References | <tLhHr-2RG-5@gated-at.bofh.it> <tLhHr-2RG-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, May 26, 2017 at 9:20 AM, David Wu <david.wu@rock-chips.com> wrote: > On the some rockchip SOCS, some things like rk3399 specific uart2 can use > multiple pins. Somewhere between the pin io-cells and the uart it seems > to have some sort of switch to decide to which pin to actually route the > data. > > +-------+ +--------+ /- GPIO4_B0 (pinmux 2) > > | uart2 | -- | switch | --- GPIO4_C0 (pinmux 2) > > +-------+ +--------+ \- GPIO4_C3 (pinmux 2) > (switch selects one of the 3 pins base on the GRF_SOC_CON7[BIT0, BIT1]) > > The routing switch is determined by one pin of a specific group to be set > to its special pinmux function. If the pinmux setting is wrong for that > pin the ip block won't work correctly anyway. > > Signed-off-by: David Wu <david.wu@rock-chips.com> Patch applied with Heiko's ACK. Yours, Linus Walleij
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/4] pinctrl: rockchip: Add iomux-route switching support David Wu <david.wu@rock-chips.com> - 2017-05-26 09:20 +0200 Re: [PATCH v2 1/4] pinctrl: rockchip: Add iomux-route switching support Linus Walleij <linus.walleij@linaro.org> - 2017-05-29 14:30 +0200
csiph-web