From patchwork Fri Mar 6 17:09:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 5956701 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5387D9F36A for ; Fri, 6 Mar 2015 17:10:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8BBBE2038F for ; Fri, 6 Mar 2015 17:10:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B41AB202FF for ; Fri, 6 Mar 2015 17:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932275AbbCFRKe (ORCPT ); Fri, 6 Mar 2015 12:10:34 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:43540 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932255AbbCFRKe (ORCPT ); Fri, 6 Mar 2015 12:10:34 -0500 Received: by wggx12 with SMTP id x12so3761648wgg.10 for ; Fri, 06 Mar 2015 09:10:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=WRg9m6/rE9Dh61btCBp7eeOHNkIWZF9iCQ8WnFpqjYk=; b=QLpbvDbWc0PJowqFXhvhyQAE2mNx94Kda+toLgQbdSaMhBS5AwYHu+eX311PlR+hJv 6iwbzCz3W6Q2TqZMxS8uAEKnJc4nlJk4tlQjj3XPc4015oUYBtBzvCb4ro3b54t328zw l+aDqt3qtDav31fX4aVGYMqiaU9zXWNgX/7pARpl+JPKAoXbdgFFQop2TSlR4yJ4Nj3f Q2Mnou8pQxPKSm1qJV8CTV1e+JL2dnw+C2yRHC1ldF6fC7e3EBAP7dd9yt6lvPnBgue+ VlJXYFlCvheK9Sk7jb+kP6U10EfrkiMmQS6ZzECA7VeRo3O4DcsiKYCULQGICjx88Uxc otxg== X-Received: by 10.194.200.229 with SMTP id jv5mr31588302wjc.59.1425661833111; Fri, 06 Mar 2015 09:10:33 -0800 (PST) Received: from groucho.site (ipbcc0217c.dynamic.kabel-deutschland.de. [188.192.33.124]) by mx.google.com with ESMTPSA id i10sm14194969wja.40.2015.03.06.09.10.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Mar 2015 09:10:32 -0800 (PST) From: Ulrich Hecht To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, hisashi.nakamura.ak@renesas.com, kuninori.morimoto.gx@renesas.com, Ulrich Hecht Subject: [PATCH 09/11] serial: sh-sci: Add device tree bindings for r8a7793 Date: Fri, 6 Mar 2015 18:09:56 +0100 Message-Id: <1425661798-10487-10-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1425661798-10487-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1425661798-10487-1-git-send-email-ulrich.hecht+renesas@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Signed-off-by: Ulrich Hecht Acked-by: Simon Horman --- Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt index ae73bb0..6b879b5 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -19,6 +19,10 @@ Required properties: - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART. - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART. - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART. + - "renesas,scif-r8a7793" for R8A7793 (R-Car M2N) SCIF compatible UART. + - "renesas,scifa-r8a7793" for R8A7793 (R-Car M2N) SCIFA compatible UART. + - "renesas,scifb-r8a7793" for R8A7793 (R-Car M2N) SCIFB compatible UART. + - "renesas,hscif-r8a7793" for R8A7793 (R-Car M2N) HSCIF compatible UART. - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART. - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART. - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.