Searched +full:err006687 +full:- +full:workaround +full:- +full:present (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tqma6a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com> 7 #include <dt-bindings/gpio/gpio.h> 10 /delete-property/ interrupts; 11 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, 13 fsl,err006687-workaround-present; 17 pinctrl-names = "default", "gpio"; 18 pinctrl-0 = <&pinctrl_i2c1>; 19 pinctrl-1 = <&pinctrl_i2c1_recovery>; 20 scl-gpios = <&gpio5 27 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; [all …]
|
H A D | imx6q-evi.dts | 4 * This file is dual-licensed: you can use it either under the terms 44 /dts-v1/; 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/interrupt-controller/irq.h> 51 compatible = "uniwest,imx6q-evi", "fsl,imx6q"; 58 reg_usbh1_vbus: regulator-usbhubreset { 59 compatible = "regulator-fixed"; 60 regulator-name = "usbh1_vbus"; 61 regulator-min-microvolt = <5000000>; 62 regulator-max-microvolt = <5000000>; [all …]
|
/linux/arch/arm/mach-imx/ |
H A D | cpuidle-imx6q.c | 1 // SPDX-License-Identifier: GPL-2.0-only 33 if (num_idle_cpus-- == num_online_cpus()) in imx6q_enter_wait() 61 * i.MX6 Q/DL has an erratum (ERR006687) that prevents the FEC from waking the 62 * CPUs when they are in wait(unclocked) state. As the hardware workaround isn't 63 * applicable to all boards, disable the deeper idle state when the workaround 64 * isn't present and the FEC is in use.
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1 // SPDX-License-Identifier: GPL-2.0+ 17 * Copyright (c) 2001-2005 Greg Ungerer (gerg@snapgear.com) 20 * Copyright (c) 2004-2006 Macq Electronique SA. 22 * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. 194 { .compatible = "fsl,imx25-fec", .data = &fec_imx25_info, }, 195 { .compatible = "fsl,imx27-fec", .data = &fec_imx27_info, }, 196 { .compatible = "fsl,imx28-fec", .data = &fec_imx28_info, }, 197 { .compatible = "fsl,imx6q-fec", .data = &fec_imx6q_info, }, 198 { .compatible = "fsl,mvf600-fec", .data = &fec_mvf600_info, }, 199 { .compatible = "fsl,imx6sx-fec", .data = &fec_imx6sx_info, }, [all …]
|