Skip to content

Commit 1c9034e

Browse files
shcgitmmind
authored andcommitted
arm64: dts: rockchip: Remove broken tsadc pinctrl binding for rk356x
There is no pinctrl "init" handling in the tsadc driver. Let's remove this binding. Signed-off-by: Alexander Shiyan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8400291 commit 1c9034e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,10 +1592,9 @@
15921592
<&cru SRST_TSADCPHY>;
15931593
rockchip,grf = <&grf>;
15941594
rockchip,hw-tshut-temp = <95000>;
1595-
pinctrl-names = "init", "default", "sleep";
1596-
pinctrl-0 = <&tsadc_pin>;
1597-
pinctrl-1 = <&tsadc_shutorg>;
1598-
pinctrl-2 = <&tsadc_pin>;
1595+
pinctrl-names = "default", "sleep";
1596+
pinctrl-0 = <&tsadc_shutorg>;
1597+
pinctrl-1 = <&tsadc_pin>;
15991598
#thermal-sensor-cells = <1>;
16001599
status = "disabled";
16011600
};

0 commit comments

Comments
 (0)