File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 compatible = "gpio-keys";
5757 switch0: switch_0 {
5858 /* gpio flags need validation */
59- gpios = <&gpio0 0 GPIO_INT_ACTIVE_LOW >;
59+ gpios = <&gpio0 0 GPIO_ACTIVE_LOW >;
6060 label = "DIP SW1 - Switch 1";
6161 };
6262 switch1: switch_1 {
6363 /* gpio flags need validation */
64- gpios = <&gpio0 1 GPIO_INT_ACTIVE_LOW >;
64+ gpios = <&gpio0 1 GPIO_ACTIVE_LOW >;
6565 label = "DIP SW1 - Switch 2";
6666 };
6767 switch2: switch_2 {
6868 /* gpio flags need validation */
69- gpios = <&gpio0 2 GPIO_INT_ACTIVE_LOW >;
69+ gpios = <&gpio0 2 GPIO_ACTIVE_LOW >;
7070 label = "DIP SW1 - Switch 3";
7171 };
7272 switch3: switch_3 {
7373 /* gpio flags need validation */
74- gpios = <&gpio0 3 GPIO_INT_ACTIVE_LOW >;
74+ gpios = <&gpio0 3 GPIO_ACTIVE_LOW >;
7575 label = "DIP SW1 - Switch 4";
7676 };
7777 };
You can’t perform that action at this time.
0 commit comments