Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp895860ybl; Fri, 23 Aug 2019 09:58:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqw7LmSlRiAV3KuJY5rMVaS+4A6KKouY1eEYeMhk/y91OoqF3CJS3d5D6FjnUgVq4rQcWcws X-Received: by 2002:aa7:8559:: with SMTP id y25mr6290704pfn.260.1566579506467; Fri, 23 Aug 2019 09:58:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566579506; cv=none; d=google.com; s=arc-20160816; b=f7ztWxZ/wfRq8/LB/HAQ1VDIqX3Q+y3fn6EXz0zuPtXaLc4EGkmxzmYXhe+gnqYbQN dDZneHnivmxM6IPhTpAriTUZoK20/142D/epOEGPfWZNWwsJl1PBPf9+7ux/SZU2zi+6 UukrzA7s8rrQSbso1bxhvPesWCP6hjp49zcMtS5ZDXP0ltOkThZc0DEi20x+OAFilJ7N fB6PxHPwPlYHCvezwzBTnFRICqZWwHcuUBADng0VXvWkzXgpehLuWJZN7gMmz91QX+9K yHAgpSALbgk0C70NY+jvYDm4ioWKgjzfs326W5vrtoGbWGbCVP3ziAPcTcxVBqeLAR/f aYog== 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=D85EJCbb4rd9M7TevfaW5rv2HybFT48RaQ39nhjNDwg=; b=M1n4e8CjD3s4qHhVQ9c8xNpYj/vqn8dFI1fEGuReCdZtaB6Q+Sc/j4xdc2lP/nIg9t NijclVMp62HEetqYlWDAcoMxcN1Ybz1g87CT9Ub1x1qROzfXELLw2osVPQ021l0R1F8n TwHXbypViLdYN/Svc23M97J8J+CN6CM7pzy03VWyGu3XPXnVlcXKOVFSNirDz/CNGEib kx+dSs3Qjeor+nJC/QwnLzqo2N+0mMaa0Amfeo3AaBYfWLLhPtK7//uPHgl/rZvpVWFV 7q5r3QbDBxyr+dOHlySHqm8oL5Fe5zQedpE76WDTRPrKkd1s3QbCBn0dPLlonOvjmcs+ ap8g== 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 16si2397357pgw.559.2019.08.23.09.58.10; Fri, 23 Aug 2019 09:58: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 S2392096AbfHWF2y (ORCPT + 99 others); Fri, 23 Aug 2019 01:28:54 -0400 Received: from mga14.intel.com ([192.55.52.115]:42091 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392067AbfHWF2y (ORCPT ); Fri, 23 Aug 2019 01:28:54 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 22:28:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,420,1559545200"; d="scan'208";a="180596997" Received: from sgsxdev004.isng.intel.com (HELO localhost) ([10.226.88.13]) by fmsmga007.fm.intel.com with ESMTP; 22 Aug 2019 22:28:51 -0700 From: Dilip Kota To: robh@kernel.org, p.zabel@pengutronix.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com, qi-ming.wu@intel.com, Dilip Kota Subject: [PATCH v2 1/2] dt-bindings: reset: Add YAML schemas for the Intel Reset controller Date: Fri, 23 Aug 2019 13:28:34 +0800 Message-Id: <42039170811f798b8edc66bf85166aefe7dbc903.1566531960.git.eswara.kota@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 Add YAML schemas for the reset controller on Intel Lightening Mountain (LGM) SoC. Signed-off-by: Dilip Kota --- Changes on v2: Address review comments Update the compatible property definition Add description for reset-cells Add 'additionalProperties: false' property .../bindings/reset/intel,syscon-reset.yaml | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/intel,syscon-reset.yaml diff --git a/Documentation/devicetree/bindings/reset/intel,syscon-reset.yaml b/Documentation/devicetree/bindings/reset/intel,syscon-reset.yaml new file mode 100644 index 000000000000..3403a967190a --- /dev/null +++ b/Documentation/devicetree/bindings/reset/intel,syscon-reset.yaml @@ -0,0 +1,53 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/reset/intel,syscon-reset.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Intel Lightening Mountain SoC System Reset Controller + +maintainers: + - Dilip Kota + +properties: + compatible: + items: + - const: intel,rcu-lgm + - const: syscon + + reg: + description: Reset controller register base address and size + + intel,global-reset: + $ref: /schemas/types.yaml#/definitions/uint32-array + description: Global reset register offset and bit offset. + + "#reset-cells": + const: 2 + description: | + The 1st cell is the register offset. + The 2nd cell is the bit offset in the register. + +required: + - compatible + - reg + - intel,global-reset + - "#reset-cells" + +additionalProperties: false + +examples: + - | + rcu0: reset-controller@00000000 { + compatible = "intel,rcu-lgm", "syscon"; + reg = <0x000000 0x80000>; + intel,global-reset = <0x10 30>; + #reset-cells = <2>; + }; + + pcie_phy0: pciephy@... { + ... + /* address offset: 0x10, bit offset: 12 */ + resets = <&rcu0 0x10 12>; + ... + }; -- 2.11.0