Skip to content

Commit 3709f5a

Browse files
author
Alain Volmat
committed
boards: stm32: stm32n6570_dk: rename 22pins CSI into CSI
Following renaming of the raspberry csi connector nexus, rename all places when csi 22pins is mentioned to only keep csi instead. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent ea68ea3 commit 3709f5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <st/n6/stm32n657x0hxq-pinctrl.dtsi>
99
#include "zephyr/dt-bindings/display/panel.h"
1010
#include <zephyr/dt-bindings/flash_controller/xspi.h>
11-
#include <zephyr/dt-bindings/gpio/raspberrypi-csi-22pins-connector.h>
11+
#include <zephyr/dt-bindings/gpio/raspberrypi-csi-connector.h>
1212
#include <zephyr/dt-bindings/input/input-event-codes.h>
1313
#include <zephyr/dt-bindings/video/video-interfaces.h>
1414
#include "arduino_r3_connector.dtsi"
@@ -56,13 +56,13 @@
5656
};
5757
};
5858

59-
csi_22pins_connector: connector_csi_22pins {
60-
compatible = "raspberrypi,csi-22pins-connector";
59+
csi_connector: connector_csi {
60+
compatible = "raspberrypi,csi-connector";
6161
#gpio-cells = <2>;
6262
gpio-map-mask = <0xffffffff 0xffffffc0>;
6363
gpio-map-pass-thru = <0 0x3f>;
64-
gpio-map = <CSI_22PINS_IO0 0 &gpioc 8 0>,
65-
<CSI_22PINS_IO1 0 &gpiod 2 0>;
64+
gpio-map = <CSI_IO0 0 &gpioc 8 0>,
65+
<CSI_IO1 0 &gpiod 2 0>;
6666
};
6767
};
6868

@@ -219,7 +219,7 @@
219219
status = "okay";
220220
};
221221

222-
csi_22pins_i2c: &i2c1 {
222+
csi_i2c: &i2c1 {
223223
clocks = <&rcc STM32_CLOCK(APB1, 21)>,
224224
<&rcc STM32_SRC_CKPER I2C1_SEL(1)>;
225225
pinctrl-0 = <&i2c1_scl_ph9 &i2c1_sda_pc1>;
@@ -436,14 +436,14 @@ zephyr_udc0: &usbotg_hs1 {
436436
def-back-color-blue = <0xFF>;
437437
};
438438

439-
csi_22pins_interface: &dcmipp {
439+
csi_interface: &dcmipp {
440440
ports {
441441
port@0 {
442-
csi_22pins_ep_in: endpoint { };
442+
csi_ep_in: endpoint { };
443443
};
444444

445445
port@1 {
446-
csi_22pins_capture_port: endpoint@1 { };
446+
csi_capture_port: endpoint@1 { };
447447
};
448448
};
449449
};

0 commit comments

Comments
 (0)