From patchwork Fri Nov 14 15:59:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 410890 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 932C5140082 for ; Sat, 15 Nov 2014 02:59:49 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965522AbaKNP7s (ORCPT ); Fri, 14 Nov 2014 10:59:48 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:60623 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965440AbaKNP7r (ORCPT ); Fri, 14 Nov 2014 10:59:47 -0500 Received: from ayla.of.borg ([84.193.84.167]) by baptiste.telenet-ops.be with bizsmtp id FTzl1p00t3cczKo01TzlmA; Fri, 14 Nov 2014 16:59:46 +0100 Received: from ramsan.local ([192.168.97.132] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1XpJHl-0000K6-HY; Fri, 14 Nov 2014 16:59:45 +0100 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1XpJHl-0003Sv-AW; Fri, 14 Nov 2014 16:59:45 +0100 From: Geert Uytterhoeven To: Greg Kroah-Hartman Cc: devicetree@vger.kernel.org, linux-sh@vger.kernel.org, linux-serial@vger.kernel.org, Ulrich Hecht , Geert Uytterhoeven Subject: [PATCH 1/2] serial: sh-sci: Add device tree support for r8a7794 Date: Fri, 14 Nov 2014 16:59:31 +0100 Message-Id: <1415980772-13287-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Ulrich Hecht Simply document the new compat string. There appears to be no need for a driver update. Signed-off-by: Ulrich Hecht [geert: Reworded to match previous commits] Signed-off-by: Geert Uytterhoeven 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 b3556609a06fb8b9..7b87eb2c66be3131 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.