boards: correct dmci_camera_connector typo in stm32h7
The camera connector in stm32h7b3i_dk (and st_b_cams_omv_mb1683 shield) are refering to the connector name as dmci_... instead of dcmi_... Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
parent
d3d2debcf9
commit
26cee81290
2 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@
|
|||
compatible = "ovti,ov5640";
|
||||
reg = <0x3c>;
|
||||
status = "okay";
|
||||
reset-gpios = <&dmci_camera_connector 5 GPIO_ACTIVE_LOW>;
|
||||
powerdown-gpios = <&dmci_camera_connector 6 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&dcmi_camera_connector 5 GPIO_ACTIVE_LOW>;
|
||||
powerdown-gpios = <&dcmi_camera_connector 6 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
port {
|
||||
ov5640_ep_out: endpoint {
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
#phy-cells = <0>;
|
||||
};
|
||||
|
||||
dmci_camera_connector: connector_dcmi_camera {
|
||||
dcmi_camera_connector: connector_dcmi_camera {
|
||||
compatible = "st,stm32-dcmi-camera-fpu-330zh";
|
||||
#gpio-cells = <2>;
|
||||
gpio-map-mask = <0xffffffff 0xffffffc0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue