From patchwork Mon Aug 18 15:51:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 4737801 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4A0BBC033C for ; Mon, 18 Aug 2014 15:52:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 75D392010B for ; Mon, 18 Aug 2014 15:52:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 87E0720131 for ; Mon, 18 Aug 2014 15:52:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbaHRPwV (ORCPT ); Mon, 18 Aug 2014 11:52:21 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:44944 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751563AbaHRPwU (ORCPT ); Mon, 18 Aug 2014 11:52:20 -0400 Received: by mail-lb0-f173.google.com with SMTP id u10so4307506lbd.18 for ; Mon, 18 Aug 2014 08:52:19 -0700 (PDT) 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=mYr42aHY5ZdtCQoA1EzvcopSHNT8O2tIQybZkaXNVN8=; b=NTDlWvYC1CG/4jg451MmZSCpnnADDiNcfdyx8xewuMsx0OGP/0q2tHz+s/XR+oe2h+ 0nMS0CuJ1fccuwd6udWn8VIeTb9FuBtNykJ9T2nxj/j6HiZr3ddfKUvhyudOfAbsVES1 oobB/gFKM+mRst2jkhnU5vQI53y5/lvLIp7W98RpxwHhnAB66mTn43ir2Hi82pqzt8l0 QHWs4gKvswZunTK+EsczG5nWv9B5b2OAfXrnVKMHz4G1tMMrvv0RYLP4TwbzWSGg6XpN l5vF5TPLGoSsWaP3pAxirYXe8bHTY/Std6uttn4Ry3tDlNYF4n3Srg5G86lfLWgI8s0V IqKg== X-Received: by 10.112.42.167 with SMTP id p7mr29227563lbl.83.1408377139638; Mon, 18 Aug 2014 08:52:19 -0700 (PDT) Received: from groucho.site ([46.166.186.241]) by mx.google.com with ESMTPSA id mi10sm27702193lbc.19.2014.08.18.08.52.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Aug 2014 08:52:18 -0700 (PDT) From: Ulrich Hecht To: horms@verge.net.au Cc: linux-sh@vger.kernel.org, mturquette@linaro.org, magnus.damm@gmail.com, Ulrich Hecht Subject: [PATCH 7/8] ARM: shmobile: r8a7794: document SCIF clock support Date: Mon, 18 Aug 2014 17:51:46 +0200 Message-Id: <1408377107-3822-8-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <1408377107-3822-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1408377107-3822-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=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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 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 b355660..7b87eb2 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -20,6 +20,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-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. + - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART. - "renesas,scif" for generic SCIF compatible UART. - "renesas,scifa" for generic SCIFA compatible UART. - "renesas,scifb" for generic SCIFB compatible UART.