Skip to content

Commit

Permalink
dts: connect4: Switch left sniff pins
Browse files Browse the repository at this point in the history
In the Connect 4 series design, the sniff pins on the left side are reversed.
Change sniff and ack in order to make module discovery work again.

Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
  • Loading branch information
nbuchwitz committed Jun 27, 2023
1 parent 5e35c40 commit ea57101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/overlays/revpi-connect4-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
connect-gpios = <&gpio 6 GPIO_ACTIVE_HIGH>,
<&gpio 16 GPIO_ACTIVE_HIGH>;

left-sniff-gpios = <&expander_core 9 GPIO_ACTIVE_HIGH>,
<&expander_core 8 GPIO_ACTIVE_HIGH>;
left-sniff-gpios = <&expander_core 8 GPIO_ACTIVE_HIGH>,
<&expander_core 9 GPIO_ACTIVE_HIGH>;
right-sniff-gpios = <&expander_core 12 GPIO_ACTIVE_HIGH>,
<&expander_core 11 GPIO_ACTIVE_HIGH>;
};
Expand Down

0 comments on commit ea57101

Please sign in to comment.