Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp2049111ybf; Mon, 2 Mar 2020 00:44:12 -0800 (PST) X-Google-Smtp-Source: APXvYqwNFiG2GfhsktXl3sEEzpc0hdFHnCnNZ9afpj0gwHJzTviFAFjFIQ45drwnjDr4hp0zpya3 X-Received: by 2002:a9d:6544:: with SMTP id q4mr11868585otl.269.1583138652661; Mon, 02 Mar 2020 00:44:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583138652; cv=none; d=google.com; s=arc-20160816; b=U6sHLHqZSJfVAjLEN+CZEZGlWoiicOMDQJw8+S/hyqDxyWw2uPGoTGanN4DXigTflT Z3mYEC7RbagvMb0KvVjrYdo7EIhQAuuB2AHEiq+ZoQqw2D/9HwFSsVxwxHnj6eXoLfJ0 EdMV1EKs3dQnxeh3iMYlexVuSQuyl7NzZ2/wic9XfF8CnTrJCGWbo1eVGeNtUx5XPE2n vT/jaMINZf6WmtavCzLhV2mKcEgXBH+s8MOWZCYcs7AARHvu7FAPPp4Gy61zmkd6c0Le NdTuDZ8w0abQ6HPB80hz5bLenNuGPuMk7ooIZ4i57fA3zCC8ttwGueHqln+m+e8d3SGs Z8CA== 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:references :in-reply-to:message-id:date:subject:cc:to:from; bh=502qZw+8OldHOcEYzpDpa3yFBfFFbB51XggLjd/yflc=; b=NoFkzcIJB579x1Dv61ryuEMd73XB9tbgVyPl7X1rn4a9yX9de+iK5WkW6o4CSCfhQy OJ1Gc4TVo9QqdVF9ADkfWu6lNzUL8pdyc+V61davjZtuZRMiQlsIUwPaCj9mTpgdketH ZMxy7DV6GWx1wBlS960RlAkEP/09pZDIxLPZzQ305pF+bLV/sVBhB7VS7sqkooyCUuAM p/gVnLej9ZJfiMx3o+MohPtuq+S7IeWjsXfvUYFMvUlyL6cvYfZdAhOo+kofkRXqlmib lpYDGoNYmmzo3pcGiFTivnbfnbZjV9706jJH8fFVqF1Y3ii22GoiZDQI5hoR75hOBwHw DhYg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u24si4626831otk.287.2020.03.02.00.44.00; Mon, 02 Mar 2020 00:44:12 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727500AbgCBInq (ORCPT + 99 others); Mon, 2 Mar 2020 03:43:46 -0500 Received: from mga12.intel.com ([192.55.52.136]:57008 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726313AbgCBInp (ORCPT ); Mon, 2 Mar 2020 03:43:45 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 00:43:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,506,1574150400"; d="scan'208";a="438211934" Received: from sgsxdev004.isng.intel.com (HELO localhost) ([10.226.88.13]) by fmsmga005.fm.intel.com with ESMTP; 02 Mar 2020 00:43:41 -0800 From: Dilip Kota To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: kishon@ti.com, robh@kernel.org, andriy.shevchenko@intel.com, cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com, qi-ming.wu@intel.com, yixin.zhu@intel.com, Dilip Kota Subject: [PATCH v4 2/3] dt-bindings: phy: Add YAML schemas for Intel Combophy Date: Mon, 2 Mar 2020 16:43:24 +0800 Message-Id: <9f049a5fccd080bd5d8e9a697b96d4c40a413a0a.1583127977.git.eswara.kota@linux.intel.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Combophy subsystem provides PHY support to various controllers, viz. PCIe, SATA and EMAC. Adding YAML schemas for the same. Signed-off-by: Dilip Kota --- Changes on v4: No changes. Changes on v3: Add include/dt-bindings/phy/phy-intel-combphy.h for phy modes. Add SoC specific compatible "intel,combophy-lgm". Correct the nodename pattern. clocks description removed and add maxItems entry. Remove "simple-bus" as it expects minimum one address cell and size cell in the children node. Call devm_of_platform_populate() in the driver to perform "simple-bus" functionality. Changes on v2: Add custom 'select' Pass hardware instance entries with phandles and remove cell-index and bid entries Clock, register address space, are same for the children. So move them to parent node. Two PHY instances cannot run in different modes, so move the phy-mode entry to parent node. Add second child entry in the DT example. .../devicetree/bindings/phy/intel,combo-phy.yaml | 123 +++++++++++++++++++++ include/dt-bindings/phy/phy-intel-combophy.h | 10 ++ 2 files changed, 133 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,combo-phy.yaml create mode 100644 include/dt-bindings/phy/phy-intel-combophy.h diff --git a/Documentation/devicetree/bindings/phy/intel,combo-phy.yaml b/Documentation/devicetree/bindings/phy/intel,combo-phy.yaml new file mode 100644 index 000000000000..f9bae37fab17 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/intel,combo-phy.yaml @@ -0,0 +1,123 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Intel ComboPhy Subsystem + +maintainers: + - Dilip Kota + +description: | + Intel Combophy subsystem supports PHYs for PCIe, EMAC and SATA + controllers. A single Combophy provides two PHY instances. + +properties: + $nodename: + pattern: "combophy(@.*|-[0-9a-f])*$" + + compatible: + items: + - const: intel,combophy-lgm + - const: intel,combo-phy + + clocks: + maxItems: 1 + + reg: + items: + - description: ComboPhy core registers + - description: PCIe app core control registers + + reg-names: + items: + - const: core + - const: app + + resets: + maxItems: 2 + + reset-names: + items: + - const: phy + - const: core + + intel,syscfg: + $ref: /schemas/types.yaml#/definitions/phandle-array + description: Chip configuration registers handle and ComboPhy instance id + + intel,hsio: + $ref: /schemas/types.yaml#/definitions/phandle-array + description: HSIO registers handle and ComboPhy instance id on NOC + + intel,aggregation: + type: boolean + description: | + Specify the flag to configure ComboPHY in dual lane mode. + + intel,phy-mode: + $ref: /schemas/types.yaml#/definitions/uint32 + description: | + Mode of the two phys in ComboPhy. + See dt-bindings/phy/phy-intel-combophy.h for values. + +patternProperties: + "^phy@[0-9]+$": + type: object + + properties: + compatible: + const: intel,phydev + + "#phy-cells": + const: 0 + + resets: + description: | + reset handle according to the PHY mode. + See ../reset/reset.txt for details. + + required: + - compatible + - "#phy-cells" + +required: + - compatible + - clocks + - reg + - reg-names + - intel,syscfg + - intel,hsio + - intel,phy-mode + +additionalProperties: false + +examples: + - | + #include + combophy@d0a00000 { + compatible = "intel,combophy-lgm", "intel,combo-phy"; + clocks = <&cgu0 1>; + reg = <0xd0a00000 0x40000>, + <0xd0a40000 0x1000>; + reg-names = "core", "app"; + resets = <&rcu0 0x50 6>, + <&rcu0 0x50 17>; + reset-names = "phy", "core"; + intel,syscfg = <&sysconf 0>; + intel,hsio = <&hsiol 0>; + intel,phy-mode = ; + + phy@0 { + compatible = "intel,phydev"; + #phy-cells = <0>; + resets = <&rcu0 0x50 23>; + }; + + phy@1 { + compatible = "intel,phydev"; + #phy-cells = <0>; + resets = <&rcu0 0x50 24>; + }; + }; diff --git a/include/dt-bindings/phy/phy-intel-combophy.h b/include/dt-bindings/phy/phy-intel-combophy.h new file mode 100644 index 000000000000..bd7f6377f4ef --- /dev/null +++ b/include/dt-bindings/phy/phy-intel-combophy.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#ifndef _DT_BINDINGS_INTEL_COMBOPHY +#define _DT_BINDINGS_INTEL_COMBOPHY + +#define COMBO_PHY_PCIE 0 +#define COMBO_PHY_XPCS 1 +#define COMBO_PHY_SATA 2 + +#endif /* _DT_BINDINGS_INTEL_COMBOPHY*/ -- 2.11.0