Commit 5bf0e05c authored by Frank Li's avatar Frank Li Committed by Shawn Guo

arm64: dts: layerscape: change thermal node name

Add thermal subfix for thermal node name to fix DTB_CHECK warning:

    thermal-zones: '...' do not match any of the regexes:
    '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$'
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent caed3b59
......@@ -155,7 +155,7 @@ its: msi-controller@6020000 {
};
thermal-zones {
ddr-controller {
ddr-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 0>;
......@@ -175,7 +175,7 @@ ddr-ctrler-crit {
};
};
core-cluster {
core-cluster-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 1>;
......
......@@ -154,7 +154,7 @@ reboot {
};
thermal-zones {
ddr-controller {
ddr-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 0>;
......@@ -174,7 +174,7 @@ ddr-ctrler-crit {
};
};
serdes {
serdes-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 1>;
......@@ -194,7 +194,7 @@ serdes-crit {
};
};
fman {
fman-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 2>;
......@@ -214,7 +214,7 @@ fman-crit {
};
};
core-cluster {
core-cluster-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 3>;
......@@ -245,7 +245,7 @@ map0 {
};
};
sec {
sec-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 4>;
......
......@@ -131,7 +131,7 @@ its: msi-controller@6020000 {
};
thermal-zones {
core-cluster {
core-cluster-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 0>;
......@@ -166,7 +166,7 @@ map0 {
};
};
soc {
soc-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 1>;
......
......@@ -80,7 +80,7 @@ reboot {
};
thermal-zones {
ddr-controller1 {
ddr-ctrl1-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 1>;
......@@ -94,7 +94,7 @@ ddr-ctrler1-crit {
};
};
ddr-controller2 {
ddr-ctrl2-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 2>;
......@@ -108,7 +108,7 @@ ddr-ctrler2-crit {
};
};
ddr-controller3 {
ddr-ctrl3-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 3>;
......@@ -122,7 +122,7 @@ ddr-ctrler3-crit {
};
};
core-cluster1 {
core-cluster1-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 4>;
......@@ -151,7 +151,7 @@ map0 {
};
};
core-cluster2 {
core-cluster2-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 5>;
......@@ -180,7 +180,7 @@ map0 {
};
};
core-cluster3 {
core-cluster3-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 6>;
......@@ -209,7 +209,7 @@ map0 {
};
};
core-cluster4 {
core-cluster4-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 7>;
......
......@@ -449,7 +449,7 @@ sysclk: sysclk {
};
thermal-zones {
cluster6-7 {
cluster6-7-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 0>;
......@@ -492,7 +492,7 @@ map0 {
};
};
ddr-cluster5 {
ddr-cluster5-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 1>;
......@@ -512,7 +512,7 @@ ddr-cluster5-crit {
};
};
wriop {
wriop-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 2>;
......@@ -532,7 +532,7 @@ wriop-crit {
};
};
dce-qbman-hsio2 {
dce-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 3>;
......@@ -552,7 +552,7 @@ dce-qbman-crit {
};
};
ccn-dpaa-tbu {
ccn-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 4>;
......@@ -572,7 +572,7 @@ ccn-dpaa-crit {
};
};
cluster4-hsio3 {
cluster4-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 5>;
......@@ -592,7 +592,7 @@ clust4-hsio3-crit {
};
};
cluster2-3 {
cluster2-3-thermal {
polling-delay-passive = <1000>;
polling-delay = <5000>;
thermal-sensors = <&tmu 6>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment