[PATCH] ARM: dts: at91sam9260: fix usart pinctrl

Jonas Andersson jonas at microbit.se
Fri Jan 30 03:25:10 PST 2015


Corrected pins used by usart3.

Signed-off-by: Jonas Andersson <jonas at microbit.se>
---
  arch/arm/boot/dts/at91sam9260.dtsi | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91sam9260.dtsi 
b/arch/arm/boot/dts/at91sam9260.dtsi
index dd1313c..16ccfd9 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -489,12 +489,12 @@

                      pinctrl_usart3_rts: usart3_rts-0 {
                          atmel,pins =
-                            <AT91_PIOB 8 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC8 periph B */
+                            <AT91_PIOC 8 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC8 periph B */
                      };

                      pinctrl_usart3_cts: usart3_cts-0 {
                          atmel,pins =
-                            <AT91_PIOB 10 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC10 periph B */
+                            <AT91_PIOC 10 AT91_PERIPH_B 
AT91_PINCTRL_NONE>;    /* PC10 periph B */
                      };
                  };

-- 
1.9.3




More information about the linux-arm-kernel mailing list