From patchwork Mon Sep 29 12:04:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chunyan Zhang X-Patchwork-Id: 4995711 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 77CED9F1D4 for ; Mon, 29 Sep 2014 12:07:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 592DA20254 for ; Mon, 29 Sep 2014 12:07:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 52838201B4 for ; Mon, 29 Sep 2014 12:07:54 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYZi9-0005rt-Q5; Mon, 29 Sep 2014 12:05:49 +0000 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYZi5-0005kN-9f for linux-arm-kernel@lists.infradead.org; Mon, 29 Sep 2014 12:05:45 +0000 Received: by mail-pd0-f170.google.com with SMTP id ft15so1459481pdb.29 for ; Mon, 29 Sep 2014 05:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WmDyQ+0w8jNLYJuvsx63DPJXK6fQpzfNIWyGo9RouUA=; b=YIeUqVNiF5NOQ7YSTSSiRLXeO2UkAaWozd/9vsT8zN7G775Xyf5eSWuby9az0kXnTx jGlN+qmv0Ig6iP7v2um0C4zrTV4Ys8tG2gx1uSAq6lvuN4arR616s0I7j44vb3LLnhNN ztPUB9P0yHMYuRPVXbkplV8N6z+nWoAcXABXUkaHH7FD/IrsDZfIVIaVylUY6kUe6ChL JbGNNc+FCHw541MdvaZ0X22YhXLSiTJ2ttreoiOY3XRKaEQmcsbmp3LX1Z+4g7ecg9Gw AWW7UZuEMLADyuJjMJAXqYANZ/Po1eHBpMCqq8V+KUQ1XU9ADpdgHuVORuzef1dB+OEL eJXA== X-Received: by 10.68.203.5 with SMTP id km5mr58659767pbc.91.1411992324255; Mon, 29 Sep 2014 05:05:24 -0700 (PDT) Received: from chunyanzhangubtpc.local.spreadtrum.com ([117.136.0.134]) by mx.google.com with ESMTPSA id nj3sm12181967pdb.70.2014.09.29.05.05.17 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Sep 2014 05:05:23 -0700 (PDT) From: zhang.lyra@gmail.com To: catalin.marinas@arm.com, gregkh@linuxfoundation.org, ijc+devicetree@hellion.org.uk, jslaby@suse.cz, galak@codeaurora.org, broonie@linaro.org, mark.rutland@arm.com, m-karicheri2@ti.com, pawel.moll@arm.com, artagnon@gmail.com, rrichter@cavium.com, robh+dt@kernel.org, will.deacon@arm.com, orsonzhai@gmail.com, geng.ren@spreadtrum.com, zhizhou.zhang@spreadtrum.com Subject: [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial Date: Mon, 29 Sep 2014 20:04:48 +0800 Message-Id: <1411992293-7729-2-git-send-email-zhang.lyra@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1411992293-7729-1-git-send-email-zhang.lyra@gmail.com> References: <1411992293-7729-1-git-send-email-zhang.lyra@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140929_050545_362773_E35CF26C X-CRM114-Status: GOOD ( 10.49 ) X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "chunyan.zhang" Adds the device-tree documentation for Spreadtrum's serial. Signed-off-by: chunyan.zhang --- .../devicetree/bindings/serial/of-serial.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/of-serial.txt b/Documentation/devicetree/bindings/serial/of-serial.txt index 7705477..a0bb1d1 100644 --- a/Documentation/devicetree/bindings/serial/of-serial.txt +++ b/Documentation/devicetree/bindings/serial/of-serial.txt @@ -14,6 +14,7 @@ Required properties: - "altr,16550-FIFO32" - "altr,16550-FIFO64" - "altr,16550-FIFO128" + - "sprd,serial" - "serial" if the port type is unknown. - reg : offset and length of the register set for the device. - interrupts : should contain uart interrupt.