Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
pcm-bit-first = "MSB";
frame-sync-width = <1>;
hp-plug-gpio = <&r_pio PL 11 GPIO_ACTIVE_HIGH>;
// 5.15 GPIO config
hp-det-gpio = <&pio PB 2 GPIO_ACTIVE_HIGH>;
Comment thread
vamrs-feng marked this conversation as resolved.
// 6.6 GPIO config
irq-gpio = <&pio PB 2 GPIO_ACTIVE_HIGH>;
Comment thread
RadxaYuntian marked this conversation as resolved.
Comment thread
vamrs-feng marked this conversation as resolved.
jack-det-gpio = <&r_pio PL 11 GPIO_ACTIVE_HIGH>;
jack-det-gpio-level = <0>;
jack-det-threshold = <1>;
jack-key-det-threshold = <10>;
jack-det-debouce-time = <15>;
Expand Down
Loading