commit | 8e63e0657b79640156c4a850e2b37f7add5a40a6 | [log] [tgz] |
---|---|---|
author | Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no> | Tue Apr 16 10:46:32 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 09 12:41:17 2024 -0400 |
tree | b11780bd77810067f3a3f7ccdab0ef21a7645a58 | |
parent | 7a2a4ff6ec9e33325c37b724121990ad3080be5a [diff] |
soc: nordic: nrf54h20: Make HSFLL trims optional If no HSFLL needs trimming, then `trim_hsfll()` should be compiled out. This makes it easier to reuse the rest of `soc.c` out of tree. Furthermore, some HSFLL instances can be trimmed before booting Zephyr, so the FICR client properties in the DT binding should not be required. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>