diff options
author | Laurent Pinchart <[email protected]> | 2021-12-03 00:19:01 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-12-14 11:16:11 +0800 |
commit | 74092acd6eab63b1f1e0c293400ef3b1bb7af6f8 (patch) | |
tree | f96cf28425c86e319708a1c10f3714ccc03eb925 | |
parent | b357ffd8604ae45ec4bb1ebec072cd4ca4ce839c (diff) |
ARM: dts: imx7s-warp: Drop undefined property in mipi_csi node
The fsl,csis-hs-settle property isn't defined by the
nxp,imx7-mipi-csi2.yaml binding, and isn't parsed by the corresponding
driver. Drop it.
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx7s-warp.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s-warp.dts b/arch/arm/boot/dts/imx7s-warp.dts index 569bbd84e371..614d252f029f 100644 --- a/arch/arm/boot/dts/imx7s-warp.dts +++ b/arch/arm/boot/dts/imx7s-warp.dts @@ -248,7 +248,6 @@ &mipi_csi { clock-frequency = <166000000>; - fsl,csis-hs-settle = <3>; status = "okay"; port@0 { |