On Mon, Feb 03, 2025 at 03:29:14PM -0600, Rob Herring (Arm) wrote: > In order to validate devices in child nodes, the device schemas need to > reference any child node properties. In order to do that, the properties > for child nodes need to be included in mc-peripheral-props.yaml. > > "reg: { maxItems: 1 }" was also incorrect. It's up to the device schemas > how many reg entries they have. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > .../memory-controllers/mc-peripheral-props.yaml | 1 + > .../qcom,ebi2-peripheral-props.yaml | 91 ++++++++++++++++++++++ > .../bindings/memory-controllers/qcom,ebi2.yaml | 84 -------------------- > 3 files changed, 92 insertions(+), 84 deletions(-) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof