aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9263.dtsi
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-04-23 20:34:25 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-05-17 05:27:49 -0400
commit92f8629b60cace02e3e294f92672c790695d0cca (patch)
tree039e52293baa9a1842467425ea1a0f887334333d /arch/arm/boot/dts/at91sam9263.dtsi
parent6db64d2978665c9bd70d1054923e00b59a823cc9 (diff)
ARM: at91: dt: switch to standard GPIO flag defines.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9263.dtsi9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index 89f4e9422258..5edfadf20482 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -7,6 +7,7 @@
7 */ 7 */
8 8
9#include "skeleton.dtsi" 9#include "skeleton.dtsi"
10#include <dt-bindings/gpio/gpio.h>
10 11
11/ { 12/ {
12 model = "Atmel AT91SAM9263 family SoC"; 13 model = "Atmel AT91SAM9263 family SoC";
@@ -515,8 +516,8 @@
515 atmel,nand-cmd-offset = <22>; 516 atmel,nand-cmd-offset = <22>;
516 pinctrl-names = "default"; 517 pinctrl-names = "default";
517 pinctrl-0 = <&pinctrl_nand>; 518 pinctrl-0 = <&pinctrl_nand>;
518 gpios = <&pioA 22 0 519 gpios = <&pioA 22 GPIO_ACTIVE_HIGH
519 &pioD 15 0 520 &pioD 15 GPIO_ACTIVE_HIGH
520 0 521 0
521 >; 522 >;
522 status = "disabled"; 523 status = "disabled";
@@ -532,8 +533,8 @@
532 533
533 i2c@0 { 534 i2c@0 {
534 compatible = "i2c-gpio"; 535 compatible = "i2c-gpio";
535 gpios = <&pioB 4 0 /* sda */ 536 gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
536 &pioB 5 0 /* scl */ 537 &pioB 5 GPIO_ACTIVE_HIGH /* scl */
537 >; 538 >;
538 i2c-gpio,sda-open-drain; 539 i2c-gpio,sda-open-drain;
539 i2c-gpio,scl-open-drain; 540 i2c-gpio,scl-open-drain;