From patchwork Tue Apr 23 10:46:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 238866 X-Patchwork-Delegate: monstr@monstr.eu Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id BF81E2C016F for ; Tue, 23 Apr 2013 20:47:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA8D24A19E; Tue, 23 Apr 2013 12:47:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67BOlNOITVdI; Tue, 23 Apr 2013 12:47:24 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0057A4A1B3; Tue, 23 Apr 2013 12:47:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 25B114A189 for ; Tue, 23 Apr 2013 12:47:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pd6jLLq855xF for ; Tue, 23 Apr 2013 12:47:00 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by theia.denx.de (Postfix) with ESMTPS id 19BDF4A1A2 for ; Tue, 23 Apr 2013 12:46:46 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id s10so429583wey.21 for ; Tue, 23 Apr 2013 03:46:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:content-type :x-gm-message-state; bh=DhyHp9U0zGfsGoI9eEzU9FbE8u2P4wS75Ai+tsUKfuI=; b=iCgrxVAndvJyY/IRPWuPmbH8rKsi55wIInknDz+HQMfoikh8cNr22h0apRSDcHfA1E YV8yIKjF7yFlBqQzZ1K4eP2PvaR7UpfjhtB+KF8fP/x+UHH5EpyNlqk7lKHKsGf5zBTH ViRBSRkD2cdBt4goOUkqa6RtlQaTKyhH/pZt6zxgHWjhz3VJDFKQ9AJX07AZc9sNNdVt 5bsCbr4FU7irSrOyaphXy2I1WxOLKzOftUP2DHU/sK08aMb2YNxah3akxR5wjRca0dbs NBenD0uquPvIe8cAVRFvwcyxsuVa46ow6WMFSDJIZnCE/4xP9QZWxml/8uMHTZWUa1EB 5XRA== X-Received: by 10.180.21.167 with SMTP id w7mr36725938wie.2.1366714006286; Tue, 23 Apr 2013 03:46:46 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPS id fz3sm28028976wib.0.2013.04.23.03.46.44 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 23 Apr 2013 03:46:44 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de, Joe Hershberger , Albert Aribaud , Tom Rini Date: Tue, 23 Apr 2013 12:46:03 +0200 Message-Id: <0eb97bc63647a1169b28ffabda0d54e23deab2b2.1366713845.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQm09KPg9oSd1qDWunyLB3WhO8uAet+RwplGYZtOhhb2U5mL1U+8Cxeq2pNaC0+r7PIhBjJA Cc: Peter Crosthwaite , Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH v2 04/15] net: phy: Define Marvell 88e1518 phy X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Michal Simek This phy is used on zedboard (xilinx zynq platform). Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- Changes in v2: None drivers/net/phy/marvell.c | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 1.8.2.1 diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 4b27198..46801c7 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -465,6 +465,16 @@ static struct phy_driver M88E1149S_driver = { .shutdown = &genphy_shutdown, }; +static struct phy_driver M88E1518_driver = { + .name = "Marvell 88E1518", + .uid = 0x1410dd1, + .mask = 0xffffff0, + .features = PHY_GBIT_FEATURES, + .config = &m88e1111s_config, + .startup = &m88e1011s_startup, + .shutdown = &genphy_shutdown, +}; + int phy_marvell_init(void) { phy_register(&M88E1149S_driver); @@ -474,6 +484,7 @@ int phy_marvell_init(void) phy_register(&M88E1118R_driver); phy_register(&M88E1111S_driver); phy_register(&M88E1011S_driver); + phy_register(&M88E1518_driver); return 0; }