mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
dt-bindings: media: rkisp1: Require pclk clock on i.MX8MP variant
The ISP integrated in the NXP i.MX8MP requires the pclk clock to access the HDR stitching registers. Make it mandatory in the DT binding. Link: https://lore.kernel.org/r/20250616011115.19515-2-laurent.pinchart@ideasonboard.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
aec0f43f14
commit
acfaba1693
|
|
@ -155,6 +155,10 @@ allOf:
|
|||
const: fsl,imx8mp-isp
|
||||
then:
|
||||
properties:
|
||||
clocks:
|
||||
minItems: 4
|
||||
clock-names:
|
||||
minItems: 4
|
||||
iommus: false
|
||||
phys: false
|
||||
phy-names: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user