From patchwork Fri Jun 2 12:38:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9764361 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BE855602B6 for ; Sat, 3 Jun 2017 14:57:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AF510283E7 for ; Sat, 3 Jun 2017 14:57:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A430328579; Sat, 3 Jun 2017 14:57:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3D469283E7 for ; Sat, 3 Jun 2017 14:57:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F42336E5D6; Sat, 3 Jun 2017 14:55:27 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org X-Greylist: delayed 301 seconds by postgrey-1.35 at gabe; Fri, 02 Jun 2017 12:44:14 UTC Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by gabe.freedesktop.org (Postfix) with ESMTPS id 887576E230 for ; Fri, 2 Jun 2017 12:44:14 +0000 (UTC) Received: from ayla.of.borg ([84.193.137.253]) by albert.telenet-ops.be with bizsmtp id Toeu1v00J5UCtCs06oeubS; Fri, 02 Jun 2017 14:39:09 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1dGlqw-000557-4K; Fri, 02 Jun 2017 14:38:54 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1dGlqw-0003Xl-1h; Fri, 02 Jun 2017 14:38:54 +0200 From: Geert Uytterhoeven To: David Airlie , Rob Herring , Mark Rutland , Carlo Caione , Kevin Hilman , Chanho Min , Catalin Marinas , Will Deacon Subject: [PATCH v3 5/6] dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/ Date: Fri, 2 Jun 2017 14:38:48 +0200 Message-Id: <1496407129-13527-6-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1496407129-13527-1-git-send-email-geert+renesas@glider.be> References: <1496407129-13527-1-git-send-email-geert+renesas@glider.be> X-Mailman-Approved-At: Sat, 03 Jun 2017 14:55:14 +0000 Cc: devicetree@vger.kernel.org, Geert Uytterhoeven , Neil Armstrong , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, netdev@vger.kernel.org, Paul Mackerras , Michael Ellerman , linux-amlogic@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Fixes: 8cceda5349377e30 ("dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension") Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring --- v3: - New. --- Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt index 7f040edc16fe6325..a65c890e3170f875 100644 --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt @@ -43,7 +43,7 @@ Required properties: and the Amlogic Meson venci clocks as described in Documentation/devicetree/bindings/clock/clock-bindings.txt, the clocks are soc specific, the clock-names should be "iahb", "isfr", "venci" -- resets, resets-names: must have the phandles to the HDMI apb, glue and phy +- resets, reset-names: must have the phandles to the HDMI apb, glue and phy resets as described in : Documentation/devicetree/bindings/reset/reset.txt, the reset-names should be "hdmitx_apb", "hdmitx", "hdmitx_phy"