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