From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 12 Aug 2015 12:18:11 +0200 Subject: [U-Boot] [PATCH V2 1/3] imx: clock support enet2 anatop clock support In-Reply-To: <1439372812-11542-1-git-send-email-Peng.Fan@freescale.com> References: <1439372812-11542-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <55CB1D63.8000606@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12.08.2015 11:46, Peng Fan wrote: > To i.MX6SX/UL, two ethernet interfaces are supported. > Add ENET2 clock support: > 1. Introduce a new input parameter "fec_id", only 0 and 1 are allowed. > To value 1, only i.MX6SX/UL can pass the check. > 2. Modify board code who use this api to follow new api prototype. > > Signed-off-by: Peng Fan > Cc: Heiko Schocher > Cc: Fabio Estevam > Cc: Stefan Roese > Cc: Nikolaos Pasaloukos > Cc: Stefano Babic Reviewed-by: Stefan Roese Thanks, Stefan