dts: arm: realtek: change the default setting of rts5912 dtsi

Change the default setting of min-residency-us.

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
Lin Yu-Cheng 2025-05-05 21:04:44 +08:00 committed by Benjamin Cabé
commit a2f4849b6d

View file

@ -26,13 +26,13 @@
idle: idle {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-idle";
min-residency-us = <100000>;
min-residency-us = <100000000>;
};
suspend_to_ram: suspend_to_ram {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-ram";
min-residency-us = <250000>;
min-residency-us = <250000000>;
};
};
};