aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/at91-sama5d27_som1_ek.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
index 9c9088c99cc4..f13ef4fbab60 100644
--- a/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
@@ -67,7 +67,7 @@
67 67
68 usb1: ohci@00400000 { 68 usb1: ohci@00400000 {
69 num-ports = <3>; 69 num-ports = <3>;
70 atmel,vbus-gpio = <&pioA PIN_PA10 GPIO_ACTIVE_HIGH>; 70 atmel,vbus-gpio = <&pioA PIN_PA27 GPIO_ACTIVE_HIGH>;
71 pinctrl-names = "default"; 71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_usb_default>; 72 pinctrl-0 = <&pinctrl_usb_default>;
73 status = "okay"; 73 status = "okay";
@@ -330,7 +330,7 @@
330 }; 330 };
331 331
332 pinctrl_led_gpio_default: led_gpio_default { 332 pinctrl_led_gpio_default: led_gpio_default {
333 pinmux = <PIN_PA27__GPIO>, 333 pinmux = <PIN_PA10__GPIO>,
334 <PIN_PB1__GPIO>, 334 <PIN_PB1__GPIO>,
335 <PIN_PA31__GPIO>; 335 <PIN_PA31__GPIO>;
336 bias-pull-up; 336 bias-pull-up;
@@ -396,7 +396,7 @@
396 }; 396 };
397 397
398 pinctrl_usb_default: usb_default { 398 pinctrl_usb_default: usb_default {
399 pinmux = <PIN_PA10__GPIO>, 399 pinmux = <PIN_PA27__GPIO>,
400 <PIN_PD19__GPIO>; 400 <PIN_PD19__GPIO>;
401 bias-disable; 401 bias-disable;
402 }; 402 };
@@ -520,17 +520,17 @@
520 520
521 red { 521 red {
522 label = "red"; 522 label = "red";
523 gpios = <&pioA PIN_PA27 GPIO_ACTIVE_LOW>; 523 gpios = <&pioA PIN_PA10 GPIO_ACTIVE_HIGH>;
524 }; 524 };
525 525
526 green { 526 green {
527 label = "green"; 527 label = "green";
528 gpios = <&pioA PIN_PB1 GPIO_ACTIVE_LOW>; 528 gpios = <&pioA PIN_PB1 GPIO_ACTIVE_HIGH>;
529 }; 529 };
530 530
531 blue { 531 blue {
532 label = "blue"; 532 label = "blue";
533 gpios = <&pioA PIN_PA31 GPIO_ACTIVE_LOW>; 533 gpios = <&pioA PIN_PA31 GPIO_ACTIVE_HIGH>;
534 linux,default-trigger = "heartbeat"; 534 linux,default-trigger = "heartbeat";
535 }; 535 };
536 }; 536 };