On Tue, Sep 12, 2023 at 12:58:32PM -0500, Rob Herring wrote:
On Tue, Sep 12, 2023 at 10:14:57AM +0200, Herve Codina wrote:
The given example mentions the 'fsl,mode' property whereas the correct property name, the one described, is 'fsl,operational-mode'.
Fix the example to use the correct property name.
Fixes: a9b121327c93 ("dt-bindings: soc: fsl: cpm_qe: Add QMC controller") Signed-off-by: Herve Codina herve.codina@bootlin.com
.../bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
I have this same fix in my tree, but you missed something. Please add additionalProperties or unevaluatedProperties to the child node schema so that this error is flagged.
NM, I see the next patch now.
Acked-by: Rob Herring robh@kernel.org