Re: [PATCH 06/11] dt-bindings: thermal: k3-j72xx: conditionally require efuse reg range
From: Krzysztof Kozlowski <hidden>
Date: 2022-10-12 13:39:36
Also in:
linux-arm-kernel, linux-pm, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2022-10-12 13:39:36
Also in:
linux-arm-kernel, linux-pm, lkml
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