Searched +full:imx51 +full:- +full:ecspi (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/fsl-imx-cspi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale (Enhanced) Configurable Serial Peripheral Interface (CSPI/eCSPI) for i.MX10 - Shawn Guo <shawnguo@kernel.org>13 - $ref: /schemas/spi/spi-controller.yaml#18 - const: fsl,imx1-cspi19 - const: fsl,imx21-cspi20 - const: fsl,imx27-cspi[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/irq.h>6 #include "imx6q-pinfunc.h"16 #address-cells = <1>;17 #size-cells = <0>;20 compatible = "arm,cortex-a9";23 next-level-cache = <&L2>;24 operating-points = <32 fsl,soc-operating-points = <33 /* ARM kHz SOC-PU uV */[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.11 #include <linux/dma-mapping.h>30 #include <linux/dma/imx-dma.h>69 IMX51_ECSPI, /* ECSPI on i.mx51 */70 IMX53_ECSPI, /* ECSPI on i.mx53 and later */138 return d->devtype_data->devtype == IMX27_CSPI; in is_imx27_cspi()143 return d->devtype_data->devtype == IMX35_CSPI; in is_imx35_cspi()148 return d->devtype_data->devtype == IMX51_ECSPI; in is_imx51_ecspi()153 return d->devtype_data->devtype == IMX53_ECSPI; in is_imx53_ecspi()[all …]
1 // SPDX-License-Identifier: GPL-2.03 // mcp251xfd - Microchip MCP251xFD Family CAN controller driver6 // Marc Kleine-Budde <kernel@pengutronix.de>97 return __mcp251xfd_get_model_str(priv->devtype_data.model); in mcp251xfd_get_model_str()142 if (!priv->reg_vdd) in mcp251xfd_vdd_enable()145 return regulator_enable(priv->reg_vdd); in mcp251xfd_vdd_enable()150 if (!priv->reg_vdd) in mcp251xfd_vdd_disable()153 return regulator_disable(priv->reg_vdd); in mcp251xfd_vdd_disable()159 if (!priv->reg_xceiver) in mcp251xfd_transceiver_enable()162 return regulator_enable(priv->reg_xceiver); in mcp251xfd_transceiver_enable()[all …]