refactor(stm32mp15-fdts): remove unused secure-status properties

For peripheral where both status and secure-status are set to okay,
the function fdt_get_status() returns the same status (DT_SHARED) if
secure-status property is omitted. This secure-status property can then
be removed in boards DT files for iwdg nodes.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I9f9360842d4d41288db0cf1b92063f347c72d137
This commit is contained in:
Yann Gautier 2022-03-30 19:31:01 +02:00 committed by Yann Gautier
parent 0791aaf442
commit f0c19f252b
4 changed files with 0 additions and 4 deletions

View file

@ -163,7 +163,6 @@
&iwdg2 {
timeout-sec = <32>;
status = "okay";
secure-status = "okay";
};
&pwr_regulators {

View file

@ -160,7 +160,6 @@
&iwdg2 {
timeout-sec = <32>;
status = "okay";
secure-status = "okay";
};
&pwr_regulators {

View file

@ -155,7 +155,6 @@
&iwdg2 {
timeout-sec = <32>;
status = "okay";
secure-status = "okay";
};
&pwr_regulators {

View file

@ -180,7 +180,6 @@
&iwdg2 {
timeout-sec = <32>;
status = "okay";
secure-status = "okay";
};
&pwr_regulators {