From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Mon, 25 Dec 2017 21:45:22 +0100 Subject: [U-Boot] [PATCH v2 17/18] net: gmac_rockchip: Add support for the RK3228 GMAC In-Reply-To: <1510219699-79514-1-git-send-email-david.wu@rock-chips.com> References: <1510219699-79514-1-git-send-email-david.wu@rock-chips.com> Message-ID: <2045323.lcO8Z60aFZ@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi David, Am Donnerstag, 9. November 2017, 17:28:19 CET schrieb David Wu: [stuff that somehow got caught by the spam filter] Shouldn't that code also handle the integrated-phy of the rk3228/rk3229? Right now it looks like this only handles rgmii connected external phys but I guess most tv-boxes based on the rk3229 might use the internal phy to save on components. Heiko