aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ste-snowball.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-09-29 11:21:56 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-10-20 03:08:26 -0400
commit68d41f23ce8d049d05bdd96889d3a2504e7f21f0 (patch)
tree1ec20ed4c44e02306d947f1050f356904d01bff0 /arch/arm/boot/dts/ste-snowball.dts
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
pinctrl: nomadik: force-convert to generic mux bindings
This converts the Nomadik pin controller and all associated device trees to use the standard, generic mux bindings for pin controllers. There are no such device trees deployed in the wild so this is safe to do to set a good example. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r--arch/arm/boot/dts/ste-snowball.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
index 3e97a669f15e..d43f8b19e7dd 100644
--- a/arch/arm/boot/dts/ste-snowball.dts
+++ b/arch/arm/boot/dts/ste-snowball.dts
@@ -404,8 +404,8 @@
404 */ 404 */
405 eth_snowball_mode: eth_snowball { 405 eth_snowball_mode: eth_snowball {
406 snowball_mux { 406 snowball_mux {
407 ste,function = "sm"; 407 function = "sm";
408 ste,pins = "sm_b_1"; 408 groups = "sm_b_1";
409 }; 409 };
410 /* LAN IRQ pin */ 410 /* LAN IRQ pin */
411 snowball_cfg1 { 411 snowball_cfg1 {
@@ -423,8 +423,8 @@
423 sdi0 { 423 sdi0 {
424 sdi0_default_mode: sdi0_default { 424 sdi0_default_mode: sdi0_default {
425 snowball_mux { 425 snowball_mux {
426 ste,function = "mc0"; 426 function = "mc0";
427 ste,pins = "mc0dat31dir_a_1"; 427 groups = "mc0dat31dir_a_1";
428 }; 428 };
429 snowball_cfg1 { 429 snowball_cfg1 {
430 ste,pins = "GPIO21_AB3"; /* DAT31DIR */ 430 ste,pins = "GPIO21_AB3"; /* DAT31DIR */
@@ -436,8 +436,8 @@
436 ssp0 { 436 ssp0 {
437 ssp0_snowball_mode: ssp0_snowball_default { 437 ssp0_snowball_mode: ssp0_snowball_default {
438 snowball_mux { 438 snowball_mux {
439 ste,function = "ssp0"; 439 function = "ssp0";
440 ste,pins = "ssp0_a_1"; 440 groups = "ssp0_a_1";
441 }; 441 };
442 snowball_cfg1 { 442 snowball_cfg1 {
443 ste,pins = "GPIO144_B13"; /* FRM */ 443 ste,pins = "GPIO144_B13"; /* FRM */