mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: ti: k3-am62p: Define possible system states
Add the system states that are available on TI AM62P 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-3-b8d9ff5f2742@baylibre.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
committed by
Vignesh Raghavendra
parent
6992c72c3a
commit
4060cf6015
@@ -44,6 +44,33 @@
|
||||
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_io_ddr: system-io-ddr {
|
||||
compatible = "system-idle-state";
|
||||
idle-state-name = "mem-deep";
|
||||
};
|
||||
|
||||
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 {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <2>;
|
||||
|
||||
Reference in New Issue
Block a user