From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Fri, 2 Mar 2018 15:52:38 +0100 Subject: [PATCH v4 3/4] dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/ In-Reply-To: <1519998993-14398-4-git-send-email-geert+renesas@glider.be> References: <1519998993-14398-1-git-send-email-geert+renesas@glider.be> <1519998993-14398-4-git-send-email-geert+renesas@glider.be> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 02/03/2018 14:56, Geert Uytterhoeven wrote: > 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" > Acked-by: Neil Armstrong