Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Li Yang and committed by
Shawn Guo
d41488bc 44c40720

+33 -33
+33 -33
arch/arm/boot/dts/ls1021a.dtsi
··· 247 247 reg = <0x0 0x1f00000 0x0 0x10000>; 248 248 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; 249 249 fsl,tmu-range = <0xb0000 0x9002c 0x6004e 0x30066>; 250 - fsl,tmu-calibration = <0x00000000 0x00000020 251 - 0x00000001 0x00000024 252 - 0x00000002 0x0000002a 253 - 0x00000003 0x00000032 254 - 0x00000004 0x00000038 255 - 0x00000005 0x0000003e 256 - 0x00000006 0x00000043 257 - 0x00000007 0x0000004a 258 - 0x00000008 0x00000050 259 - 0x00000009 0x00000059 260 - 0x0000000a 0x0000005f 261 - 0x0000000b 0x00000066 250 + fsl,tmu-calibration = <0x00000000 0x00000020>, 251 + <0x00000001 0x00000024>, 252 + <0x00000002 0x0000002a>, 253 + <0x00000003 0x00000032>, 254 + <0x00000004 0x00000038>, 255 + <0x00000005 0x0000003e>, 256 + <0x00000006 0x00000043>, 257 + <0x00000007 0x0000004a>, 258 + <0x00000008 0x00000050>, 259 + <0x00000009 0x00000059>, 260 + <0x0000000a 0x0000005f>, 261 + <0x0000000b 0x00000066>, 262 262 263 - 0x00010000 0x00000023 264 - 0x00010001 0x0000002b 265 - 0x00010002 0x00000033 266 - 0x00010003 0x0000003a 267 - 0x00010004 0x00000042 268 - 0x00010005 0x0000004a 269 - 0x00010006 0x00000054 270 - 0x00010007 0x0000005c 271 - 0x00010008 0x00000065 272 - 0x00010009 0x0000006f 263 + <0x00010000 0x00000023>, 264 + <0x00010001 0x0000002b>, 265 + <0x00010002 0x00000033>, 266 + <0x00010003 0x0000003a>, 267 + <0x00010004 0x00000042>, 268 + <0x00010005 0x0000004a>, 269 + <0x00010006 0x00000054>, 270 + <0x00010007 0x0000005c>, 271 + <0x00010008 0x00000065>, 272 + <0x00010009 0x0000006f>, 273 273 274 - 0x00020000 0x00000029 275 - 0x00020001 0x00000033 276 - 0x00020002 0x0000003d 277 - 0x00020003 0x00000048 278 - 0x00020004 0x00000054 279 - 0x00020005 0x00000060 280 - 0x00020006 0x0000006c 274 + <0x00020000 0x00000029>, 275 + <0x00020001 0x00000033>, 276 + <0x00020002 0x0000003d>, 277 + <0x00020003 0x00000048>, 278 + <0x00020004 0x00000054>, 279 + <0x00020005 0x00000060>, 280 + <0x00020006 0x0000006c>, 281 281 282 - 0x00030000 0x00000025 283 - 0x00030001 0x00000033 284 - 0x00030002 0x00000043 285 - 0x00030003 0x00000055>; 282 + <0x00030000 0x00000025>, 283 + <0x00030001 0x00000033>, 284 + <0x00030002 0x00000043>, 285 + <0x00030003 0x00000055>; 286 286 #thermal-sensor-cells = <1>; 287 287 }; 288 288