arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/pmh0104-glymur.dtsi
Extension
.dtsi
Size
3036 bytes
Lines
145
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
 */

#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/spmi/spmi.h>

/{
	thermal-zones {
		pmh0104_i0_thermal: pmh0104-i0-thermal {
			polling-delay-passive = <100>;
			thermal-sensors = <&pmh0104_i_e0_temp_alarm>;

			trips {
				trip0 {
					temperature = <95000>;
					hysteresis = <0>;
					type = "passive";
				};

				trip1 {
					temperature = <115000>;
					hysteresis = <0>;
					type = "critical";
				};
			};
		};

		pmh0104_j0_thermal: pmh0104-j0-thermal {
			polling-delay-passive = <100>;
			thermal-sensors = <&pmh0104_j_e0_temp_alarm>;

			trips {
				trip0 {
					temperature = <95000>;
					hysteresis = <0>;
					type = "passive";
				};

				trip1 {
					temperature = <115000>;
					hysteresis = <0>;
					type = "critical";
				};
			};
		};

		pmh0104-l1-thermal {
			polling-delay-passive = <100>;
			thermal-sensors = <&pmh0104_l_e1_temp_alarm>;

			trips {
				trip0 {
					temperature = <95000>;
					hysteresis = <0>;
					type = "passive";
				};

				trip1 {
					temperature = <115000>;
					hysteresis = <0>;
					type = "critical";
				};
			};
		};
	};
};

&spmi_bus0 {

Annotation

Implementation Notes