From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhang.lyra@gmail.com Subject: [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial Date: Mon, 29 Sep 2014 19:48:29 +0800 Message-ID: <1411991314-6636-2-git-send-email-zhang.lyra@gmail.com> References: <1411991314-6636-1-git-send-email-zhang.lyra@gmail.com> Return-path: In-Reply-To: <1411991314-6636-1-git-send-email-zhang.lyra@gmail.com> Sender: linux-kernel-owner@vger.kernel.org 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 Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "chunyan.zhang" List-Id: devicetree@vger.kernel.org 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. -- 1.7.9.5