Home
last modified time | relevance | path

Searched +full:err006687 +full:- +full:workaround +full:- +full:present (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tqma6a.dtsi1 // 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 Dimx6q-evi.dts4 * 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_3v3: regulator-3v3 {
59 compatible = "regulator-fixed";
60 regulator-name = "3v3";
61 regulator-min-microvolt = <3300000>;
62 regulator-max-microvolt = <3300000>;
[all …]
H A Dimx6qdl-nit6xlite.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR X11
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
10 stdout-path = &uart2;
18 reg_2p5v: regulator-2p5v {
19 compatible = "regulator-fixed";
20 regulator-name = "2P5V";
21 regulator-min-microvolt = <2500000>;
22 regulator-max-microvolt = <2500000>;
23 regulator-always-on;
[all …]
H A Dimx6qdl-nitrogen6x.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR X11
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
12 stdout-path = &uart2;
20 reg_2p5v: regulator-2p5v {
21 compatible = "regulator-fixed";
22 regulator-name = "2P5V";
23 regulator-min-microvolt = <2500000>;
24 regulator-max-microvolt = <2500000>;
25 regulator-always-on;
[all …]
H A Dimx6qdl-nitrogen6_som2.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR X11
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
10 stdout-path = &uart2;
18 backlight_lcd: backlight-lcd {
19 compatible = "pwm-backlight";
21 brightness-levels = <0 4 8 16 32 64 128 255>;
22 default-brightness-level = <7>;
23 power-supply = <&reg_3p3v>;
27 backlight_lvds0: backlight-lvds0 {
[all …]
H A Dimx6qdl-nitrogen6_max.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR X11
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
10 stdout-path = &uart2;
18 reg_1p8v: regulator-1p8v {
19 compatible = "regulator-fixed";
20 regulator-name = "1P8V";
21 regulator-min-microvolt = <1800000>;
22 regulator-max-microvolt = <1800000>;
23 regulator-always-on;
[all …]
/linux/arch/arm/mach-imx/
H A Dcpuidle-imx6q.c1 // 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 Dfec_main.c1 // 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.
195 { .compatible = "fsl,imx25-fec", .data = &fec_imx25_info, },
196 { .compatible = "fsl,imx27-fec", .data = &fec_imx27_info, },
197 { .compatible = "fsl,imx28-fec", .data = &fec_imx28_info, },
198 { .compatible = "fsl,imx6q-fec", .data = &fec_imx6q_info, },
199 { .compatible = "fsl,mvf600-fec", .data = &fec_mvf600_info, },
200 { .compatible = "fsl,imx6sx-fec", .data = &fec_imx6sx_info, },
[all …]