Re: [PATCH v5 09/11] dtb: xgene: Add MDIO node

2016-08-02 Thread Duc Dang
gt; > compatible = "apm,xgene-device-clock"; > > #clock-cells = <1>; > > @@ -921,6 +912,14 @@ > > clocks = <&rtcclk 0>; > > }; > > > > + mdio: mdio@0x1702 { > > + compatible = "apm,xgene-mdio-rgmii"; > > + #address-cells = <1>; > > + #size-cells = <0>; > > + reg = <0x0 0x1702 0x0 0xd100>; > > + clocks = <&menetclk 0>; > > + }; > > + > > menet: ethernet@1702 { > > > This new mmio node has the same unit address, and claims the same > register window as the ethernet controller. > That's doesn't seem correct? Hi Olof, Unfortunately, Iyappan is on vacation. He will respond as soon as he gets back. Regards, Duc Dang. > > > -Olof

Re: linux-next: manual merge of the net-next tree with the arm-soc tree

2016-07-27 Thread Duc Dang
<0x0 0x2000 0x0 0x2>; > interrupts = <0 96 4>, > <0 97 4>; > dma-coherent; Regards, Duc Dang.