Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754094AbbBRSUF (ORCPT ); Wed, 18 Feb 2015 13:20:05 -0500 Received: from mail-pd0-f178.google.com ([209.85.192.178]:35573 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753650AbbBRSTa (ORCPT ); Wed, 18 Feb 2015 13:19:30 -0500 From: Moritz Fischer To: sre@kernel.org Cc: dbaryshkov@gmail.com, dwmw2@infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Moritz Fischer Subject: [PATCH v1 2/3] dt: power: Add documentation for NI USRP E3x0 soft-poweroff. Date: Wed, 18 Feb 2015 10:18:15 -0800 Message-Id: <1424283496-4479-3-git-send-email-moritz.fischer@ettus.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1424283496-4479-1-git-send-email-moritz.fischer@ettus.com> References: <1424283496-4479-1-git-send-email-moritz.fischer@ettus.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1232 Lines: 35 Signed-off-by: Moritz Fischer --- .../devicetree/bindings/power/reset/e3x0-poweroff.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt b/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt new file mode 100644 index 0000000..47896e3 --- /dev/null +++ b/Documentation/devicetree/bindings/power/reset/e3x0-poweroff.txt @@ -0,0 +1,16 @@ +National Instruments Ettus Research USRP E3x0 poweroff driver + +This module is part of the NI Ettus Research USRP E3x0 SDR. + +Required properties: +- compatible: should be one of the following + - "ettus,e3x0-poweroff": For devices such as the NI Ettus Research USRP E3x0 +- syscon: this is the phandle to the register map node + +Note: Addresses may vary depending on the FPGA configuration + +Example: + poweroff0: poweroff@40300000 { + compatible = "ettus,e3x0-poweroff"; + syscon = <®mapnode>; + }; -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/