]> Git Repo - linux.git/commitdiff
ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX
authorPeter Griffin <[email protected]>
Mon, 28 Sep 2015 12:37:00 +0000 (14:37 +0200)
committerMaxime Coquelin <[email protected]>
Wed, 30 Sep 2015 08:04:52 +0000 (10:04 +0200)
This patch adds the pinconfig for IRB TX and IRB UHF.

Signed-off-by: M'boumba Cedric Madianga <[email protected]>
Acked-by: Lee Jones <[email protected]>
Acked-by: Patrice Chotard <[email protected]>
Signed-off-by: Peter Griffin <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
arch/arm/boot/dts/stih407-pinctrl.dtsi

index 352fe98535f5211d12f6b54557efea7595aec928..9daab1f3dc81dae620149e46ea703d227e7ffcc7 100644 (file)
                                                ir = <&pio4 0 ALT2 IN>;
                                        };
                                };
+
+                               pinctrl_uhf: uhf0 {
+                                       st,pins {
+                                               ir = <&pio4 1 ALT2 IN>;
+                                       };
+                               };
+
+                               pinctrl_tx: tx0 {
+                                       st,pins {
+                                               tx = <&pio4 2 ALT2 OUT>;
+                                       };
+                               };
+
+                               pinctrl_tx_od: tx_od0 {
+                                       st,pins {
+                                               tx_od = <&pio4 3 ALT2 OUT>;
+                                       };
+                               };
                        };
 
                        /* SBC_ASC0 - UART10 */
This page took 0.066521 seconds and 4 git commands to generate.