Page MenuHomeFreeBSD

Replace FDT tree parsing with gpio_map_gpios implementation
ClosedPublic

Authored by mkm_semihalf.com on Mar 19 2018, 6:14 PM.
Tags
Referenced Files
Unknown Object (File)
Mar 8 2025, 2:25 AM
Unknown Object (File)
Feb 23 2025, 4:10 PM
Unknown Object (File)
Feb 22 2025, 2:20 PM
Unknown Object (File)
Feb 22 2025, 2:05 PM
Unknown Object (File)
Feb 22 2025, 1:34 PM
Unknown Object (File)
Feb 22 2025, 9:26 AM
Unknown Object (File)
Feb 19 2025, 9:44 PM
Unknown Object (File)
Feb 16 2025, 12:18 PM
Subscribers

Details

Summary

This patch replaces in-driver FDT parsing, which was
needed for setting initial values on GPIO pins.
Now FDT is parsed by generic kernel code, pins are set
by invoking gpio_map_gpios function provided by this patch.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable