From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:37:15 -0700 Subject: [U-Boot] [PATCH] board/t2080rdb: reset cs4315 phy In-Reply-To: <1429671590-26802-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1429671590-26802-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5548F1BB.1090409@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/21/2015 07:59 PM, Shengzhou Liu wrote: > CS4315 PHY doesn't support phy-reset by software, it > needs to reset it by hardware via CPLD control. > > Signed-off-by: Shengzhou Liu > --- > board/freescale/t208xrdb/cpld.h | 3 +++ > board/freescale/t208xrdb/t208xrdb.c | 7 +++++++ > 2 files changed, 10 insertions(+) > Applied to u-boot-mpc85xx master. Awaiting upstream. York