This commit should deal with the followings: 1. Change regulator's driver priority as it should now be used by the clock control driver. 2. Check if the VDD level is permitted to change when PLL is the system clock. This is because the PLL requires that VDD be 1.2V. Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
17 lines
478 B
Plaintext
17 lines
478 B
Plaintext
# Copyright 2023 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config REGULATOR_DA1469X
|
|
bool "DA1469X regulators driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_SMARTBOND_REGULATOR_ENABLED
|
|
help
|
|
Enable support for the Smartbond DA1469x regulators.
|
|
|
|
config REGULATOR_DA1469X_INIT_PRIORITY
|
|
int "Renesas DA1469x regulators driver init priority"
|
|
default 20
|
|
depends on REGULATOR_DA1469X
|
|
help
|
|
Init priority for the Renesas DA1469x regulators driver.
|