Skip to content
Snippets Groups Projects
Commit 7d861203 authored by Mehul Raninga's avatar Mehul Raninga
Browse files

PENDING: dt-bindings: i2c: Document new dt properties for QUP Firmware load


Add qcom,load-firmware and qcom,xfer-mode property
representing firmware load support from linux and
its mode of transfer on qcs9100-rb8 for i2c.

Change-Id: I638173cb1ddd98f8c60afacb3cefc0c1c2be9c42
Signed-off-by: default avatarMehul Raninga <quic_mraninga@quicinc.com>
parent b168a89c
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,13 @@ properties:
required-opps:
maxItems: 1
qcom,load-firmware: true
description: Optional property which indicate if QUP firmware to be loaded from Linux.
qcom,xfer-mode:
const: 1
description: Value 1,2 and 3 represents FIFO, CPU DMA and GSI DMA mode respectively. This is an optional property.
required:
- compatible
- interrupts
......@@ -149,6 +156,8 @@ examples:
interconnect-names = "qup-core", "qup-config", "qup-memory";
power-domains = <&rpmhpd SC7180_CX>;
required-opps = <&rpmhpd_opp_low_svs>;
qcom,load-firmware;
qcom, xfer-mode = <1>;
};
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment