Message ID | 20210105152852.5733-60-laurent.pinchart@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
Hi Laurent, On Tue, Jan 05, 2021 at 05:28:36PM +0200, Laurent Pinchart wrote: > The fsl,csis-hs-settle property isn't used by the driver anymore. Drop > it. How does it configure the hardware now without this? -- Sakari Ailus
On Thu, Jan 07, 2021 at 12:49:59AM +0200, Sakari Ailus wrote: > Hi Laurent, > > On Tue, Jan 05, 2021 at 05:28:36PM +0200, Laurent Pinchart wrote: > > The fsl,csis-hs-settle property isn't used by the driver anymore. Drop > > it. > > How does it configure the hardware now without this? Please ignore, I found patch 68. :-) -- Sakari Ailus
diff --git a/Documentation/devicetree/bindings/media/fsl,imx7-mipi-csi2.yaml b/Documentation/devicetree/bindings/media/fsl,imx7-mipi-csi2.yaml index d8918ba3b06c..656aac67470d 100644 --- a/Documentation/devicetree/bindings/media/fsl,imx7-mipi-csi2.yaml +++ b/Documentation/devicetree/bindings/media/fsl,imx7-mipi-csi2.yaml @@ -54,10 +54,6 @@ properties: description: The desired external clock ("wrap") frequency, in Hz default: 166000000 - fsl,csis-hs-settle: - $ref: /schemas/types.yaml#/definitions/uint32 - description: HS-SETTLE time (unit unknown) - ports: # See ./video-interfaces.txt for details type: object
The fsl,csis-hs-settle property isn't used by the driver anymore. Drop it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- .../devicetree/bindings/media/fsl,imx7-mipi-csi2.yaml | 4 ---- 1 file changed, 4 deletions(-)