Message ID | 20230407-topic-msm_dtb-v1-2-6efb4196f51f@linaro.org |
---|---|
State | New |
Headers | show |
Series | Couple of bindings / dt fixes | expand |
On 07/04/2023 15:28, Konrad Dybcio wrote: > firmware-name has been with us for a long long time. Allow it to fix > warnings like this: > > qcom/sdm845-oneplus-enchilada.dtb: remoteproc-cdsp: Unevaluated properties > are not allowed ('firmware-name' was unexpected) > https://lore.kernel.org/all/5fa6d988-b51a-7c18-b605-ab99ecec8bea@linaro.org/ Just rebase on my pending work if you want to avoid duplicates... Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml index 643ee787a81f..d99618a9ca2e 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml @@ -44,6 +44,10 @@ properties: maxItems: 1 description: Reference to the reserved-memory for the Hexagon core + firmware-name: + $ref: /schemas/types.yaml#/definitions/string + description: Relative path to the DSP firmware binary + required: - compatible
firmware-name has been with us for a long long time. Allow it to fix warnings like this: qcom/sdm845-oneplus-enchilada.dtb: remoteproc-cdsp: Unevaluated properties are not allowed ('firmware-name' was unexpected) Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 4 ++++ 1 file changed, 4 insertions(+)