Documentation/devicetree/bindings/power/supply/qcom,pm8916-bms-vm.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/power/supply/qcom,pm8916-bms-vm.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/power/supply/qcom,pm8916-bms-vm.yaml- Extension
.yaml- Size
- 2058 bytes
- Lines
- 84
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
dt-bindings/interrupt-controller/irq.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/power/supply/qcom,pm8916-bms-vm.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Voltage Mode BMS
maintainers:
- Nikita Travkin <nikita@trvn.ru>
description:
Voltage Mode BMS is a hardware block found in some Qualcomm PMICs
such as pm8916. This block performs battery voltage monitoring.
allOf:
- $ref: power-supply.yaml#
properties:
compatible:
const: qcom,pm8916-bms-vm
reg:
maxItems: 1
interrupts:
items:
- description: BMS FSM left S3 mode
- description: BMS FSM entered S2 mode
- description: OCV measured in S3 mode
- description: OCV below threshold
- description: FIFO update done
- description: BMS FSM switched state
interrupt-names:
items:
- const: cv_leave
- const: cv_enter
- const: ocv_good
- const: ocv_thr
- const: fifo
- const: state_chg
monitored-battery: true
power-supplies: true
required:
- compatible
- reg
- interrupts
- interrupt-names
- monitored-battery
additionalProperties: false
examples:
- |
#include <dt-bindings/interrupt-controller/irq.h>
pmic {
#address-cells = <1>;
#size-cells = <0>;
battery@4000 {
compatible = "qcom,pm8916-bms-vm";
reg = <0x4000>;
interrupts = <0x0 0x40 0 IRQ_TYPE_EDGE_RISING>,
<0x0 0x40 1 IRQ_TYPE_EDGE_RISING>,
<0x0 0x40 2 IRQ_TYPE_EDGE_RISING>,
<0x0 0x40 3 IRQ_TYPE_EDGE_RISING>,
Annotation
- Immediate include surface: `dt-bindings/interrupt-controller/irq.h`.
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.