linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Fricke <sebastian.fricke@collabora.com>
To: linux-media@vger.kernel.org
Cc: kernel@collabora.com, nas.chung@chipsnmedia.com,
	hverkuil@xs4all.nl, ezequiel@vanguardiasur.com.ar,
	linux-kernel@vger.kernel.org, nicolas.dufresne@collabora.com,
	p.zabel@pengutronix.de, dafna@fastmail.com
Subject: Re: [PATCH v10 6/7] dt-bindings: media: wave5: add yaml devicetree bindings
Date: Sun, 23 Oct 2022 10:53:41 +0200	[thread overview]
Message-ID: <20221023085341.s23qinjuw4qls3dn@basti-XPS-13-9310> (raw)
In-Reply-To: <20221022000506.221933-7-sebastian.fricke@collabora.com>

Hey all,

I have noticed that I renamed the file incorrectly, in V11 it will be
called: "cnm,wave5.yml"

Greetings,
Sebastian

On 22.10.2022 02:05, Sebastian Fricke wrote:
>From: Robert Beckett <bob.beckett@collabora.com>
>
>Add bindings for the wave5 chips&media codec driver
>
>Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
>Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
>Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
>---
> .../devicetree/bindings/media/wave5.yml       | 73 +++++++++++++++++++
> 1 file changed, 73 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/wave5.yml
>
>diff --git a/Documentation/devicetree/bindings/media/wave5.yml b/Documentation/devicetree/bindings/media/wave5.yml
>new file mode 100644
>index 000000000000..85dc3c744876
>--- /dev/null
>+++ b/Documentation/devicetree/bindings/media/wave5.yml
>@@ -0,0 +1,73 @@
>+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>+%YAML 1.2
>+---
>+$id: http://devicetree.org/schemas/media/wave5.yaml#
>+$schema: http://devicetree.org/meta-schemas/core.yaml#
>+
>+title: Chips&Media Wave 5 Series multi-standard codec IP
>+
>+maintainers:
>+  - Nas Chung <nas.chung@chipsnmedia.com>
>+  - Robert Beckett <bob.beckett@collabora.com>
>+  - Sebastian Fricke <sebastian.fricke@collabora.com>
>+
>+description: |-
>+  The Chips&Media WAVE codec IP is a multi format video encoder/decoder
>+
>+properties:
>+  compatible:
>+    anyOf:
>+      - items:
>+        - enum:
>+            - cnm,cm511-vpu
>+            - cnm,cm517-vpu
>+            - cnm,cm521-vpu
>+            - cnm,cm521c-vpu
>+            - cnm,cm521c-dual-vpu
>+            - cnm,cm521e1-vpu
>+            - cnm,cm537-vpu
>+  reg:
>+    maxItems: 1
>+
>+  clocks:
>+    minItems: 1
>+    maxItems: 4
>+
>+  clock-names:
>+    minItems: 1
>+    maxItems: 4
>+
>+  interrupts:
>+    maxItems: 1
>+
>+  power-domains:
>+    maxItems: 1
>+
>+  resets:
>+    maxItems: 1
>+
>+  sram:
>+    $ref: /schemas/types.yaml#/definitions/phandle
>+    description: phandle pointing to the SRAM device node
>+    maxItems: 1
>+
>+required:
>+  - compatible
>+  - reg
>+  - interrupts
>+  - clocks
>+  - clock-names
>+
>+additionalProperties: false
>+
>+examples:
>+  - |
>+    vpu: video-codec@12345678 {
>+        compatible = "cnm,cm521-vpu";
>+        reg = <0x12345678 0x1000>;
>+        interrupts = <42>;
>+        clocks = <&clks 42>;
>+        clock-names = "vcodec";
>+        sram = <&sram>;
>+    };
>+
>-- 
>2.25.1
>

  reply	other threads:[~2022-10-23  8:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22  0:04 [PATCH v10 0/7] Wave5 codec driver Sebastian Fricke
2022-10-22  0:05 ` [PATCH v10 1/7] media: platform: chips-media: Move Coda to separate folder Sebastian Fricke
2022-10-22  0:05 ` [PATCH v10 2/7] media: chips-media: wave5: Add vpuapi layer Sebastian Fricke
2022-10-22  0:05 ` [PATCH v10 3/7] media: chips-media: wave5: Add the vdi layer Sebastian Fricke
2022-10-23  9:28   ` Christophe JAILLET
2022-10-24 13:41     ` Sebastian Fricke
2022-10-22  0:05 ` [PATCH v10 4/7] media: chips-media: wave5: Add the v4l2 layer Sebastian Fricke
2022-10-22  3:36   ` kernel test robot
2022-11-18 12:31   ` Sebastian Fricke
2022-11-22  9:40     ` Hans Verkuil
2022-10-22  0:05 ` [PATCH v10 5/7] media: chips-media: wave5: Add TODO file Sebastian Fricke
2022-10-22  9:42   ` Sebastian Fricke
2022-10-22  0:05 ` [PATCH v10 6/7] dt-bindings: media: wave5: add yaml devicetree bindings Sebastian Fricke
2022-10-23  8:53   ` Sebastian Fricke [this message]
2022-10-28 23:39     ` Krzysztof Kozlowski
2022-10-22  0:05 ` [PATCH v10 7/7] media: chips-media: wave5: Add wave5 driver to maintainers file Sebastian Fricke
2022-10-22 19:45   ` kernel test robot
2022-10-31 18:22 ` [PATCH v10 0/7] Wave5 codec driver Prasanth Mantena
2022-11-01 13:17   ` Sebastian Fricke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221023085341.s23qinjuw4qls3dn@basti-XPS-13-9310 \
    --to=sebastian.fricke@collabora.com \
    --cc=dafna@fastmail.com \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=hverkuil@xs4all.nl \
    --cc=kernel@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=nas.chung@chipsnmedia.com \
    --cc=nicolas.dufresne@collabora.com \
    --cc=p.zabel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).