diff options
| author | Adam Ford <[email protected]> | 2025-03-18 18:38:37 -0500 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-03-19 13:17:21 -0300 |
| commit | 7947c8be0e1c930456d7d9a0376485a9ccf7cf09 (patch) | |
| tree | 49196469e61f0deafceaa300341d22ac4eca13ea | |
| parent | 225b3a778348e28371016d076c36a49fd2565e77 (diff) | |
configs: imx8mp_beacon: Select SPL_CLK_IMX8MP
In preparation to remove manual references for enabling some clocks,
enable SPL_CLK_IMX8MP which automatically enables SPL_CCF and
SPL_CLK_COMPOSITE_CCF which permit various drivers to activate
their respective clocks automatically.
Signed-off-by: Adam Ford <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/imx8mp_beacon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mp_beacon_defconfig b/configs/imx8mp_beacon_defconfig index a69e2ba4c7b..288626c1511 100644 --- a/configs/imx8mp_beacon_defconfig +++ b/configs/imx8mp_beacon_defconfig @@ -87,6 +87,7 @@ CONFIG_USE_ETHPRIME=y CONFIG_ETHPRIME="eth1" CONFIG_SPL_DM=y CONFIG_CLK_COMPOSITE_CCF=y +CONFIG_SPL_CLK_IMX8MP=y CONFIG_CLK_IMX8MP=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x42800000 |
