Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1415364

Re: [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node
Date 2016-06-06 20:40 +0200
Message-ID <rH7Bo-6e-9@gated-at.bofh.it> (permalink)
References <rH28F-50j-3@gated-at.bofh.it> <rH28G-50j-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 06/06/2016 05:41 AM, Pramod Kumar wrote:
> Add integrated MDIO multiplexer driver node which contains
> two mux PCIe bus and one ethernet bus along with phys
> lying on these bus.
> 
> Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
> ---
> +		mdio_mux_iproc: mdio-mux@6602023c {
> +			compatible = "brcm,mdio-mux-iproc";
> +			reg = <0x6602023c 0x14>;
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +
> +			mdio@0 {
> +				reg = <0x0>;
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +
> +				pci_phy0: pci-phy@0 {
> +					compatible = "brcm,ns2-pcie-phy";
> +					reg = <0x0>;
> +					#phy-cells = <0>;
> +				};
> +			};
> +
> +			mdio@7 {
> +				reg = <0x7>;
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +
> +				pci_phy1: pci-phy@0 {
> +					compatible = "brcm,ns2-pcie-phy";
> +					reg = <0x0>;
> +					#phy-cells = <0>;
> +				};

Are these two PHYs always available in the NS2 SoC, or does that depend
on interfaces exposed at the board level? Should not they be flagged
with a disabled status property by default and enabled in their
respective board files?
-- 
Florian

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/7] Add MDIO bus multiplexer support for iProc SoCs Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
  [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
    Re: [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node Florian Fainelli <f.fainelli@gmail.com> - 2016-06-06 20:40 +0200
      RE: [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-10 06:30 +0200
  [PATCH v4 6/7] binding: PHY: Binding doc for NS2 PCIe PHYs. Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
  [PATCH v4 7/7] phy: Add Northstar2 PCI Phy support Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
    Re: [PATCH v4 7/7] phy: Add Northstar2 PCI Phy support Florian Fainelli <f.fainelli@gmail.com> - 2016-06-06 20:50 +0200
      RE: [PATCH v4 7/7] phy: Add Northstar2 PCI Phy support Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-07 14:30 +0200
  [PATCH v4 5/7] net: mdio-mux: Add MDIO mux driver for iProc SoCs Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
    Re: [PATCH v4 5/7] net: mdio-mux: Add MDIO mux driver for iProc SoCs Andrew Lunn <andrew@lunn.ch> - 2016-06-06 16:20 +0200
    Re: [PATCH v4 5/7] net: mdio-mux: Add MDIO mux driver for iProc SoCs Florian Fainelli <f.fainelli@gmail.com> - 2016-06-06 20:50 +0200
  [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexer Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
    Re: [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for Broadcom  MDIO bus multiplexer Florian Fainelli <f.fainelli@gmail.com> - 2016-06-06 20:40 +0200
      RE: [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for Broadcom  MDIO bus multiplexer Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-07 14:00 +0200
        Re: [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for  Broadcom MDIO bus multiplexer Rob Herring <robh@kernel.org> - 2016-06-08 21:50 +0200
    Re: [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for  Broadcom MDIO bus multiplexer Rob Herring <robh@kernel.org> - 2016-06-08 21:50 +0200

csiph-web