Re: [PATCH 06/11] dt-bindings: thermal: k3-j72xx: conditionally require efuse reg range
From: Krzysztof Kozlowski
Date: Wed Oct 12 2022 - 09:39:37 EST
On 11/10/2022 19:17, Bryan Brattlof wrote:
> +then:
> + properties:
> + reg:
> + items:
> + - description: VTM cfg1 register space
> + - description: VTM cfg2 register space
> + - description: |
> + A software trimming method must be applied to some Jacinto
> + devices to function properly. This eFuse region provides
> + the information needed for these SoCs to report
> + temperatures accurately.
> +else:
> + properties:
> + reg:
> + items:
> + - description: VTM cfg1 register space
> + - description: VTM cfg2 register space
> +
BTW, you have additionalProperties:false, so how you coded it won't
work. Test your bindings before sending.
Best regards,
Krzysztof