mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-21 14:44:06 +00:00
arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings
[ Upstream commit 1cff7243334f851b7dddf450abdaa6223a7a28e3 ] Fix below dtbs_check warning: idle-states: 'core-pd' does not match any of the regexes: '^(cpu|cluster)-', 'pinctrl-[0-9]+' Link: https://lore.kernel.org/r/20231221092824.1169453-3-chunyan.zhang@unisoc.com Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
8c700bed9b
commit
e54c52ee07
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
|
||||
idle-states {
|
||||
entry-method = "psci";
|
||||
CORE_PD: core-pd {
|
||||
CORE_PD: cpu-pd {
|
||||
compatible = "arm,idle-state";
|
||||
entry-latency-us = <4000>;
|
||||
exit-latency-us = <4000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue