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>
This commit is contained in:
committed by
Bjorn Andersson
parent
2e14c17a2e
commit
e6512225fb
@@ -54,6 +54,10 @@ properties:
|
||||
|
||||
dma-coherent: true
|
||||
|
||||
firmware-name:
|
||||
maxItems: 1
|
||||
description: Specify the name of the QUP firmware to load.
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
@@ -135,6 +139,7 @@ examples:
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
firmware-name = "qcom/sa8775p/qupv3fw.elf";
|
||||
|
||||
i2c0: i2c@a94000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
|
||||
Reference in New Issue
Block a user