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)
Thu, Mar 5, 4:18 AM
Unknown Object (File)
Tue, Feb 24, 7:26 AM
Unknown Object (File)
Sun, Feb 22, 2:38 PM
Unknown Object (File)
Sat, Feb 21, 4:25 AM
Unknown Object (File)
Thu, Feb 19, 6:49 AM
Unknown Object (File)
Mon, Feb 16, 7:32 AM
Unknown Object (File)
Feb 2 2026, 8:16 PM
Unknown Object (File)
Jan 28 2026, 11:40 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