From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Date: Thu, 18 Apr 2019 09:15:02 -0700 Subject: [U-Boot] [RESEND-2 PATCH 0/4] sunxi: Enable EMAC on A83T boards using Realtek RTL8211E PHY In-Reply-To: References: <20190412064043.29017-1-wens@kernel.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 18, 2019 at 8:09 AM Chen-Yu Tsai wrote: > > On Wed, Apr 17, 2019 at 4:38 AM Jagan Teki wrote: > > > > Hi, > > > > On Fri, Apr 12, 2019 at 4:05 PM Chen-Yu Tsai wrote: > > > > > > From: Chen-Yu Tsai > > > > > > (Resending yet again with correct email address now subscribed > > > and with proper cover letter subject. Sorry for the noise.) > > > > > > Hi everyone, > > > > > > This series enables EMAC (Ethernet controller) on two A83T boards, > > > the Cubietruck Plus and Bananapi M3. > > > > > > A couple of changes are required to the clock definitions to make the > > > compiler happy, as it hasn't been coverted to use the common CLK and > > > DM_RESET framework. These changes are not used in the A83T code path. > > > > > > The other two patches enable the sun8i-emac and Realtek PHY driver in > > > their respective defconfigs. The device trees already have the EMAC > > > enabled. > > > > > > Since these are compile time issues, all patches should go through > > > the same tree. > > > > > > Regards > > > ChenYu > > > > > > > > > Chen-Yu Tsai (4): > > > sunxi: Fix compilation of sun8i-emac for A83T > > > net: sun8i-emac: Fix compilation for A83T > > > sunxi: Enable EMAC on the Cubietruck Plus > > > sunxi: Enable EMAC on the Bananapi M3 > > > > We have EPHY clock and reset support via respective framework [1] > > would you rebase these changes on top this. > > > > [1] http://git.denx.de/?p=u-boot-sunxi.git;a=commitdiff;h=6b2ccabee2368d059513a9be37c0ffaa4a47ec99 > > Lovely! I'll throw the clock register bit patches out and rework the > other stuff. > > Does anyone else have these boards for testing though? I'm away from > my boards for the next two weeks (which is past the merge window). Looks like the EPHY clock and resets weren't converted. So it still needs some sort of fix to build. Do you have anything in the works regarding EPHY? ChenYu