Skip to content

Commit

Permalink
Update zazu.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 authored Jun 27, 2024
1 parent 9391fcc commit f93e043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/zazu/zazu.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) RC(3,9)
center_encoder: encoder_center {
compatible = "alps,ec11";
label = "CENTER_ENCODER";
a-gpios = <&gpio0 29 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
b-gpios = <&gpio0 31 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
a-gpios = <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&gpio0 31 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
resolution = <1>;
steps = <30>;
status = "okay";
Expand Down Expand Up @@ -255,4 +255,4 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) RC(3,9)
evt-type = <INPUT_EV_REL>;
input-code = <INPUT_REL_Y>;
};
};
};

0 comments on commit f93e043

Please sign in to comment.