Searched +full:mmp2 +full:- +full:ccic (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/media/marvell,mmp2-ccic.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Marvell MMP2 camera host interface11 - Lubomir Rintel <lkundrak@v3.sk>15 pattern: '^camera@[a-f0-9]+$'18 const: marvell,mmp2-ccic26 power-domains:30 $ref: /schemas/graph.yaml#/$defs/port-base[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <dt-bindings/clock/marvell,mmp2.h>8 #include <dt-bindings/power/marvell,mmp2.h>9 #include <dt-bindings/clock/marvell,mmp2-audio.h>12 #address-cells = <1>;13 #size-cells = <1>;25 #address-cells = <1>;26 #size-cells = <1>;27 compatible = "simple-bus";28 interrupt-parent = <&intc>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/marvell,mmp2.h>7 #include <dt-bindings/power/marvell,mmp2.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;17 enable-method = "marvell,mmp3-smp";22 next-level-cache = <&l2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only17 #include <media/v4l2-device.h>18 #include <linux/platform_data/media/mmp-camera.h>29 #include "mcam-core.h"31 MODULE_ALIAS("platform:mmp-camera");54 * dphy[0] - CSI2_DPHY355 * dphy[1] - CSI2_DPHY556 * dphy[2] - CSI2_DPHY663 struct mmp_camera_platform_data *pdata = cam->pdev->dev.platform_data; in mmpcam_calc_dphy()64 struct device *dev = &cam->pdev->dev; in mmpcam_calc_dphy()[all …]