Re: [PATCH v2 2/3] dt-bindings: add Qualcomm IPQ4019 MDIO bindings

From: Robert Marko
Date: Wed Apr 15 2020 - 04:52:44 EST


On Tue, Apr 14, 2020 at 11:11 PM Florian Fainelli <f.fainelli@xxxxxxxxx> wrote:
>
>
>
> On 4/14/2020 11:10 AM, Robert Marko wrote:
> > This patch adds the binding document for the IPQ40xx MDIO driver.
> >
> > Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
> > Cc: Luka Perkov <luka.perkov@xxxxxxxxxx>
> > ---
>
> [snip]
>
> > +examples:
> > + - |
> > + mdio@90000 {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > + compatible = "qcom,ipq40xx-mdio";
> > + reg = <0x90000 0x64>;
> > + status = "disabled";
>
> I believe the preference is to not put status properties in examples.
> Other than that:
Will be changed in v3.
Thanks
>
> Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> --
> Florian