Page MenuHomeFreeBSD

AM335x: fix gpio_pin numbers in lookup table
ClosedPublic

Authored by oskar.holmlund_ohdata.se on Jul 13 2021, 4:14 PM.
Tags
Referenced Files
Unknown Object (File)
Tue, Nov 12, 9:29 AM
Unknown Object (File)
Oct 26 2024, 7:58 AM
Unknown Object (File)
Oct 20 2024, 9:34 AM
Unknown Object (File)
Oct 7 2024, 3:50 AM
Unknown Object (File)
Oct 4 2024, 8:42 AM
Unknown Object (File)
Oct 3 2024, 11:58 PM
Unknown Object (File)
Oct 3 2024, 11:00 PM
Unknown Object (File)
Oct 3 2024, 7:03 PM
Subscribers

Details

Summary

gpio_pin are calculated as [GPIO_BANK] * 32 + GPIO_PIN.
These pins are off by one.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable