Skip to content

[PW_SID:1063787] Add cofficients to the TH1520 PVT#1580

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1063787
Closed

[PW_SID:1063787] Add cofficients to the TH1520 PVT#1580
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1063787

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1063787 applied to workflow__riscv__fixes

Name: Add cofficients to the TH1520 PVT
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1063787
Version: 3

Icenowy added 2 commits March 9, 2026 16:58
The G and J coefficients provided by T-Head TH1520 manual (which calls
them A and C coefficients and calls H coefficient in the binding as B)
have 1/100 degree Celsius precision (the values are 42.74 and -0.16
respectively), however the binding currently only allows coefficients as
precise as 100 milli-Celsius (1/10 degree Celsius).

Change the multipleOf value of these two coefficients to 10 (in the unit
of milli-Celsius) to satisfy the need of TH1520.

Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Drew Fustini <fustini@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The manual of TH1520 contains a set of coefficients a little different
to the driver default ones.

Add them to the device tree node of PVT.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Drew Fustini <fustini@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 136.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1001.93 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1342.66 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 81.64 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
kdoc
Desc: Detects for kdoc errors
Duration: 0.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v3,1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 134.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1060.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1419.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 28.13 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.67 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 84.43 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v3,2/2] riscv: dts: thead: th1520: add coefficients to the PVT node"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1063787 branch March 17, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants