Re: [RFC PATCH 2/2] Documentation: devictree: Add macb mdio bindings

From: Andrew Lunn
Date: Fri May 13 2016 - 13:36:41 EST


> + mdio {
> + compatible = "cdns,macb-mdio";
> + reg = <0x0 0xff0b0000 0x0 0x1000>;
> + clocks = <&clk125>, <&clk125>, <&clk125>;
> + clock-names = "pclk", "hclk", "tx_clk";
> + ethernet_phyC: ethernet-phy@C {
> + reg = <C>;

I think that needs an 0x prefix.

Andrew