Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2479158ybp; Thu, 10 Oct 2019 08:00:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqxS+3jc7uxB/sHKJiS653/U5M9XUQq+74y8fTCDKvC+4LYsrAZSYpbqPrOkCBx9gFn69ctx X-Received: by 2002:a5d:56c4:: with SMTP id m4mr8579151wrw.195.1570719640328; Thu, 10 Oct 2019 08:00:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570719640; cv=none; d=google.com; s=arc-20160816; b=oPxCnd7tMppbdtui6VG6+ncO890/2HSK9zOozoZx7nihJ3WGc3qceYnxGdBjVCLSYy IyjjrG28fmmKTP5zY/PDKW8R/Q4VBeXbo43CwIhT6lZ0EyNc/MocRtuRxJgF5c3ntzGk QVRK8spuB5BgVjnq7YE/KQcnp7JAcjGQ1/6HId1s8haGFUs+A4rQD41aPkVJespaCu3+ KgHP12Agoj7BBuj88b9Bsa8wYGJnDSAL4YTYqWfdsjOcvqxA/KjR6rVJdjK/vFHCQMec 5It8VDnQpeXbQqEDW+r81wFfwizxtDm6E9I0P0bZYixrUiHcE6UyBz8zO2J+TBpcV/2x PW6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:to:from; bh=Xcfh+SpNi4vJwF0owESQMlOJtOKaJNUqUPqUmpCcUd0=; b=z1uFMl8w7/5pXS3VjwFLfah+HO4kqBL75r2zQYnlKQ+MuwOO1c911CUkxYse8ng5ys 42qvzbVi5GbXwADYTI/LcNSbsfRZaE6oYVcDQqI2iAnqVz1by38YLYr66g7vZkFChzaU behfVBAqYTAC46QXsIjSMsegSfOEaJpXMEfOj6ZTg44/1cXV/CM2ROX4KIQgJpgJd+aE R+UmeayMu72kyYtfsq6kU38sbpWGMaYIr4r+XyhO3nedA7gv5GNxB6WmzggbWZCDf4Z7 9X6mWzshmDoy6A6iDLhZS7W5fyA5u+kW0bQrNo8PbZY2b2/hxhlTpUO54v9xtnLDRByk aWxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b42si3763654eda.367.2019.10.10.08.00.15; Thu, 10 Oct 2019 08:00:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726508AbfJJPAH (ORCPT + 99 others); Thu, 10 Oct 2019 11:00:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:46918 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726413AbfJJPAF (ORCPT ); Thu, 10 Oct 2019 11:00:05 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A4F17AF43; Thu, 10 Oct 2019 15:00:01 +0000 (UTC) From: Thomas Bogendoerfer To: Jakub Kicinski , Jonathan Corbet , Ralf Baechle , Paul Burton , James Hogan , Lee Jones , "David S. Miller" , Srinivas Kandagatla , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Jiri Slaby , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, netdev@vger.kernel.org, linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module Date: Thu, 10 Oct 2019 16:59:51 +0200 Message-Id: <20191010145953.21327-6-tbogendoerfer@suse.de> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20191010145953.21327-1-tbogendoerfer@suse.de> References: <20191010145953.21327-1-tbogendoerfer@suse.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org PROM only enables ethernet PHY on first Origin 200 module, so we must do it ourselves for the second module. Signed-off-by: Thomas Bogendoerfer --- arch/mips/pci/pci-ip27.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip27.c index 441eb9383b20..7cc784cb299b 100644 --- a/arch/mips/pci/pci-ip27.c +++ b/arch/mips/pci/pci-ip27.c @@ -7,6 +7,11 @@ * Copyright (C) 1999, 2000, 04 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ +#include +#include +#include +#include +#include #include dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) @@ -31,3 +36,20 @@ int pcibus_to_node(struct pci_bus *bus) } EXPORT_SYMBOL(pcibus_to_node); #endif /* CONFIG_NUMA */ + +static void ip29_fixup_phy(struct pci_dev *dev) +{ + int nasid = pcibus_to_node(dev->bus); + u32 sid; + + if (nasid != 1) + return; /* only needed on second module */ + + /* enable ethernet PHY on IP29 systemboard */ + pci_read_config_dword(dev, PCI_SUBSYSTEM_VENDOR_ID, &sid); + if (sid == ((PCI_VENDOR_ID_SGI << 16) | IOC3_SUBSYS_IP29_SYSBOARD)) + REMOTE_HUB_S(nasid, MD_LED0, 0x09); +} + +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, + ip29_fixup_phy); -- 2.16.4