On Mon, 07 Sep 2020 09:34:00 +0200, Neil Armstrong wrote: > The Amlogic AXG MIPI + PCIe Analog PHY should be a subnode of the hhi mfd > node like the axg-clkc node. > > Thus the reg attribute is not needed. > > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > --- > .../bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml | 4 ---- > 1 file changed, 4 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.example.dt.yaml: phy@0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml See https://patchwork.ozlabs.org/patch/1358643 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.