Commit 5f170e21 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: qcom,q6apm-dai: adjust indentation in example

Cleanup the example DTS by fixing indentation to 4-spaces and adding
blank lines for readability.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220910091428.50418-15-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7af18f4e
...@@ -33,13 +33,14 @@ examples: ...@@ -33,13 +33,14 @@ examples:
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
qcom,domain = <GPR_DOMAIN_ID_ADSP>; qcom,domain = <GPR_DOMAIN_ID_ADSP>;
service@1 { service@1 {
compatible = "qcom,q6apm"; compatible = "qcom,q6apm";
reg = <1>; reg = <1>;
dais { dais {
compatible = "qcom,q6apm-dais"; compatible = "qcom,q6apm-dais";
iommus = <&apps_smmu 0x1801 0x0>; iommus = <&apps_smmu 0x1801 0x0>;
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment