Skip to content

Commit 1921f1a

Browse files
krzkandersson
authored andcommitted
dt-bindings: remoteproc: qcom,sm6115-pas: Use recommended MBN firmware format in DTS example
All Qualcomm firmwares uploaded to linux-firmware are in MBN format, instead of split MDT. No functional changes, just correct the DTS example so people will not rely on unaccepted files. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250226145103.10839-1-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 539c384 commit 1921f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/remoteproc/qcom,sm6115-pas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ examples:
127127
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>;
128128
clock-names = "xo";
129129
130-
firmware-name = "qcom/sm6115/adsp.mdt";
130+
firmware-name = "qcom/sm6115/adsp.mbn";
131131
132132
interrupts-extended = <&intc GIC_SPI 282 IRQ_TYPE_EDGE_RISING>,
133133
<&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,

0 commit comments

Comments
 (0)