mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3326-evb-lp3-v10: correct pinctrl-0 for tsadc
The pinctrl-0 label of tsadc is modify by the follow commit:
2bc65fef4f arm64: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio
Change-Id: I597b49b976824b23b65b41ea6c77f2a6bd653e98
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
@@ -819,7 +819,7 @@
|
||||
|
||||
&tsadc {
|
||||
pinctrl-names = "gpio", "otpout";
|
||||
pinctrl-0 = <&tsadc_otp_gpio>;
|
||||
pinctrl-0 = <&tsadc_otp_pin>;
|
||||
pinctrl-1 = <&tsadc_otp_out>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user