There should be a space both before and after the equal sign.
Add a missing space for the cooling cells property.
Fixes: f48cee3239a1 ("arm64: dts: qcom: qcs404: Add thermal zones for each sensor")
Signed-off-by: Niklas Cassel <[email protected]>
Acked-by: Amit Kucheria <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
enable-method = "psci";
cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2_0>;
- #cooling-cells= <2>;
+ #cooling-cells = <2>;
};
CPU1: cpu@101 {
enable-method = "psci";
cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2_0>;
- #cooling-cells= <2>;
+ #cooling-cells = <2>;
};
CPU2: cpu@102 {
enable-method = "psci";
cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2_0>;
- #cooling-cells= <2>;
+ #cooling-cells = <2>;
};
CPU3: cpu@103 {
enable-method = "psci";
cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2_0>;
- #cooling-cells= <2>;
+ #cooling-cells = <2>;
};
L2_0: l2-cache {