Skip to content

Commit 37a4538

Browse files
Alain Volmatguilemop-ext
authored andcommitted
ARM: dts: stm32: set pclk limit on dcmi interface on stm32mp157c-ev1
Add the property pclk-max-frequency in the dcmi / ov5640 nodes in stm32mp157c-ev1 in order to ensure that sensor pixel clock does not exceed the capabilities of the dcmi. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Change-Id: I44cc962b78eb9afc6d240d5387a4d35afac60479 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/327622 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Hugues FRUCHET <hugues.fruchet@st.com> Domain-Review: Philippe CORNU <philippe.cornu@foss.st.com> Reviewed-by: Philippe CORNU <philippe.cornu@foss.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
1 parent 031e89e commit 37a4538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/stm32mp157c-ev1.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
hsync-active = <0>;
198198
vsync-active = <0>;
199199
pclk-sample = <1>;
200+
pclk-max-frequency = <77000000>;
200201
};
201202
};
202203
};
@@ -456,6 +457,7 @@
456457
hsync-active = <0>;
457458
vsync-active = <0>;
458459
pclk-sample = <1>;
460+
pclk-max-frequency = <77000000>;
459461
};
460462
};
461463
};

0 commit comments

Comments
 (0)