mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
riscv: dts: thead: th1520: add coefficients to the PVT node
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: Drew Fustini <fustini@kernel.org>
This commit is contained in:
parent
9c99a784d9
commit
a7aa874b69
|
|
@ -819,6 +819,10 @@ pvt: pvt@fffff4e000 {
|
|||
reg-names = "common", "ts", "pd", "vm";
|
||||
clocks = <&aonsys_clk>;
|
||||
#thermal-sensor-cells = <1>;
|
||||
moortec,ts-coeff-g = <42740>;
|
||||
moortec,ts-coeff-h = <220500>;
|
||||
moortec,ts-coeff-j = <(-160)>;
|
||||
moortec,ts-coeff-cal5 = <4094>;
|
||||
};
|
||||
|
||||
gpio@fffff52000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user