Received: by 10.213.65.68 with SMTP id h4csp1607000imn; Thu, 29 Mar 2018 07:47:19 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+OkZAySS3uqRnvdueW5nPcwZyi/XpnbpKG6r1kDoj7NZhJ3H1ryYXo7vANEgLmlBO2htuv X-Received: by 2002:a17:902:6c0d:: with SMTP id q13-v6mr8515815plk.350.1522334839697; Thu, 29 Mar 2018 07:47:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522334839; cv=none; d=google.com; s=arc-20160816; b=AiX3OC9ylW+rCURzJbgeNmNmjuRzmDxgoNdK/6oy61OISm56d75i2Q0pDJ2b0ekwLD MIacHeOiomYWHfpdizcJrHmf/r4pksg3gLgxmkdChFZM9cFar41rpEdb2Vh2xmGMgrJp DdbIGBo0ICyqpN6PnyRtYvXiDTJqDh5A4AjTcnSmqXyvg4KrIpoqrO1zNAg8iY2nHDYR XArsKOPdEsk77MRDWH/pLuJg/FjvcrijbWIwCm5Z+kmX0r4WJjBbxnQfLUQG5PcboWuh AciVgEROKRNNgzxRD/N9WKBk0VhfkZy3Rq7xB4q3oW47Lg87XHKeag/Jxy8kFg82OOH6 qwPg== 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 :arc-authentication-results; bh=ObAOfnYsQMwbzIthe48nW54JIf+YC/ud72ciKKkNvNk=; b=KMNM4F/CCE1AKwnV+lEb5VgQuThnTKp4GhiaJEmYx0fZlxAtjJQnmrSlXcBUv36VEk SNuxdiRUx2qQtvVKolus9/AQa7x1feEsRWGEMKwn+0mx5qb1q2fvxgWRYaSi2/td3FM+ XkRoo3MX3j87EeSGmqCXCfgihD4k8a2j1CchEOJfo6KpEywcGc38jHmjUjoZYuLWIKZ7 ijiS0pET7xvAchIvNotd8Awt1yIg5wrHINU6HZkWsGCRl8yVianmBYdtfW9X7FF2zR0V 4TyJ74I6aTs+zBBUAL2oXZ5E9C/pUaCZFJ/AZm/a11KG3RYx8rZ91EzADt+C0OfDmR46 hREw== 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 31-v6si3550470plz.467.2018.03.29.07.47.05; Thu, 29 Mar 2018 07:47:19 -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 S1752090AbeC2Oor (ORCPT + 99 others); Thu, 29 Mar 2018 10:44:47 -0400 Received: from mail.phycore.de ([217.6.246.34]:56440 "EHLO root.phytec.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbeC2Oop (ORCPT ); Thu, 29 Mar 2018 10:44:45 -0400 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 1F58FA00260; Thu, 29 Mar 2018 16:44:56 +0200 (CEST) Received: from augenblix.phytec.de ([172.16.0.56]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2018032916444334-172185 ; Thu, 29 Mar 2018 16:44:43 +0200 From: Daniel Schultz To: robh@kernel.org Cc: mark.rutland@arm.com, heiko@sntech.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] mfd: dt-bindings: Add rk808 PMIC reset property Date: Thu, 29 Mar 2018 16:44:43 +0200 Message-Id: <1522334683-22169-1-git-send-email-d.schultz@phytec.de> X-Mailer: git-send-email 2.7.4 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 29.03.2018 16:44:43, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 29.03.2018 16:44:43, Serialize complete at 29.03.2018 16:44:43 X-TNEFEvaluated: 1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add documentation about a new rk808 devicetree property. This can enable the rk805/rk808/rk818 PMIC reset, instead of using soft resets from the Control and Reset Module. Signed-off-by: Daniel Schultz --- Changes: v2: Changed commit message Documentation/devicetree/bindings/mfd/rk808.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Documentation/devicetree/bindings/mfd/rk808.txt index 91b6522..fa1a30f 100644 --- a/Documentation/devicetree/bindings/mfd/rk808.txt +++ b/Documentation/devicetree/bindings/mfd/rk808.txt @@ -20,6 +20,8 @@ Optional properties: default output clock name - rockchip,system-power-controller: Telling whether or not this pmic is controlling the system power. +- rockchip,system-reset-controller: Telling whether or not this pmic is controlling + the system reset. Optional RK805 properties: - vcc1-supply: The input supply for DCDC_REG1 -- 2.7.4