]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
refactor(stm32mp15-fdts): remove unused PMIC nodes
authorYann Gautier <yann.gautier@st.com>
Fri, 21 Oct 2022 13:11:25 +0000 (15:11 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 4 Jan 2023 17:08:02 +0000 (18:08 +0100)
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 <yann.gautier@st.com>
Change-Id: I2933e0bdc5843fcb549a817742106d9c66097869

fdts/stm32mp157c-ed1.dts

index a245a3af76b190668bc09671ddf394164440118c..63753bdd310193a0fa3e1c9d2fe783bc06d4d012 100644 (file)
                                regulator-active-discharge = <1>;
                        };
                };
-
-               onkey {
-                       compatible = "st,stpmic1-onkey";
-                       power-off-time-sec = <10>;
-                       status = "okay";
-               };
-
-               watchdog {
-                       compatible = "st,stpmic1-wdt";
-                       status = "disabled";
-               };
        };
 };