| f277be27 | 24-Dec-2021 |
Michal Meloun <[email protected]> |
extres/clk: Add a method to detect the HW state of the clock gate.
- add method to read gate enable/disable staust from HW - show gate status in sysctl clock dump
MFC after: 1 week
(cherry picked
extres/clk: Add a method to detect the HW state of the clock gate.
- add method to read gate enable/disable staust from HW - show gate status in sysctl clock dump
MFC after: 1 week
(cherry picked from commit 1a74d77f851212f8cc80e6b15e30c2b252b84d48)
show more ...
|
| c0c5cf7b | 12-Jul-2020 |
Michal Meloun <[email protected]> |
Reverse the processing order of assigned clocks property. Linux processes these clocks in reverse order and some DT relies on this fact. For example, the frequency setting for a given PLL is the last
Reverse the processing order of assigned clocks property. Linux processes these clocks in reverse order and some DT relies on this fact. For example, the frequency setting for a given PLL is the last in the list, preceded by the frequency setting of its following divider or so...
MFC after: 1 week
show more ...
|