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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 813A1C83F3E for ; Tue, 5 Sep 2023 08:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=F49uZM7VK49sdyTE0vvMXgvYvPzN7ZPpz/QXhnU0G3w=; b=D1RwmmICJmVYz+ YSvphDxIuRiSD3fm6rm72LWIav7O9bf+6a7+Zkx7+JNe3mY+/g35Ox6KapMHHUv8/m3juHoAXLTO9 NTTd3P+gnTfftRsyHPA/ucQCkoUMmjQkqBIDRAT3FIit9F+UnKc2bfH/8eSR+G2fLnUZ9wUaQVzNT waOZj9wW0HImpeuLN2y12uWCp3j3Ujyfbn8KBuOu7/WcadMGcxqrD0BtoyLvrIsVplkjX5u67pTab 5yQZwPIPfuBg9TACvSi6rTWD1O4aVhd9ORSwfVg4perRp5vHSdNWyZMGO/wbgTFQV3Q33bihWfdKC pk/yae2C9SbeWgF4MEqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qdRsx-005az8-21; Tue, 05 Sep 2023 08:58:11 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qdRsu-005ayL-18 for linux-arm-kernel@lists.infradead.org; Tue, 05 Sep 2023 08:58:10 +0000 Received: from pendragon.ideasonboard.com (ftip006315900.acc1.colindale.21cn-nte.bt.net [81.134.214.249]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7A2F610FE; Tue, 5 Sep 2023 10:56:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1693904195; bh=CEfJ5B7GYScrvKciZArVaQtY9njQRmml6KbxPfNxMr0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VSJ+CQNm7i1hzp8OTXh07Rkr+BR0y2/7qVCkkFaRlnESR5I52J6nZLH84eQYJn7FM sEsUu/N51ql8T+K0NxD1pLHSBBNH11eGqaM0fUxhBtyi7EWmGl4wCTVARTRKWrO8NV 1DGHHqQ0GCtikXSjsmwM/oTTAxH4vgTreZ8K50go= Date: Tue, 5 Sep 2023 11:58:14 +0300 From: Laurent Pinchart To: Alain Volmat Cc: Hugues Fruchet , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Russell King , Philipp Zabel , Sakari Ailus , Dan Scally , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/5] dt-bindings: media: add bindings for stm32 dcmipp Message-ID: <20230905085814.GA31594@pendragon.ideasonboard.com> References: <20230901155732.252436-1-alain.volmat@foss.st.com> <20230901155732.252436-2-alain.volmat@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230901155732.252436-2-alain.volmat@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230905_015808_559150_C977648C X-CRM114-Status: GOOD ( 16.45 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Alain, Thank you for the patch. On Fri, Sep 01, 2023 at 05:57:20PM +0200, Alain Volmat wrote: > Add the yaml binding for the ST Microelectronics STM32 DCMIPP > (Digital Camera Memory Interface Pixel Processor) > > Signed-off-by: Alain Volmat Reviewed-by: Laurent Pinchart > --- > .../bindings/media/st,stm32-dcmipp.yaml | 89 +++++++++++++++++++ > 1 file changed, 89 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml > > diff --git a/Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml b/Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml > new file mode 100644 > index 000000000000..87731f3ce7bd > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml > @@ -0,0 +1,89 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/media/st,stm32-dcmipp.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: STMicroelectronics STM32 DCMIPP Digital Camera Memory Interface Pixel Processor > + > +maintainers: > + - Hugues Fruchet > + - Alain Volmat > + > +properties: > + compatible: > + const: st,stm32mp13-dcmipp > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + clocks: > + maxItems: 1 > + > + resets: > + maxItems: 1 > + > + port: > + $ref: /schemas/graph.yaml#/$defs/port-base > + unevaluatedProperties: false > + description: > + DCMIPP supports a single port node with parallel bus. > + > + properties: > + endpoint: > + $ref: video-interfaces.yaml# > + unevaluatedProperties: false > + > + properties: > + bus-type: > + enum: [5, 6] > + default: 5 > + > + bus-width: > + enum: [8, 10, 12, 14] > + default: 8 > + > + pclk-sample: true > + hsync-active: true > + vsync-active: true > + > + required: > + - pclk-sample > + > +required: > + - compatible > + - reg > + - interrupts > + - clocks > + - resets > + - port > + > +additionalProperties: false > + > +examples: > + - | > + #include > + #include > + #include > + dcmipp@5a000000 { > + compatible = "st,stm32mp13-dcmipp"; > + reg = <0x5a000000 0x400>; > + interrupts = ; > + resets = <&rcc DCMIPP_R>; > + clocks = <&rcc DCMIPP_K>; > + > + port { > + endpoint { > + remote-endpoint = <&mipid02_2>; > + bus-width = <8>; > + hsync-active = <0>; > + vsync-active = <0>; > + pclk-sample = <0>; > + }; > + }; > + }; > + > +... -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel