diff options
author | Qipan Li <Qipan.Li@csr.com> | 2013-09-29 10:27:58 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-08 04:18:15 -0400 |
commit | af614b2301f0e30423240a754ec2812a4c793201 (patch) | |
tree | 0eb5a1f8866e74d5fd574638b11b2651380595e8 /arch/arm/boot | |
parent | fb85f4290ddf646548ac30848863f3211c3d2e54 (diff) |
pinctrl: sirf: add lost USP-based UART pin groups for prima2
USP(Universal Serial Ports) can be UART as commit 5df831117b85a08e7aa,
this patch defines the USP-based UART function pin groups for prima2.
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')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 766aa395f85c..569763a0e788 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi | |||
@@ -485,18 +485,42 @@ | |||
485 | sirf,function = "usp0"; | 485 | sirf,function = "usp0"; |
486 | }; | 486 | }; |
487 | }; | 487 | }; |
488 | usp0_uart_nostreamctrl_pins_a: usp0@1 { | ||
489 | usp0 { | ||
490 | sirf,pins = | ||
491 | "usp0_uart_nostreamctrl_grp"; | ||
492 | sirf,function = | ||
493 | "usp0_uart_nostreamctrl"; | ||
494 | }; | ||
495 | }; | ||
488 | usp1_pins_a: usp1@0 { | 496 | usp1_pins_a: usp1@0 { |
489 | usp1 { | 497 | usp1 { |
490 | sirf,pins = "usp1grp"; | 498 | sirf,pins = "usp1grp"; |
491 | sirf,function = "usp1"; | 499 | sirf,function = "usp1"; |
492 | }; | 500 | }; |
493 | }; | 501 | }; |
502 | usp1_uart_nostreamctrl_pins_a: usp1@1 { | ||
503 | usp1 { | ||
504 | sirf,pins = | ||
505 | "usp1_uart_nostreamctrl_grp"; | ||
506 | sirf,function = | ||
507 | "usp1_uart_nostreamctrl"; | ||
508 | }; | ||
509 | }; | ||
494 | usp2_pins_a: usp2@0 { | 510 | usp2_pins_a: usp2@0 { |
495 | usp2 { | 511 | usp2 { |
496 | sirf,pins = "usp2grp"; | 512 | sirf,pins = "usp2grp"; |
497 | sirf,function = "usp2"; | 513 | sirf,function = "usp2"; |
498 | }; | 514 | }; |
499 | }; | 515 | }; |
516 | usp2_uart_nostreamctrl_pins_a: usp2@1 { | ||
517 | usp2 { | ||
518 | sirf,pins = | ||
519 | "usp2_uart_nostreamctrl_grp"; | ||
520 | sirf,function = | ||
521 | "usp2_uart_nostreamctrl"; | ||
522 | }; | ||
523 | }; | ||
500 | usb0_utmi_drvbus_pins_a: usb0_utmi_drvbus@0 { | 524 | usb0_utmi_drvbus_pins_a: usb0_utmi_drvbus@0 { |
501 | usb0_utmi_drvbus { | 525 | usb0_utmi_drvbus { |
502 | sirf,pins = "usb0_utmi_drvbusgrp"; | 526 | sirf,pins = "usb0_utmi_drvbusgrp"; |