arm64: dts: rockchip: rk3308k: fixup name of trip-point from trip-point-x to trip-point@x
linux-4.4 the trip-point name is trip-point-x, but linux-5.10 the trip-point name is trip-point@x in rk3308.dtsi Signed-off-by: Lin Jianhua <linjh@rock-chips.com> Change-Id: I1f484ad5081e76c18d2ab380ba2c0c13b66485e2
This commit is contained in:
parent
1f2d39df3f
commit
658b241460
|
|
@ -41,10 +41,10 @@
|
|||
k_i = <0>;
|
||||
|
||||
trips {
|
||||
trip-point-0 {
|
||||
trip-point@0 {
|
||||
temperature = <55000>;
|
||||
};
|
||||
trip-point-1 {
|
||||
trip-point@1 {
|
||||
temperature = <90000>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue