Commit d41488bc authored by Li Yang's avatar Li Yang Committed by Shawn Guo

ARM: dts: ls1021a: breakup long values in thermal node

Breakup long values to pass the schema check.
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 44c40720
...@@ -247,42 +247,42 @@ tmu: tmu@1f00000 { ...@@ -247,42 +247,42 @@ tmu: tmu@1f00000 {
reg = <0x0 0x1f00000 0x0 0x10000>; reg = <0x0 0x1f00000 0x0 0x10000>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
fsl,tmu-range = <0xb0000 0x9002c 0x6004e 0x30066>; fsl,tmu-range = <0xb0000 0x9002c 0x6004e 0x30066>;
fsl,tmu-calibration = <0x00000000 0x00000020 fsl,tmu-calibration = <0x00000000 0x00000020>,
0x00000001 0x00000024 <0x00000001 0x00000024>,
0x00000002 0x0000002a <0x00000002 0x0000002a>,
0x00000003 0x00000032 <0x00000003 0x00000032>,
0x00000004 0x00000038 <0x00000004 0x00000038>,
0x00000005 0x0000003e <0x00000005 0x0000003e>,
0x00000006 0x00000043 <0x00000006 0x00000043>,
0x00000007 0x0000004a <0x00000007 0x0000004a>,
0x00000008 0x00000050 <0x00000008 0x00000050>,
0x00000009 0x00000059 <0x00000009 0x00000059>,
0x0000000a 0x0000005f <0x0000000a 0x0000005f>,
0x0000000b 0x00000066 <0x0000000b 0x00000066>,
0x00010000 0x00000023 <0x00010000 0x00000023>,
0x00010001 0x0000002b <0x00010001 0x0000002b>,
0x00010002 0x00000033 <0x00010002 0x00000033>,
0x00010003 0x0000003a <0x00010003 0x0000003a>,
0x00010004 0x00000042 <0x00010004 0x00000042>,
0x00010005 0x0000004a <0x00010005 0x0000004a>,
0x00010006 0x00000054 <0x00010006 0x00000054>,
0x00010007 0x0000005c <0x00010007 0x0000005c>,
0x00010008 0x00000065 <0x00010008 0x00000065>,
0x00010009 0x0000006f <0x00010009 0x0000006f>,
0x00020000 0x00000029 <0x00020000 0x00000029>,
0x00020001 0x00000033 <0x00020001 0x00000033>,
0x00020002 0x0000003d <0x00020002 0x0000003d>,
0x00020003 0x00000048 <0x00020003 0x00000048>,
0x00020004 0x00000054 <0x00020004 0x00000054>,
0x00020005 0x00000060 <0x00020005 0x00000060>,
0x00020006 0x0000006c <0x00020006 0x0000006c>,
0x00030000 0x00000025 <0x00030000 0x00000025>,
0x00030001 0x00000033 <0x00030001 0x00000033>,
0x00030002 0x00000043 <0x00030002 0x00000043>,
0x00030003 0x00000055>; <0x00030003 0x00000055>;
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
}; };
......
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