On Fri, 02 Oct 2020 18:18:37 +0200, Krzysztof Kozlowski wrote: > Add quite common property - power-domains - to fix dtbs_check warnings > like: > > arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml: > mailbox@5d280000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx> > > --- > > Hi Rob, > > You previously reviewed this patch. Can you pick it up to your tree? > > Best regards, > Krzysztof > > Changes since v2: > 1. Set maxItems to power domains to 1 > > Changes since v1: > 1. Add missing properties instead of unevaluatedProperties > --- > Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Applied, thanks!