Message ID | 20240829183051.3392443-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: input: touchscreen: iqs7211: Use 'touchscreen' as node name | expand |
On Thu, Aug 29, 2024 at 03:30:50PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > 'touchscreen' is the recommended node name, not 'touch'. > > Fix it accordingly. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Ultimately I feel acking this is pointless given how trivial it is, I wouldn't want a trivial patch held up by the lack of one. Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml b/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml index 8cf371b99f19..e4dbbafb3779 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml @@ -666,7 +666,7 @@ examples: #address-cells = <1>; #size-cells = <0>; - touch@56 { + touchscreen@56 { compatible = "azoteq,iqs7210a"; reg = <0x56>; irq-gpios = <&gpio 4 GPIO_ACTIVE_LOW>; @@ -704,7 +704,7 @@ examples: #address-cells = <1>; #size-cells = <0>; - touch@56 { + touchscreen@56 { compatible = "azoteq,iqs7211e"; reg = <0x56>; irq-gpios = <&gpio 4 (GPIO_ACTIVE_LOW |