diff options
author | Qipan Li <Qipan.Li@csr.com> | 2013-07-04 07:55:26 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-07-21 22:52:19 (GMT) |
commit | d58e9a02e1435744d80a99742d1135a6921318eb (patch) | |
tree | ac91ebab68fe18aad284e6805fc2b983a8d26898 /arch/arm/boot/dts/atlas6.dtsi | |
parent | 42a708c9328b1b23ed5f415401975e37a64f2747 (diff) | |
download | linux-d58e9a02e1435744d80a99742d1135a6921318eb.tar.xz |
pinctrl: sirf: add usp0_uart_nostreamctrl pin group for usp-uart without flowctrl
this patch adds the lost pin group which supports to let USP0 to simulate
a UART without hardware flow control.
Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 9866cd7..5370412 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -485,6 +485,12 @@ sirf,function = "usp0"; }; }; + usp0_uart_nostreamctrl_pins_a: usp0@1 { + usp0 { + sirf,pins = "usp0_uart_nostreamctrl_grp"; + sirf,function = "usp0_uart_nostreamctrl"; + }; + }; usp1_pins_a: usp1@0 { usp1 { sirf,pins = "usp1grp"; |