CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/03 04:56:14
Modified files:
sys/dev/ofw : ofw_clock.c ofw_clock.h
Log message:
Add an API to configure clocks to specific pre-assigned values. These
values are defined in the device tree and make sure that all clocks
needed for controller and driver operation are configured as expected.
This allows modifying a clock's rate and parent. For now expect that
a parent clock is on the same controller as the muxed one.
ok kettenis@
