arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings
authorChunyan Zhang <chunyan.zhang@unisoc.com>
Thu, 21 Dec 2023 09:28:24 +0000 (17:28 +0800)
committerChunyan Zhang <chunyan.zhang@unisoc.com>
Thu, 28 Dec 2023 08:10:39 +0000 (16:10 +0800)
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>
arch/arm64/boot/dts/sprd/ums512.dtsi

index 237d93f..dbdb79f 100644 (file)
 
        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>;