Skip to content

Commit 2b22166

Browse files
sreShawn Guo
authored and
Shawn Guo
committed
ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios
Replace all "xnur-gpio" with "xnur-gpios" in the i.MX6UL(L) Touchscreen node, since the -gpio suffix is deprecated. All known implementations of this binding can handle -gpio and -gpios since day 1, so this should be fully backwards compatible. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 4495159 commit 2b22166

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
&tsc {
322322
pinctrl-names = "default";
323323
pinctrl-0 = <&pinctrl_tsc>;
324-
xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
324+
xnur-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
325325
measure-delay-time = <0xffff>;
326326
pre-charge-time = <0xfff>;
327327
status = "okay";

arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
&tsc {
204204
pinctrl-names = "default";
205205
pinctrl-0 = <&pinctrl_tsc>;
206-
xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
206+
xnur-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
207207
};
208208

209209
&sai2 {

arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
&tsc {
157157
pinctrl-names = "default";
158158
pinctrl-0 = <&pinctrl_tsc>;
159-
xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
159+
xnur-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
160160
measure-delay-time = <0xffff>;
161161
pre-charge-time = <0xffff>;
162162
status = "okay";

arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
pinctrl-names = "default";
274274
pre-charge-time = <0xfff>;
275275
touchscreen-average-samples = <32>;
276-
xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
276+
xnur-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
277277
};
278278

279279
/* DHCOM UART1 */

0 commit comments

Comments
 (0)