mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Shawn Guo
parent
7b204755eb
commit
0d1250c6af
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user