forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
....@@ -2,9 +2,9 @@
22
33 Required properties:
44 - compatible : should be "rockchip,<name>-tsadc"
5
+ "rockchip,px30-tsadc": found on PX30 SoCs
56 "rockchip,rv1108-tsadc": found on RV1108 SoCs
67 "rockchip,rv1126-tsadc": found on RV1126 SoCs
7
- "rockchip,px30-tsadc": found on PX30 SoCs
88 "rockchip,rk1808-tsadc": found on RK1808 SoCs
99 "rockchip,rk3228-tsadc": found on RK3228 SoCs
1010 "rockchip,rk3288-tsadc": found on RK3288 SoCs
....@@ -13,6 +13,7 @@
1313 "rockchip,rk3368-tsadc": found on RK3368 SoCs
1414 "rockchip,rk3399-tsadc": found on RK3399 SoCs
1515 "rockchip,rk3568-tsadc": found on RK3568 SoCs
16
+ "rockchip,rk3588-tsadc": found on RK3588 SoCs
1617 - reg : physical base address of the controller and length of memory mapped
1718 region.
1819 - interrupts : The interrupt number to the cpu. The interrupt specifier format
....@@ -28,7 +29,7 @@
2829 CRU when tshut.
2930 - pinctrl-1 : The "otpout" pinctrl state, it will be set if tsadc via set
3031 otpout_gpio when tshut.
31
-- #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description.
32
+- #thermal-sensor-cells : Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sensor.yaml for a description.
3233
3334 Optional properties:
3435 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.
....@@ -47,7 +48,7 @@
4748 resets = <&cru SRST_TSADC>;
4849 reset-names = "tsadc-apb";
4950 pinctrl-names = "gpio", "otpout";
50
- pinctrl-0 = <&otp_gpio>;
51
+ pinctrl-0 = <&otp_pin>;
5152 pinctrl-1 = <&otp_out>;
5253 #thermal-sensor-cells = <1>;
5354 rockchip,hw-tshut-temp = <95000>;