From cf4495b196051d7cf634421eb79c26210162f4be Mon Sep 17 00:00:00 2001 From: Phi Bang Nguyen Date: Wed, 31 Jan 2024 19:25:53 +0100 Subject: [PATCH] boards: nxp: mixmxrt1064_evk: Drop camera sensor related stuffs The mt9m114 camera module is not always attached to this board. Camera stuffs should go into a seperate overlay / shield. Also, the CSI should be enabled only if there is a camera sensor attached to it. Signed-off-by: Phi Bang Nguyen --- boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts index 9f3f2824a07..ac89012e27b 100644 --- a/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts +++ b/boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts @@ -149,18 +149,6 @@ arduino_i2c: &lpi2c1 {}; pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-names = "default"; - mt9m114: mt9m114@48 { - compatible = "aptina,mt9m114"; - reg = <0x48>; - status = "okay"; - - port { - mt9m114_ep_out: endpoint { - remote-endpoint = <&csi_ep_in>; - }; - }; - }; - ft5336: ft5336@38 { compatible = "focaltech,ft5336"; reg = <0x38>; @@ -271,16 +259,8 @@ zephyr_udc0: &usb1 { }; &csi { - status = "okay"; - source = <&mt9m114>; pinctrl-0 = <&pinmux_csi>; pinctrl-names = "default"; - - port { - csi_ep_in: endpoint { - remote-endpoint = <&mt9m114_ep_out>; - }; - }; }; &flexpwm2_pwm3 {