From: Michal Vokáč Date: Fri, 10 Feb 2023 15:48:52 +0000 (+0100) Subject: ARM: dts: imx6dl-yapp4: Use reset-gpios property name X-Git-Tag: v6.6.7~3035^2~20^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e39a2c93e68bbf39f83b4125acae91dca0c3119;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: imx6dl-yapp4: Use reset-gpios property name Use the gpios instead of gpio suffix that is mandated by the binding. This dtbs_check warning is fixed now: touchscreen@5c: Unevaluated properties are not allowed ('reset-gpio' was unexpected) The reset signal worked correctly as both the "gpio" and "gpios" suffixes are actually allowed by the gpiolib. Signed-off-by: Michal Vokáč Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index aacbf31..c6afc51 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -313,7 +313,7 @@ interrupt-parent = <&gpio4>; interrupts = <5 IRQ_TYPE_EDGE_FALLING>; attb-gpio = <&gpio4 5 GPIO_ACTIVE_HIGH>; - reset-gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>; + reset-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; touchscreen-size-x = <800>; touchscreen-size-y = <480>; status = "disabled";