Re: [PATCH 1/1] dt-bindings: input: touchscreen: convert ads7846.txt to yaml
From: Rob Herring
Date: Wed Aug 14 2024 - 17:49:09 EST
On Wed, Aug 14, 2024 at 03:13:45PM -0600, Rob Herring wrote:
> On Wed, Aug 14, 2024 at 02:51:35PM -0400, Frank Li wrote:
> > Convert binding doc ads7846.txt to yaml format.
> > Additional change:
> > - add ref to touchscreen.yaml and spi-peripheral-props.yaml.
> > - use common node name touchscreen.
> >
> > Fix below warning: arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dtb: touchscreen@0:
> > ti,x-min: b'\x00}' is not of type 'object', 'array', 'boolean', 'null'
> >
> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> > ---
> > There are warning:
> > Documentation/devicetree/bindings/input/touchscreen/ti,ads7843.yaml: properties:ti,x-plate-ohms: '$ref' should not be valid under {'const': '$ref'}
> > hint: Standard unit suffix properties don't need a type $ref
> >
> > I don't know how to fix it. ti,x-plate-ohms is 16bit, but default it is
> > uint32
>
> It's going to have to be a special case in dtschema. I'll work on a fix.
Should be fixed now in dtschema main branch.
Rob