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
F134805616: D14757.diff
Tue, Nov 4, 5:33 PM
Unknown Object (File)
Fri, Oct 24, 3:30 PM
Unknown Object (File)
Thu, Oct 23, 8:03 PM
Unknown Object (File)
Thu, Oct 23, 7:21 AM
Unknown Object (File)
Sat, Oct 18, 11:40 AM
Unknown Object (File)
Tue, Oct 7, 6:53 AM
Unknown Object (File)
Sep 13 2025, 7:28 AM
Unknown Object (File)
Sep 9 2025, 4:36 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