commit | f782d548726bd6f0676135edbba4c6171d1be0d8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:15 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:38 2024 -0600 |
tree | 0e53a1787ee81b3ca042a31f5f5d47c6e67fb52b | |
parent | a9ffc5425e06ed492dceda92d6ae4829051311c5 [diff] |
global_data: Reduce the size of bus_clk and mem_clk The bus clock and memory clock are unlikely to go above 4GHz for now, so reduce the field size to 32 bits. Signed-off-by: Simon Glass <sjg@chromium.org>