From 0e51db5ab36b6d03a8d6278be66268fd10fdd577 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Fri, 21 Oct 2022 15:11:25 +0200 Subject: [PATCH] refactor(stm32mp15-fdts): remove unused PMIC nodes The onkey and watchdog features of the PMIC are not used in TF-A for STM32MP15 boards. Remove the nodes from DT. Signed-off-by: Yann Gautier Change-Id: I2933e0bdc5843fcb549a817742106d9c66097869 --- fdts/stm32mp157c-ed1.dts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/fdts/stm32mp157c-ed1.dts b/fdts/stm32mp157c-ed1.dts index a245a3af7..63753bdd3 100644 --- a/fdts/stm32mp157c-ed1.dts +++ b/fdts/stm32mp157c-ed1.dts @@ -176,17 +176,6 @@ regulator-active-discharge = <1>; }; }; - - onkey { - compatible = "st,stpmic1-onkey"; - power-off-time-sec = <10>; - status = "okay"; - }; - - watchdog { - compatible = "st,stpmic1-wdt"; - status = "disabled"; - }; }; }; -- 2.39.5