Searched +full:stm32mp25 +full:- +full:csi (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/media/ |
D | st,stm32mp25-csi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/st,stm32mp25-csi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 CSI controller 10 The STM32 CSI controller allows connecting a CSI based 14 - Alain Volmat <[email protected]> 19 - st,stm32mp25-csi 30 clock-names: 32 - const: pclk [all …]
|
D | st,stm32-dcmipp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/st,stm32-dcmipp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hugues Fruchet <[email protected]> 11 - Alain Volmat <[email protected]> 16 - st,stm32mp13-dcmipp 17 - st,stm32mp25-dcmipp 27 - description: bus clock 28 - description: csi clock [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/st/ |
D | stm32mp251.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 6 #include <dt-bindings/clock/st,stm32mp25-rcc.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/reset/st,stm32mp25-rcc.h> 9 #include <dt-bindings/regulator/st,stm32mp25-regulator.h> 10 #include <dt-bindings/phy/phy.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 17 #address-cells = <1>; [all …]
|
D | stm32mp257f-ev1.dts | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/regulator/st,stm32mp25-regulator.h> 13 #include "stm32mp25-pinctrl.dtsi" 14 #include "stm32mp25xxai-pinctrl.dtsi" 17 model = "STMicroelectronics STM32MP257F-EV1 Evaluation Board"; 18 compatible = "st,stm32mp257f-ev1", "st,stm32mp257"; 27 stdout-path = "serial0:115200n8"; [all …]
|
/linux-6.14.4/drivers/media/platform/st/stm32/stm32-dcmipp/ |
D | dcmipp-core.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include <media/media-device.h> 21 #include <media/v4l2-device.h> 22 #include <media/v4l2-fwnode.h> 24 #include "dcmipp-common.h" 94 /* -------------------------------------------------------------------------- 184 for (i = 0; i < dcmipp->pipe_cfg->num_links; i++) { in dcmipp_create_links() 186 &dcmipp->pipe_cfg->links[i]; in dcmipp_create_links() 188 dcmipp->entity[link->src_ent]; in dcmipp_create_links() 190 dcmipp->entity[link->sink_ent]; in dcmipp_create_links() [all …]
|
/linux-6.14.4/drivers/media/platform/st/stm32/ |
D | stm32-csi.c | 1 // SPDX-License-Identifier: GPL-2.0 20 #include <media/mipi-csi2.h> 21 #include <media/v4l2-fwnode.h> 22 #include <media/v4l2-subdev.h> 143 {STM32_CSI_SR1_ECTRLDL1F, "L1: D-PHY control error"}, 145 "L1: D-PHY low power data transmission synchro error"}, 146 {STM32_CSI_SR1_EESCDL1F, "L1: D-PHY escape entry error"}, 150 {STM32_CSI_SR1_ECTRLDL0F, "L0: D-PHY control error"}, 152 "L0: D-PHY low power data transmission synchro error"}, 153 {STM32_CSI_SR1_EESCDL0F, "L0: D-PHY escape entry error"}, [all …]
|
/linux-6.14.4/drivers/clk/stm32/ |
D | clk-stm32mp25.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 8 #include <linux/clk-provider.h> 12 #include "clk-stm32-core.h" 13 #include "reset-stm32.h" 16 #include <dt-bindings/clock/st,stm32mp25-rcc.h> 17 #include <dt-bindings/reset/st,stm32mp25-rcc.h> 20 #define SECF_NONE -1 523 /* CSI-HOST */ 539 /* CSI-PHY */ [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] 88 F: drivers/scsi/3w-* [all …]
|