mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -41,10 +41,10 @@
|
||||
k_i = <0>;
|
||||
|
||||
trips {
|
||||
trip-point-0 {
|
||||
trip-point@0 {
|
||||
temperature = <55000>;
|
||||
};
|
||||
trip-point-1 {
|
||||
trip-point@1 {
|
||||
temperature = <90000>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user