diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-08-22 03:27:33 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-11-10 11:09:16 +0300 |
| commit | 0d1250c6af81eb549f3539d016e28fa19c936d33 (patch) | |
| tree | cd7efcd07e1ef0bfa3781aef42893acd15cac57f /arch | |
| parent | 7b204755ebc21401b4045c769ff5c031679aeaf5 (diff) | |
| download | linux-0d1250c6af81eb549f3539d016e28fa19c936d33.tar.xz | |
arm64: dts: imx8mp: Specify the number of channels for CSI-2 receivers
The CSI-2 receivers in the i.MX8MP have 3 output channels. Specify this
in the device tree, to enable support for more than one channel.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 7ab321af9e15..2898654cda2b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1802,6 +1802,7 @@ assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_250M>, <&clk IMX8MP_CLK_24M>; power-domains = <&media_blk_ctrl IMX8MP_MEDIABLK_PD_MIPI_CSI2_1>; + fsl,num-channels = <3>; status = "disabled"; ports { @@ -1837,6 +1838,7 @@ assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_250M>, <&clk IMX8MP_CLK_24M>; power-domains = <&media_blk_ctrl IMX8MP_MEDIABLK_PD_MIPI_CSI2_2>; + fsl,num-channels = <3>; status = "disabled"; ports { |
