Skip to content

Commit e651222

Browse files
Viken Dadhaniyaandersson
authored andcommitted
dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading
Document the 'firmware-name' property in the device tree bindings to support loading SE (Serial Engine) firmware from the protocol driver, allowing for more flexible firmware management. Co-developed-by: Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com> Signed-off-by: Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com> Signed-off-by: Viken Dadhaniya <quic_vdadhani@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250303124349.3474185-2-quic_vdadhani@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 2e14c17 commit e651222

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ properties:
5454

5555
dma-coherent: true
5656

57+
firmware-name:
58+
maxItems: 1
59+
description: Specify the name of the QUP firmware to load.
60+
5761
required:
5862
- compatible
5963
- reg
@@ -135,6 +139,7 @@ examples:
135139
#address-cells = <2>;
136140
#size-cells = <2>;
137141
ranges;
142+
firmware-name = "qcom/sa8775p/qupv3fw.elf";
138143
139144
i2c0: i2c@a94000 {
140145
compatible = "qcom,geni-i2c";

0 commit comments

Comments
 (0)