Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3726497imm; Mon, 18 Jun 2018 03:03:39 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKc4n5DsYgu770CjNXsdOmzCZEVjUu9wHdYDcCtLRRMuhsSjCVuWersthqpA2gx65s/3MC4 X-Received: by 2002:a65:4042:: with SMTP id h2-v6mr10173759pgp.78.1529316219888; Mon, 18 Jun 2018 03:03:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529316219; cv=none; d=google.com; s=arc-20160816; b=aAGADZ9cJyzI3o8zughesQ5NUIgase3TmDrjvV2h7C2g1qEK+S/7knDfhkoA8SHNCN qz8IEDCXf3e0SPPw+hW/Guz6rWjUJvH84Jub4Qx3YpfmmLxI+LMN6ob/pC1RIAI0r9r5 +q0idb85EtZFxwV3XhP+HWdkkPkllxEhxUaxf1we+/V7ycVO7TKKHtmF1RYqAhx9c32r 1PS6SMWalxUmWOBdh1+qSGBXCQWjZEIKv0yhVny3su73AsRdvabEl1dQrWMNGpUvuFVU wca5Z1YclZpZc02xcVGlbfU7P+RgoGP7pORnQc82qn1u8tIm3IZkMfJ+fKwo511DZnlu TJLQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=KMCZFVOTVvhmvpTGXV6/Xk/3L7fAGm3VDQhjxH8ffq0=; b=x4tbAVbfOmX4LYS+GbZbIlFDoe6v2IRjflgR/H0nZl67JYRm1DtB53Ht1pqecjxmgM iB5Oo5ZWljKPACK7ejXLEsUyRCTbqFqwiy+IHHCHzkVQL+MNI5+qh2KCe5Bjy2h5TPFL nORplWv1s4M0mYNbRf51oEeMF85OltC/vMnQvW7TLdIXrncSAx1fyD9l+VxseM7SrbZ7 aJn25L0vBnOUlGSBbiG/e9BbWz/DHhq3p8u/G4mc12LCGe5IfVSKZzqx+deovs05oiCt yzOe347IBPuYQEKDLvlxPn1a4WEw3s6TX5+962gue0VGD9FQOWOalPegPSijzZ/ajJQ4 aA1A== 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 c17-v6si14064207pfk.93.2018.06.18.03.03.25; Mon, 18 Jun 2018 03:03:39 -0700 (PDT) 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 S935193AbeFRISg (ORCPT + 99 others); Mon, 18 Jun 2018 04:18:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54662 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935074AbeFRISd (ORCPT ); Mon, 18 Jun 2018 04:18:33 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 04A0FC75; Mon, 18 Jun 2018 08:18:32 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Sasha Levin Subject: [PATCH 4.16 079/279] dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/ Date: Mon, 18 Jun 2018 10:11:04 +0200 Message-Id: <20180618080612.080219938@linuxfoundation.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180618080608.851973560@linuxfoundation.org> References: <20180618080608.851973560@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geert Uytterhoeven [ Upstream commit 17a16542b88e753cc3bd54cf30b74df3d547421e ] Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/serial/mvebu-uart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/serial/mvebu-uart.txt +++ b/Documentation/devicetree/bindings/serial/mvebu-uart.txt @@ -24,7 +24,7 @@ Required properties: - Must contain two elements for the extended variant of the IP (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx", respectively the UART TX interrupt and the UART RX interrupt. A - corresponding interrupts-names property must be defined. + corresponding interrupt-names property must be defined. - For backward compatibility reasons, a single element interrupts property is also supported for the standard variant of the IP, containing only the UART sum interrupt. This form is deprecated