diff options
author | Qipan Li <Qipan.Li@csr.com> | 2013-09-29 10:27:57 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-08 04:16:34 -0400 |
commit | fb85f4290ddf646548ac30848863f3211c3d2e54 (patch) | |
tree | b53cc4067028c19b45c65e5a408737291caec938 /arch | |
parent | 606fca94f7bd156d37be1b38b3aded3ede5994b1 (diff) |
pinctrl: sirf: add lost uart0-no-stream-control pingroup for prima2
the old codes defined uart0_nostreamctrl_pins, but missed pingroup
and padmux definition for it. this patch fixes it.
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')
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index bbeb623fc2c6..766aa395f85c 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi | |||
@@ -341,6 +341,12 @@ | |||
341 | sirf,function = "uart0"; | 341 | sirf,function = "uart0"; |
342 | }; | 342 | }; |
343 | }; | 343 | }; |
344 | uart0_noflow_pins_a: uart0@1 { | ||
345 | uart { | ||
346 | sirf,pins = "uart0_nostreamctrlgrp"; | ||
347 | sirf,function = "uart0_nostreamctrl"; | ||
348 | }; | ||
349 | }; | ||
344 | uart1_pins_a: uart1@0 { | 350 | uart1_pins_a: uart1@0 { |
345 | uart { | 351 | uart { |
346 | sirf,pins = "uart1grp"; | 352 | sirf,pins = "uart1grp"; |