Skip to content

Commit e33595e

Browse files
Alain Volmatjhedberg
authored andcommitted
dts: bindings: video: stm32: add title entry on stm32 video bindings
Add missing title entry in stm32 video device bindings. Signed-off-by: Alain Volmat <[email protected]>
1 parent b08a034 commit e33595e

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

dts/bindings/video/st,mipid02.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Copyright (c) 2025 STMicroelectronics.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: MIPID02 CSI to DVP interface bridge
4+
title: MIPID02 CSI to DVP interface bridge
5+
6+
description: |
7+
The MIPID02 allows connecting a DVP sensor to a CSI-2–enabled
8+
camera receiver.
59
610
compatible: "st,mipid02"
711

dts/bindings/video/st,stm32-dcmi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7+
title: STM32 DCMI (Digital Camera Memory Interface)
8+
79
description: |
8-
STM32 Digital Camera Memory Interface (DCMI).
10+
The STM32 DCMI (Digital Camera Memory Interface) allows
11+
capturing data via a parallel interface (DVP).
912
1013
Example of node configuration at board level:
1114

dts/bindings/video/st,stm32-dcmipp.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7+
title: STM32 DCMIPP (Digital Camera Memory Interface Pixel Processor)
8+
79
description: |
8-
STM32 Digital Camera Memory Interface Pixel Processor (DCMIPP).
10+
The STM32 DCMIPP (Digital Camera Memory Interface Pixel Processor) supports,
11+
depending on the platform, data capture from either parallel (DVP) or
12+
CSI-2 interfaces. It integrates up to three processing pipelines capable of
13+
performing frame operations, including one pipeline with ISP functionality
14+
enabled.
915
1016
Example of node configuration at board level:
1117

dts/bindings/video/st,stm32-jpeg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
description: |
8-
STM32 JPEG HW Codec.
7+
title: STM32 JPEG HW Codec
98

9+
description: |
1010
The STM32 JPEG HW codec can decode JPEG compressed frames
1111
and encode uncompressed frames to the JPEG format.
1212

0 commit comments

Comments
 (0)