From patchwork Wed Feb 18 22:29:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niklas Cassel X-Patchwork-Id: 441256 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4EDA71400DE for ; Thu, 19 Feb 2015 09:30:11 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752324AbbBRWaJ (ORCPT ); Wed, 18 Feb 2015 17:30:09 -0500 Received: from mxf4.bahnhof.se ([213.80.101.28]:63093 "EHLO mxf4.bahnhof.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751793AbbBRWaI (ORCPT ); Wed, 18 Feb 2015 17:30:08 -0500 Received: from localhost (mxf4.local [127.0.0.1]) by mxf4-reinject (Postfix) with ESMTP id B7D9881718A; Wed, 18 Feb 2015 23:30:02 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-99 required=5 tests=[none] Received: from mxf4.bahnhof.se ([127.0.0.1]) by localhost (mxf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8d87cTQoEWk2; Wed, 18 Feb 2015 23:30:01 +0100 (CET) Received: from smtp-auth3.bahnhof.se (smtp-auth.bahnhof.se [213.136.33.6]) by mxf4.bahnhof.se (Postfix) with ESMTP id 9856E81718B; Wed, 18 Feb 2015 23:29:59 +0100 (CET) Received: from localhost.lan (h-155-61.a323.priv.bahnhof.se [176.10.155.61]) (Authenticated sender: mb274189) by smtp-auth3.bahnhof.se (Postfix) with ESMTPA id 4CEC628A14; Wed, 18 Feb 2015 23:29:57 +0100 (CET) From: Niklas Cassel To: robh+dt@kernel.org Cc: pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, Niklas Cassel Subject: [PATCH RESEND 2/2] serial: add device tree binding documentation for ETRAX FS UART Date: Wed, 18 Feb 2015 23:29:38 +0100 Message-Id: <1424298578-6833-1-git-send-email-nks@flawful.org> X-Mailer: git-send-email 2.3.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Signed-off-by: Niklas Cassel --- [PATCH 1/2] of this patch series has already reached its way into mainline. It would be nice if someone picked up [PATCH 2/2] (this commit) before the merge window closes. .../devicetree/bindings/serial/axis,etraxfs-uart.txt | 19 +++++++++++++++++++ Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 2 files changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt diff --git a/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt b/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt new file mode 100644 index 0000000..ebcbb62 --- /dev/null +++ b/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt @@ -0,0 +1,19 @@ +ETRAX FS UART + +Required properties: +- compatible : "axis,etraxfs-uart" +- reg: offset and length of the register set for the device. +- interrupts: device interrupt + +Optional properties: +- {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD + line respectively. + +Example: + +serial@b00260000 { + compatible = "axis,etraxfs-uart"; + reg = <0xb0026000 0x1000>; + interrupts = <68>; + status = "disabled"; +}; diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index d6bad12..f8d088e 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -27,6 +27,7 @@ atmel Atmel Corporation auo AU Optronics Corporation avago Avago Technologies avic Shanghai AVIC Optoelectronics Co., Ltd. +axis Axis Communications AB bosch Bosch Sensortec GmbH brcm Broadcom Corporation buffalo Buffalo, Inc.