Searched +full:bcm2711 +full:- +full:thermal (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | brcm,avs-ro-thermal.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/thermal/brcm,avs-ro-thermal.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom AVS ring oscillator thermal 10 - Stefan Wahren <wahrenst@gmx.net> 13 The thermal node should be the child of a syscon node with the 16 - compatible: Should be one of the following: 17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd" 22 $ref: thermal-sensor.yaml# [all …]
|
/linux/Documentation/devicetree/bindings/soc/bcm/ |
H A D | brcm,bcm2711-avs-monitor.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2711-avs-monitor.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Stefan Wahren <wahrenst@gmx.net> 15 - const: brcm,bcm2711-avs-monitor 16 - const: syscon 17 - const: simple-mfd 22 thermal: 23 $ref: /schemas/thermal/brcm,avs-ro-thermal.yaml [all …]
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2711.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/soc/bcm2835-pm.h> 8 compatible = "brcm,bcm2711"; 10 #address-cells = <2>; 11 #size-cells = <1>; 13 interrupt-parent = <&gicv2>; 16 compatible = "brcm,bcm2711-vc5"; 20 clk_27MHz: clk-27M { 21 #clock-cells = <0>; [all …]
|
/linux/drivers/thermal/broadcom/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Broadcom AVS RO thermal sensor driver" 7 Support for thermal sensors on Broadcom BCM2711 SoCs. 10 tristate "Thermal sensors on bcm2835 SoC" 15 Support for thermal sensors on Broadcom bcm2835 SoCs. 18 tristate "Broadcom STB AVS TMON thermal driver" 22 thermal framework support. 25 tristate "Northstar thermal driver" 31 Management Unit) block with a thermal sensor that allows checking CPU 35 tristate "Stingray thermal driver" [all …]
|
H A D | bcm2711_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Broadcom AVS RO thermal sensor driver 21 #include <linux/thermal.h> 31 struct thermal_zone_device *thermal; member 42 ret = regmap_read(priv->regmap, AVS_RO_TEMP_STATUS, &val); in bcm2711_get_temp() 47 return -EIO; in bcm2711_get_temp() 62 { .compatible = "brcm,bcm2711-thermal" }, 69 struct thermal_zone_device *thermal; in bcm2711_thermal_probe() local 71 struct device *dev = &pdev->dev; in bcm2711_thermal_probe() 78 return -ENOMEM; in bcm2711_thermal_probe() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 ---------- [all...] |