OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 72... Line 72...
72 pinctrl-0 = <&led_pins>; 72 pinctrl-0 = <&led_pins>;
Line 73... Line 73...
73   73  
74 GE0_ACT { 74 GE0_ACT {
75 label = "easy98020:ge0_act"; 75 label = "easy98020:ge0_act";
-   76 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
76 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; 77 default-state = "off";
77 }; 78 };
78 GE0_LINK { 79 GE0_LINK {
79 label = "easy98020:ge0_link"; 80 label = "easy98020:ge0_link";
-   81 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
80 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; 82 default-state = "off";
81 }; 83 };
82 GE1_ACT { 84 GE1_ACT {
83 label = "easy98020:ge1_act"; 85 label = "easy98020:ge1_act";
-   86 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
84 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>; 87 default-state = "off";
85 }; 88 };
86 GE1_LINK { 89 GE1_LINK {
87 label = "easy98020:ge1_link"; 90 label = "easy98020:ge1_link";
-   91 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
88 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; 92 default-state = "off";
89 }; 93 };
90 }; 94 };