Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1519894imm; Mon, 3 Sep 2018 02:35:50 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbEOOhIGXDlFBZLyZTAO7dUKdToGwz2Hq6g053jiiwH+Zc2zQrupFK1cYvLxU3jQbKvmm0t X-Received: by 2002:a62:e511:: with SMTP id n17-v6mr28260863pff.210.1535967350621; Mon, 03 Sep 2018 02:35:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535967350; cv=none; d=google.com; s=arc-20160816; b=cw2Sij5Pb9H+Sf+WLjZyhrzJblIP3pUPQ5OCm0b1Yyo7+9L4MvN2o00oGWn0vHLELA KNDQc/Ncltf0GD0/9Kv7QTbfGgsxlVRN8JmxrPIy0KbBSVgy2v8olH4cYk3PeAov8I7H ODorcjP2SKnM3FlRcRRYynzGvLZ5XvVOaN8DH1jGQrJwEJXrcC2EprPtDdchohJZ2TtL kaTn9OkRc1unzje9/AOmsZao2zT9EC87vqaAjHYLwMBxFvTomiTNz/qEnqMmTWUT2bDW DypeVGU+UDYyACAlyn2ZQHvV/OyMFFyxAYSAciNtE6eFdU+WFW524+gSRka4aFnONwEH uE5g== 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:cc:to:from:arc-authentication-results; bh=de/R6Jsq+GjMak8Zi4dYPg5AcEP+Wm3dSfMQXpWCFAc=; b=evOU0ZeqtTQLMa80qjzmx3fsJUOyWk2EiEKR/SSyxXAkNqTRVfdzTTrp7mPy4cHm0T 2m/nD2VA0lHwE+uLxTL7Ab0Dmi7SUgJM/FiIx1SLhIisT16dA4uN4Ho5RK1jXsxd8irL WPK45hliklw/PxSGwS6g0kCRW2AAoRxZnud/rFnwygAjbvXcO525aJ9ln9VyN7uN6E05 BTbL7qaSCJeSTgByBXePP3vkAgC7WtPvdlMQZNhv2x/zqnZePltSzBqxiKlbQXqPShnn eGE4gchbsib1eByATz+L78GrhFjfW1ug2MD8zE3DSEBvv6maWCJEuAQZ5PTQ1Tpv1/oo X8/A== 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 184-v6si17455079pgj.421.2018.09.03.02.35.35; Mon, 03 Sep 2018 02:35:50 -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 S1727694AbeICNxO (ORCPT + 99 others); Mon, 3 Sep 2018 09:53:14 -0400 Received: from mail.bootlin.com ([62.4.15.54]:54604 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727607AbeICNxM (ORCPT ); Mon, 3 Sep 2018 09:53:12 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 7BB6922A44; Mon, 3 Sep 2018 11:33:54 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost.localdomain (AAubervilliers-681-1-92-107.w90-88.abo.wanadoo.fr [90.88.33.107]) by mail.bootlin.com (Postfix) with ESMTPSA id 55FEE22A45; Mon, 3 Sep 2018 11:33:26 +0200 (CEST) From: Quentin Schulz To: alexandre.belloni@bootlin.com, ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, kishon@ti.com, andrew@lunn.ch, f.fainelli@gmail.com Cc: allan.nielsen@microchip.com, linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, thomas.petazzoni@bootlin.com, Quentin Schulz Subject: [PATCH v2 08/11] MIPS: mscc: ocelot: add SerDes mux DT node Date: Mon, 3 Sep 2018 11:33:05 +0200 Message-Id: <20180903093308.24366-9-quentin.schulz@bootlin.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180903093308.24366-1-quentin.schulz@bootlin.com> References: <20180903093308.24366-1-quentin.schulz@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Microsemi Ocelot has a set of register for SerDes/switch port muxing as well as PCIe muxing for a specific SerDes, so let's add the device and all SerDes in the Device Tree. Signed-off-by: Quentin Schulz --- arch/mips/boot/dts/mscc/ocelot.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/boot/dts/mscc/ocelot.dtsi b/arch/mips/boot/dts/mscc/ocelot.dtsi index 149b1a7e7091..8ce317c5b9ed 100644 --- a/arch/mips/boot/dts/mscc/ocelot.dtsi +++ b/arch/mips/boot/dts/mscc/ocelot.dtsi @@ -234,6 +234,11 @@ hsio: syscon@10d0000 { compatible = "mscc,ocelot-hsio", "syscon", "simple-mfd"; reg = <0x10d0000 0x10000>; + + serdes: serdes { + compatible = "mscc,vsc7514-serdes"; + #phy-cells = <2>; + }; }; }; }; -- 2.17.1