mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface
[ Upstream commit 25bf28b25a2afa1864b7143259443160d9163ea0 ]
The bus-type belongs to the endpoint's properties and should therefore
be moved.
Link: https://lore.kernel.org/r/20231115164407.99876-1-mehdi.djait@bootlin.com
Fixes: 6a0eaa25bf ("media: dt-bindings: media: rkisp1: Add port for parallel interface")
Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
438193dcc2
commit
690b7c356f
@@ -90,15 +90,16 @@ properties:
|
|||||||
description: connection point for input on the parallel interface
|
description: connection point for input on the parallel interface
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
bus-type:
|
|
||||||
enum: [5, 6]
|
|
||||||
|
|
||||||
endpoint:
|
endpoint:
|
||||||
$ref: video-interfaces.yaml#
|
$ref: video-interfaces.yaml#
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
|
||||||
required:
|
properties:
|
||||||
- bus-type
|
bus-type:
|
||||||
|
enum: [5, 6]
|
||||||
|
|
||||||
|
required:
|
||||||
|
- bus-type
|
||||||
|
|
||||||
anyOf:
|
anyOf:
|
||||||
- required:
|
- required:
|
||||||
|
|||||||
Reference in New Issue
Block a user