From aff2564c6af3486a6a72645a6c4ee5226792ad27 Mon Sep 17 00:00:00 2001 From: Ricardo Rivera-Matos Date: Fri, 26 Jan 2024 13:53:05 -0600 Subject: [PATCH] build_all: regulator: Adds CP9314 entry Adds the CP9314 device to the regulator build_all test suite. Signed-off-by: Ricardo Rivera-Matos --- tests/drivers/build_all/regulator/i2c.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/drivers/build_all/regulator/i2c.dtsi b/tests/drivers/build_all/regulator/i2c.dtsi index 82668e03492b..aad52927f427 100644 --- a/tests/drivers/build_all/regulator/i2c.dtsi +++ b/tests/drivers/build_all/regulator/i2c.dtsi @@ -90,3 +90,10 @@ max20335@5 { LDO3 {}; }; }; + +cp9314@6 { + compatible = "cirrus,cp9314"; + reg = <0x6>; + + cirrus,initial-switched-capacitor-mode = "2:1"; +};