boards: stm32: Remove lptim node when not used in tree

These boards enable lptim node, but don't propose 'power-states'
description, making it useless and not testable regarding configuration
of existing, in tree, PM tests.

Clean up this definition.

They will be put back along with 'power-states', when possible to test.


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-08-08 10:05:38 +02:00 committed by Fabio Baltieri
commit a35279488a
9 changed files with 0 additions and 36 deletions

View file

@ -71,10 +71,6 @@
cpu-power-states = <&stop>; cpu-power-states = <&stop>;
}; };
&lptim1 {
status = "okay";
};
&clk_hsi { &clk_hsi {
status = "okay"; status = "okay";
}; };

View file

@ -209,10 +209,6 @@
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
zephyr_udc0: &usbotg_fs { zephyr_udc0: &usbotg_fs {
pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12 pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12
&usb_otg_fs_id_pa10>; &usb_otg_fs_id_pa10>;

View file

@ -72,10 +72,6 @@
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&pll { &pll {
div-m = <4>; div-m = <4>;
mul-n = <275>; mul-n = <275>;

View file

@ -110,10 +110,6 @@
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";

View file

@ -103,10 +103,6 @@
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";

View file

@ -120,10 +120,6 @@
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";

View file

@ -175,10 +175,6 @@ zephyr_udc0: &usbotg_fs {
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";

View file

@ -157,7 +157,3 @@
}; };
}; };
}; };
&lptim1 {
status = "okay";
};

View file

@ -157,10 +157,6 @@ zephyr_udc0: &usbotg_fs {
status = "okay"; status = "okay";
}; };
&lptim1 {
status = "okay";
};
&flash0 { &flash0 {
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";