From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D89CC47404 for ; Fri, 11 Oct 2019 14:41:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77CD9222D0 for ; Fri, 11 Oct 2019 14:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570804894; bh=870GE/oXs6wFY8rbNxBOfhPOtbZPvy6zZ9Ia8hRPZQY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tzQ0zX4ytsCqZ3OTM+kk3q23stUSUvURCMLt9W1CYG+dOqaVKl5FQUrYCmxLyxS1j cbGIlOmGb4EyFTtTwHtVfOUj95sTmEPauF6g1KgJjh3Ab7F8P0JqmvJmz92EzHZFF6 8VRjUgl6YwydaBLOLkq6W3sr9RKekL50ZJYO1N9c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbfJKOlb (ORCPT ); Fri, 11 Oct 2019 10:41:31 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:36364 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726174AbfJKOlb (ORCPT ); Fri, 11 Oct 2019 10:41:31 -0400 Received: by mail-ot1-f67.google.com with SMTP id 67so8154508oto.3; Fri, 11 Oct 2019 07:41:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TKLBwidlY8Z3JTq5wxCnvHpvRsZmPGpUIR8JC3vLZ08=; b=ies2Yx2W/892O54NitJ4+cR2BxIN68x+85zj/qhFdFRj+Suz0iydCR63zrhtJf8g9R KUQO3b9HmK4O0FWBUrBT/BkJ4E71cs0sbmVchQTv9fTWS3kZyAT39mUtP9pKRPbfBYdN PnTEm94PdNA3FEDfI9UFKJkMedmLXgfcsHRAqU/TEOdeMpz20G5pDkmherJvfGblTBxR CQYt3h/e74X1fBhotLVUY+Ch0+6vLfm4EN/igXSnsbq2rcMsv3lk5fTT8e8BkO9tZ25C L9i0ESS95PntkR1DJfpGCvYL0p3DcWGfiPA2HK402/KJ+n0ID6w2Lt+dyIY/+axnlgzc RMTQ== X-Gm-Message-State: APjAAAUSNfYtGc0jE4jOoTsiR66J/+j1Nzwg2KCCRrgSRbZLk4UiIpZ8 Vef/1mk7drWeacmi7yPv6Q== X-Google-Smtp-Source: APXvYqzPDmMOHoPxKw0K4wdBgFxJQJ0ExuW4XED8tlQ8I9P4txCzqKFc3qva5tX8kT2AJFqdUPh2mQ== X-Received: by 2002:a9d:6d11:: with SMTP id o17mr9430840otp.333.1570804889780; Fri, 11 Oct 2019 07:41:29 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id r3sm2642930otk.31.2019.10.11.07.41.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2019 07:41:29 -0700 (PDT) Date: Fri, 11 Oct 2019 09:41:28 -0500 From: Rob Herring To: Jernej Skrabec Cc: mripard@kernel.org, wens@csie.org, mark.rutland@arm.com, mchehab@kernel.org, hverkuil@xs4all.nl, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v2 4/6] dt-bindings: media: Add Allwinner H3 Deinterlace binding Message-ID: <20191011144128.GA24245@bogus> References: <20190929161653.160158-1-jernej.skrabec@siol.net> <20190929161653.160158-5-jernej.skrabec@siol.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190929161653.160158-5-jernej.skrabec@siol.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Sun, Sep 29, 2019 at 06:16:51PM +0200, Jernej Skrabec wrote: > Allwinner H3 Deinterlace core is used for deinterlacing interlaced video > content. Core can also be found on some later SoCs, like H5 and R40. > > Signed-off-by: Jernej Skrabec > --- > .../media/allwinner,sun8i-h3-deinterlace.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml b/Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml > new file mode 100644 > index 000000000000..55a5d4e4f0f9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml > @@ -0,0 +1,75 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/allwinner,sun8i-h3-deinterlace.yaml# Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml: $id: path/filename 'arm/allwinner,sun8i-h3-deinterlace.yaml' doesn't match actual filename Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.example.dts] Error 1 Makefile:1282: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 With that fixed, Reviewed-by: Rob Herring > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Allwinner H3 Deinterlace Device Tree Bindings > + > +maintainers: > + - Chen-Yu Tsai > + - Maxime Ripard > + > +description: |- > + The Allwinner H3 and later has a deinterlace core used for > + deinterlacing interlaced video content. > + > +properties: > + compatible: > + const: allwinner,sun8i-h3-deinterlace > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + clocks: > + items: > + - description: Deinterlace interface clock > + - description: Deinterlace module clock > + - description: Deinterlace DRAM clock > + > + clock-names: > + items: > + - const: bus > + - const: mod > + - const: ram > + > + resets: > + maxItems: 1 > + > + interconnects: > + maxItems: 1 > + > + interconnect-names: > + const: dma-mem > + > +required: > + - compatible > + - reg > + - interrupts > + - clocks > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + #include > + > + deinterlace: deinterlace@1400000 { > + compatible = "allwinner,sun8i-h3-deinterlace"; > + reg = <0x01400000 0x20000>; > + clocks = <&ccu CLK_BUS_DEINTERLACE>, > + <&ccu CLK_DEINTERLACE>, > + <&ccu CLK_DRAM_DEINTERLACE>; > + clock-names = "bus", "mod", "ram"; > + resets = <&ccu RST_BUS_DEINTERLACE>; > + interrupts = ; > + interconnects = <&mbus 9>; > + interconnect-names = "dma-mem"; > + }; > + > +... > -- > 2.23.0 >