M7350/kernel/Documentation/devicetree/bindings/media/video/msm-ba.txt

18 lines
401 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
* Qualcomm Technologies Inc MSM BA
[Root level node]
=====
Required properties:
- compatible : Must be "qcom,msm-ba".
- status : A string that has to be set to "okay/ok" to enable
the driver. By default this property will be set to
"disable". Will be set to "ok/okay" status for
specific platforms.
Example:
qcom,ba {
compatible = "qcom,msm-ba";
status = "disable";
};