Searched +full:tempmon +full:- +full:data (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/thermal/imx-thermal.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shawn Guo <shawnguo@kernel.org>15 - enum:16 - fsl,imx6q-tempmon17 - fsl,imx6sx-tempmon18 - fsl,imx7d-tempmon19 - items:[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)63 * Fix FDT data related to interrupts.66 * data for imx6 now sets the interrupt parent for most devices to the GPC67 * interrupt controller, which is for use when the chip is in deep-sleep mode.68 * We don't support deep sleep or have a GPC-PIC driver; we need all interrupts71 * Luckily, the change to the FDT data was to assign the GPC as the interrupt74 * set the world right by just changing the interrupt-parent property of the soc76 * own GPC driver (or until linux changes its mind and the FDT data again).[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)4 * Copyright 2017-2018 NXP.8 #include <dt-bindings/clock/imx6sll-clock.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include "imx6sll-pinfunc.h"14 #address-cells = <1>;15 #size-cells = <1>;46 #address-cells = <1>;47 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/irq.h>6 #include "imx6sl-pinfunc.h"7 #include <dt-bindings/clock/imx6sl-clock.h>10 #address-cells = <1>;11 #size-cells = <1>;14 * pre-existing /chosen node to be available to insert the50 #address-cells = <1>;51 #size-cells = <0>;54 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/clock/imx6sx-clock.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include "imx6sx-pinfunc.h"12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the60 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include <dt-bindings/clock/imx6qdl-clock.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 * pre-existing /chosen node to be available to insert the58 compatible = "fixed-clock";59 #clock-cells = <0>;60 clock-frequency = <32768>;[all …]