On 30/05/2023 14:57, Krzysztof Kozlowski wrote: > On Sat, 27 May 2023 17:50:46 -0300, Fabio Estevam wrote: >> From: Fabio Estevam <festevam@xxxxxxx> >> >> The PFUZE100 PMIC has an interrupt pin that can be connected to >> the host SoC. Describe it in the dt-bindings to avoid warnings like: >> >> imx6q-zii-rdu2.dtb: pmic@8: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+' >> From schema: Documentation/devicetree/bindings/regulator/pfuze100.yaml >> >> Signed-off-by: Fabio Estevam <festevam@xxxxxxx> >> Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> >> --- >> Changes since v1: >> - None. Only collected Conor's Reviewed-by tag. >> >> Documentation/devicetree/bindings/regulator/pfuze100.yaml | 3 +++ >> 1 file changed, 3 insertions(+) >> > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > This will change in the future. > > Full log is available here: https://patchwork.ozlabs.org/patch/1786770 > > > pf0100@8: $nodename:0: 'pf0100@8' does not match '^pmic@[0-9]$' > arch/arm/boot/dts/imx6dl-riotboard.dtb > > pfuze100@8: $nodename:0: 'pfuze100@8' does not match '^pmic@[0-9]$' It seems you fix all these. Best regards, Krzysztof