mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: ti: k3-am62: Define possible system states
Add the system states that are available on TI AM62 SoCs. Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com> Link: https://patch.msgid.link/20251103-topic-am62-dt-partialio-v6-15-v5-1-b8d9ff5f2742@baylibre.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
committed by
Vignesh Raghavendra
parent
2fc9f6f112
commit
1b45cec18f
@@ -46,6 +46,28 @@
|
||||
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
system-idle-states {
|
||||
system_partial_io: system-partial-io {
|
||||
compatible = "system-idle-state";
|
||||
idle-state-name = "off-wake";
|
||||
};
|
||||
|
||||
system_deep_sleep: system-deep-sleep {
|
||||
compatible = "system-idle-state";
|
||||
idle-state-name = "mem";
|
||||
};
|
||||
|
||||
system_mcu_only: system-mcu-only {
|
||||
compatible = "system-idle-state";
|
||||
idle-state-name = "mem-mcu-active";
|
||||
};
|
||||
|
||||
system_standby: system-standby {
|
||||
compatible = "system-idle-state";
|
||||
idle-state-name = "standby";
|
||||
};
|
||||
};
|
||||
|
||||
cbass_main: bus@f0000 {
|
||||
bootph-all;
|
||||
compatible = "simple-bus";
|
||||
|
||||
Reference in New Issue
Block a user