Searched +full:tegra124 +full:- +full:soctherm (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/thermal/nvidia,tegra124-soctherm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NVIDIA Tegra124 SOCTHERM Thermal Management System 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 13 description: The SOCTHERM IP block contains thermal sensors, support for 14 polled or interrupt-based thermal monitoring, CPU and GPU throttling based 21 - nvidia,tegra124-soctherm [all …]
|
/linux/drivers/thermal/tegra/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_TEGRA_SOCTHERM) += tegra-soctherm.o 3 obj-$(CONFIG_TEGRA_BPMP_THERMAL) += tegra-bpmp-thermal.o 4 obj-$(CONFIG_TEGRA30_TSENSOR) += tegra30-tsensor.o 6 tegra-soctherm-y := soctherm.o soctherm-fuse.o 7 tegra-soctherm-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124-soctherm.o 8 tegra-soctherm-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-soctherm.o 9 tegra-soctherm-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-soctherm.o
|
H A D | tegra124-soctherm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. 19 #include <dt-bindings/thermal/tegra124-soctherm.h> 21 #include "soctherm.h" 134 .fuse_corr_beta = -6266900, 142 .fuse_corr_beta = -5700700, 150 .fuse_corr_beta = -6768200, 158 .fuse_corr_beta = -6232000, 166 .fuse_corr_beta = -5936400, 174 .fuse_corr_beta = -7124600, [all …]
|
H A D | tegra132-soctherm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. 19 #include <dt-bindings/thermal/tegra124-soctherm.h> 21 #include "soctherm.h" 134 .fuse_corr_beta = -9433500, 142 .fuse_corr_beta = -7383000, 150 .fuse_corr_beta = -6215200, 158 .fuse_corr_beta = -8196100, 166 .fuse_corr_beta = -6755300, 174 .fuse_corr_beta = -7374200, [all …]
|
H A D | tegra210-soctherm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. 20 #include <dt-bindings/thermal/tegra124-soctherm.h> 22 #include "soctherm.h" 143 .fuse_corr_beta = -67500, 175 .fuse_corr_beta = -6263600,
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra124-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra124-mc.h> 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/reset/tegra124-car.h> 8 #include <dt-bindings/thermal/tegra124-soctherm.h> 9 #include <dt-bindings/soc/tegra-pmc.h> 11 #include "tegra124-peripherals-opp.dtsi" [all …]
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra132.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra124-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra124-mc.h> 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/thermal/tegra124-soctherm.h> 9 #include <dt-bindings/soc/tegra-pmc.h> 11 #include "tegra132-peripherals-opp.dtsi" [all …]
|
/linux/include/dt-bindings/thermal/ |
H A D | tegra124-soctherm.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This header provides constants for binding nvidia,tegra124-soctherm.
|