soc: esp32: update clock configuration calls

Removed duplicated calls in clock subsystems.
Move proper includes to soc specific.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-09-29 08:45:37 -03:00 committed by Christopher Friedt
commit 69311ccc3d
6 changed files with 6 additions and 22 deletions

View file

@ -14,6 +14,7 @@
#include <esp32s2/rom/ets_sys.h>
#include <esp32s2/rom/spi_flash.h>
#include <esp32s2/rom/cache.h>
#include <esp_clk.h>
#include <zephyr/types.h>
#include <stdbool.h>