Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2193835ybl; Sun, 18 Aug 2019 20:45:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjUZ/rUEyGQVzCeiAZFQsOsWnkn5o0NWo/w6dkA6LIZQ8jtV/+B7DigzGz8hPPSIEhB5OW X-Received: by 2002:a62:24a:: with SMTP id 71mr3290299pfc.148.1566186326692; Sun, 18 Aug 2019 20:45:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566186326; cv=none; d=google.com; s=arc-20160816; b=OIyPhWDljSOcDoH+I7SAtRDL4d4A80KnHCOPgxubPWVFqOPB6271xY8kPKl9j8wz05 cR1KJDsR97qYSxPJP5OXni2Lb/ymnJoptCdYg0m9yKKWamGSynFoEI/Vf/lv7ta+HTyR EH3ZVPbkB/jXIAbVLd+1Oa+6fiYfC4MT4BvXm/0VWIkX4Ru1+QUuanGtJgh2gKuZMQ2o kPU5n5wXhcgl0+Uq49J5JU1sr/sIHtwXQVC8WmLuijQ5i8X9CHZGld/tpfiYBYJe4YnR HXa6D28iUrtQG93IpdayNIYgUjGRORdnTNmY7ZXo1OFIwpU4sB/Kuu13leQDqrMtRVbY i3Lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=yYIAFnK0NErles3vrUnX9qH3mmCzm/+HmLsIiC710Zw=; b=fyWoWpNfAWhk/Wjq9xZPxQlB+CJk9R5K6khc2/NSISnYY2TNkiLzGUkTJvA8pPwVuT mqKVZquwrT7+1SHGKKfuBZYXsAegSqVEkKVIdzz684Pkpi64eU/JVtGvRpZQWYuIdWTd 6PNpNCdCoOlbKiDNYQ8VfPKDxB8+j13Ay/rq57nWgoRywc8X71LtwVIxB9Bw0svusS06 qJKVXbiJJ3RMam5cechKP42DpuwaZZ+5Byr3vL0iOMex5EZzriG/pXn8FneNgTr0QFwU 4qNbRVubVvEtrXxpi7dLXKY8+5+Y/oMxv9i6bf4ZOUII9ix1n5fI5Dk4nsE15o/IlHf5 QbTA== 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 o8si8907983pgd.582.2019.08.18.20.45.11; Sun, 18 Aug 2019 20:45:26 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726543AbfHSDoV (ORCPT + 99 others); Sun, 18 Aug 2019 23:44:21 -0400 Received: from mga14.intel.com ([192.55.52.115]:23556 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726261AbfHSDoV (ORCPT ); Sun, 18 Aug 2019 23:44:21 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2019 20:44:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,403,1559545200"; d="scan'208";a="195443446" Received: from sgsxdev004.isng.intel.com (HELO localhost) ([10.226.88.13]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2019 20:44:19 -0700 From: "Ramuthevar,Vadivel MuruganX" To: kishon@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: andriy.shevchenko@intel.com, cheol.yong.kim@intel.com, qi-ming.wu@intel.com, peter.harliman.liem@intel.com, vadivel.muruganx.ramuthevar@linux.intel.com Subject: [PATCH v1 1/2] dt-bindings: phy: intel-emmc-phy: Add new compatible for LGM eMMC PHY Date: Mon, 19 Aug 2019 11:44:15 +0800 Message-Id: <20190819034416.45192-1-vadivel.muruganx.ramuthevar@linux.intel.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ramuthevar Vadivel Murugan Add a new compatible to use the host controller driver with the eMMC PHY on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- .../bindings/phy/intel-lgm-emmc-phy.yaml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel-lgm-emmc-phy.yaml diff --git a/Documentation/devicetree/bindings/phy/intel-lgm-emmc-phy.yaml b/Documentation/devicetree/bindings/phy/intel-lgm-emmc-phy.yaml new file mode 100644 index 000000000000..52156ff091ad --- /dev/null +++ b/Documentation/devicetree/bindings/phy/intel-lgm-emmc-phy.yaml @@ -0,0 +1,70 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/phy/intel-lgm-emmc-phy.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Intel LGM e-MMC PHY Device Tree Bindings + +maintainers: + - Rob Herring + - Mark Rutland + +intel,syscon: + $ref: /schemas/types.yaml#definitions/phandle + description: + - | + e-MMC phy module connected through chiptop. Phandle to a node that can + contain the following properties + * reg, Access the e-MMC, get the base address from syscon. + * reset, reset the e-MMC module. + +properties: + "#phy-cells": + const: 0 + + compatible: + const: intel,lgm-emmc-phy + + reg: + maxItems: 1 + + clocks: + items: + - description: e-MMC phy module clock + + clock-names: + items: + - const: emmcclk + + resets: + maxItems: 1 + +required: + - "#phy-cells" + - compatible + - reg + - clocks + - clock-names + - resets + +additionalProperties: false + +examples: + - | + sysconf: chiptop@e0020000 { + compatible = "intel,chiptop-lgm", "syscon"; + reg = <0xe0020000 0x100>; + #reset-cells = <1>; + }; + + - | + emmc_phy: emmc_phy { + compatible = "intel,lgm-emmc-phy"; + intel,syscon = <&sysconf>; + clocks = <&emmc>; + clock-names = "emmcclk"; + #phy-cells = <0>; + }; + +... -- 2.11.0