arm64: dts: qcom: msm8916: Conform to the domain-idle-state binding

As the domain-idle-state DT binding got converted to the json-schema, a few
minor changes were introduced. For example, the states needs to be
specified within a separate node, named domain-idle-states. Let's conform
to the updated binding.

This also silence the below errors for msm8916 from of 'make dtbs_check':
idle-states: cluster-retention:compatible:0: 'arm,idle-state' was expected
idle-states: cluster-gdhs:compatible:0: 'arm,idle-state' was expected

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20200326103932.5809-2-ulf.hansson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Ulf Hansson 2020-03-26 11:39:31 +01:00 committed by Bjorn Andersson
parent 8f3d9f3542
commit 912f9a6d0b
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ CPU_SLEEP_0: cpu-sleep-0 {
min-residency-us = <2000>; min-residency-us = <2000>;
local-timer-stop; local-timer-stop;
}; };
};
domain-idle-states {
CLUSTER_RET: cluster-retention { CLUSTER_RET: cluster-retention {
compatible = "domain-idle-state"; compatible = "domain-idle-state";