Skip to content
Snippets Groups Projects
Commit 68b49056 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Stefano Babic
Browse files

arm: dts: i.mx8x: add #cooling-cells properties


Fix dtb building warnings:
Warning (cooling_device_property): /thermal-zones/cpu-thermal0/cooling-maps/map0:
Missing property '#cooling-cells' in node /cpus/cpu@0 or bad phandle (referred from cooling-device[0])

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
parent 5b6f8f30
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
reg = <0x0 0x0>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
#cooling-cells = <2>;
};
A35_1: cpu@1 {
......@@ -26,6 +27,7 @@
reg = <0x0 0x1>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
#cooling-cells = <2>;
};
A35_2: cpu@2 {
......@@ -34,6 +36,7 @@
reg = <0x0 0x2>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
#cooling-cells = <2>;
};
A35_3: cpu@3 {
......@@ -42,6 +45,7 @@
reg = <0x0 0x3>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
#cooling-cells = <2>;
};
A35_L2: l2-cache0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment