RE: [PATCH v4 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings
From: <hidden>
Date: 2023-01-11 02:21:40
Also in:
linux-devicetree, linux-media, lkml
Hello Krzysztof,
-----Original Message----- From: Krzysztof Kozlowski <krzk@kernel.org> Sent: Wednesday, January 11, 2023 4:31 AM To: ishikawa yuji(石川 悠司 ○RDC□AITC○EA開) [off-list ref]; Hans Verkuil [off-list ref]; Laurent Pinchart [off-list ref]; Mauro Carvalho Chehab [off-list ref]; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) [off-list ref] Cc: linux-media@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; devicetree@vger.kernel.org Subject: Re: [PATCH v4 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings On 10/01/2023 02:41, Yuji Ishikawa wrote:quoted
Adds the Device Tree binding documentation that allows to describe the Video Input Interface found in Toshiba Visconti SoCs. Signed-off-by: Yuji Ishikawa <redacted> Reviewed-by: Nobuhiro Iwamatsu <redacted>Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed few of them, so clearly this was not sent correctly. Subject: drop second/last, redundant "bindings". The "dt-bindings" prefix is already stating that these are bindings.
Thanks for reporting. The recipient was generated with an older kernel. I'll update the list and send the v5 patch.
quoted
--- Changelog v2: - no change Changelog v3: - no change Changelog v4: - fix style problems at the v3 patch - remove "index" member - update example --- .../bindings/media/toshiba,visconti-viif.yaml | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/toshiba,visconti-viif.yaml diff --git a/Documentation/devicetree/bindings/media/toshiba,visconti-viif.yaml b/Documentation/devicetree/bindings/media/toshiba,visconti-viif.yaml new file mode 100644 index 00000000000..71442724d1a--- /dev/null +++ b/Documentation/devicetree/bindings/media/toshiba,visconti-viif.ya +++ ml@@ -0,0 +1,98 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 +--- +$id: http://devicetree.org/schemas/media/toshiba,visconti-viif.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Toshiba Visconti5 SoC Video Input Interface Device Tree +BindingsDrop "Device Tree Bindings"quoted
+ +maintainers: + - Nobuhiro Iwamatsu [off-list ref] + +description: + Toshiba Visconti5 SoC Video Input Interface (VIIF) + receives MIPI CSI2 video stream, + processes the stream with embedded image signal processor (L1ISP, +L2ISP), + then stores pictures to main memory.Fix wrapping.quoted
+ +properties: + compatible: + const: toshiba,visconti-viifCompatible must be specific. You called your SoC visconti5, didn't you?quoted
+ + reg: + items: + - description: registers for capture control + - description: registers for CSI2 receiver control + + interrupts: + items: + - description: Sync Interrupt + - description: Status (Error) Interrupt + - description: CSI2 Receiver Interrupt + - description: L1ISP Interrupt +Best regards, Krzysztof
Regards, Yuji _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel