mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
Merge "dt-bindings: Add qfprom-sys binding file"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ff4b12e7fd
36
bindings/arm/msm/qcom,qfprom-sys.yaml
Normal file
36
bindings/arm/msm/qcom,qfprom-sys.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/bindings/arm/msm/qcom,qfprom-sys.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Qualcomm Technologies, Inc. QFPROM_SYS driver binding
|
||||
|
||||
maintainers:
|
||||
|
||||
description: |+
|
||||
QFPROM_SYS provides access to the nvmem cells to the user space.
|
||||
The driver exports the cell values as sysfs entries.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,qfprom-sys
|
||||
|
||||
nvmem-cell-name:
|
||||
description: array of strings for cell names
|
||||
|
||||
nvmem-cells:
|
||||
description: phandle to particular cell from provider
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- nvmem-cell-name
|
||||
- nvmem-cells
|
||||
|
||||
example:
|
||||
- |
|
||||
qfprom@0 {
|
||||
compatible = "qcom,qfprom-sys";
|
||||
nvmem-cells = <&tsens_calibration1>, <&tsens_calibration2>;
|
||||
nvmem-cell-names = "calibration1", "calibration2";
|
||||
};
|
||||
...
|
||||
Reference in New Issue
Block a user