Received: by 10.223.185.116 with SMTP id b49csp750555wrg; Tue, 20 Feb 2018 07:18:04 -0800 (PST) X-Google-Smtp-Source: AH8x225Ay/JazlQVJY9BwKMBQhXcud9IgHi2gE9tjA22Ny8u8HwqijpVCwiZgSc9g4rk8J/NXbzq X-Received: by 2002:a17:902:ad0a:: with SMTP id i10-v6mr5696720plr.130.1519139884764; Tue, 20 Feb 2018 07:18:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519139884; cv=none; d=google.com; s=arc-20160816; b=lm4YssjnAJR17m5LO2pbO2oNRY+G1ujWkIILEyqJr/E3VfF/Wqwm0McQjxtoQ5Blqg PegGt18twvBaK9NHx5q98OAlhxFGqhUkyP3/8iZWh/hCP+RWTsxiCLegmooRzCfBoVs7 8eIIV/YnCVa834Y66yk0mrC1E0wcBpVss0FhdFRaR8/5qQnXTeOzMw4eYLxFqPsgSHou 5VVOP3JlQAJ4pb0N2AMdl2l65cFeloLyv0ihfSyNkpOSFxGoq/lh0YLsinfp3NGY83rw aVsDvOuhSaUlmBvRwvFUpk12HlnyStuALW+tcDSujD1EWOafiRBqze09HkJUtpOLqW9K uOMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=8ul464MrL71qzPpeP8RjMVgI2Bng+6+Ym1qiv3g13Ys=; b=z1bfnOXmYZKHaC7KWUsecEgMSTYGu6aStabfB0A1pOHN0ZnXO5MyFs1qwHY5Ke9yX8 es0HUgkuSUEsbtWyFp+vfLOLQ39Nutom7D50q7T399ZinPzrKVsL6cWVEhJ0MQT0xUlF gwm9JDVdQdclTYzZt/oR0fBeszIWdnXZ71v10IO9eCiveP0nmejNY6PgpzuD7zgF0UpM CqwwnidNhloOGcIRI1bfAX0vfI4Hx6Wgw165KUBp1BgGuHIn/v56xnxFLllCIwtAqjPV 7x3Y4ngyDcvQ6TvbPKTMieseYlgwN10Zqh5nvLKOczuvjshAFbklD7+zh+PwjAsGKnPv kjBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9-v6si1308900pls.108.2018.02.20.07.17.50; Tue, 20 Feb 2018 07:18:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbeBTPOR (ORCPT + 99 others); Tue, 20 Feb 2018 10:14:17 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:52369 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534AbeBTPOO (ORCPT ); Tue, 20 Feb 2018 10:14:14 -0500 Received: from w540.lan (unknown [IPv6:2001:b07:6442:1ac4:4036:52e3:3484:3ff2]) (Authenticated sender: jacopo@jmondi.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 15B81C5A8D; Tue, 20 Feb 2018 16:14:08 +0100 (CET) From: Jacopo Mondi To: geert@linux-m68k.org, horms@verge.net.au, magnus.damm@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: Jacopo Mondi , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 12/19] dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF Date: Tue, 20 Feb 2018 16:12:14 +0100 Message-Id: <1519139541-18783-13-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1519139541-18783-1-git-send-email-jacopo+renesas@jmondi.org> References: <1519139541-18783-1-git-send-email-jacopo+renesas@jmondi.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add documentation for r8a77965 compatible string to Renesas sci-serial device tree bindings documentation. Signed-off-by: Jacopo Mondi --- Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt index cf504d0..88f947c 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -41,6 +41,8 @@ Required properties: - "renesas,hscif-r8a7795" for R8A7795 (R-Car H3) HSCIF compatible UART. - "renesas,scif-r8a7796" for R8A7796 (R-Car M3-W) SCIF compatible UART. - "renesas,hscif-r8a7796" for R8A7796 (R-Car M3-W) HSCIF compatible UART. + - "renesas,scif-r8a77965" for R8A77965 (R-Car M3-N) SCIF compatible UART. + - "renesas,hscif-r8a77965" for R8A77965 (R-Car M3-N) HSCIF compatible UART. - "renesas,scif-r8a77970" for R8A77970 (R-Car V3M) SCIF compatible UART. - "renesas,hscif-r8a77970" for R8A77970 (R-Car V3M) HSCIF compatible UART. - "renesas,scif-r8a77995" for R8A77995 (R-Car D3) SCIF compatible UART. -- 2.7.4