Received: by 10.223.185.116 with SMTP id b49csp129290wrg; Fri, 2 Mar 2018 15:08:59 -0800 (PST) X-Google-Smtp-Source: AG47ELtaMed9aYxgQf2iSN6UFDV4YQ7B1sqZEJAmgqR7pJxmdJgngqCVZMdd/ybIn9FA/UH3HtWU X-Received: by 2002:a17:902:ab89:: with SMTP id f9-v6mr6527377plr.369.1520032139390; Fri, 02 Mar 2018 15:08:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520032139; cv=none; d=google.com; s=arc-20160816; b=gEE3WW2u3krhgXbNAWY/084Gey52Cbed7by17JLPKe0/YvnXKHVLJg3ZqUulsT0hr+ eHhYzs+ixwLVVFW2LzMVlP6MyLEX0Hf4K32EAzVcc+ehxe3ytND4J7t3K3ukGSIs7C2W PRkJHXAxeJmwbQoEVkIVl7cpncEV6Hg2H9DUqEt9rBrP1MWDAzUe0qLC9ZXPpucFmSvz sKegMqGRYGogMJfXD9R+8wKE55VOJWcN1Lr9nTcKzgTpTefkJIXQRtIivVLHehyEiyUB VXnKOudJ29UWxKy17FhSjMO/ExZgUMXxB5hT1bOBVkHCYrvCgryWvliz8C6HGaKA/DW1 ameQ== 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=Ck4xopGVvoVyYhxweyQdf9a00UFkUPc493Z9gR4VErE=; b=0fnplLPK2vrla79ecZaTObIWiGDG0rjUJ87FH92eqau33YkrPL/NL75GVN+hVqYpNc A0AT+EP9u7LU3VjSsvzMTI3JAYmxTfK1C5oqhY0yXfo0Wkbyw4r4LPE1erk2eNQ9DpPN 8TdMZoz1GGZ1Qugp/KNQLzE4XA+DQI6zzx5QQGxPg5HDQ9hNF04tKX5DBJO74AzCW1F/ OFSyxdgknlyHWmwv1fizJ+nHF1c+YgcdHEKDwS/hU4D0fVDC7C15sJJae90EjY6MCuW3 afqefiNzpQbKeq/coCEBktmcWy2J1xV/JaRmQPkPQCsMHPobHHhKSMp4h5coZ2S62CQL dSbg== 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 b59-v6si5434815plc.309.2018.03.02.15.08.45; Fri, 02 Mar 2018 15:08:59 -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 S1428377AbeCBN4m (ORCPT + 99 others); Fri, 2 Mar 2018 08:56:42 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:49670 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424608AbeCBN4j (ORCPT ); Fri, 2 Mar 2018 08:56:39 -0500 Received: from ayla.of.borg ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id H1wb1x00d3XaVaC011wbWC; Fri, 02 Mar 2018 14:56:37 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1erlAp-0002vu-IC; Fri, 02 Mar 2018 14:56:35 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1erlAp-0003lE-Gt; Fri, 02 Mar 2018 14:56:35 +0100 From: Geert Uytterhoeven To: David Airlie , Rob Herring , Mark Rutland , Carlo Caione , Kevin Hilman , Chanho Min Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v4 3/4] dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/ Date: Fri, 2 Mar 2018 14:56:32 +0100 Message-Id: <1519998993-14398-4-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1519998993-14398-1-git-send-email-geert+renesas@glider.be> References: <1519998993-14398-1-git-send-email-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes: 8cceda5349377e30 ("dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension") Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring --- v4: - Add Acked-by, 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 bf4a18047309a5f8..d8f6268849f43621 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" -- 2.7.4