On Wed, Aug 20, 2025 at 02:13:01PM -0300, Ariel D'Alessandro wrote: > Convert the existing text-based DT bindings for MELFAS MIP4 Touchscreen > controller to a YAML schema. > > Signed-off-by: Ariel D'Alessandro <ariel.dalessan...@collabora.com> > --- > .../input/touchscreen/melfas,mip4_ts.yaml | 55 +++++++++++++++++++ > .../input/touchscreen/melfas_mip4.txt | 20 ------- > 2 files changed, 55 insertions(+), 20 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/input/touchscreen/melfas,mip4_ts.yaml > delete mode 100644 > Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt > > diff --git > a/Documentation/devicetree/bindings/input/touchscreen/melfas,mip4_ts.yaml > b/Documentation/devicetree/bindings/input/touchscreen/melfas,mip4_ts.yaml > new file mode 100644 > index 0000000000000..170fd4212467e > --- /dev/null > +++ b/Documentation/devicetree/bindings/input/touchscreen/melfas,mip4_ts.yaml > @@ -0,0 +1,55 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/input/touchscreen/melfas,mip4_ts.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MELFAS MIP4 Touchscreen > + > +maintainers: > + - Ariel D'Alessandro <ariel.dalessan...@collabora.com> > + > +properties: > + compatible: > + const: "melfas,mip4_ts"
Drop quotes. With that, Reviewed-by: Rob Herring (Arm) <r...@kernel.org>