summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-11-24 11:38:03 +0300
committerMark Brown <broonie@kernel.org>2023-11-24 13:21:59 +0300
commit29b0b68f25ae6f9454c3e1c31b054595af0a80fc (patch)
tree69095fc79003ee141eef8f62fd05021dd0c1c95e /Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
parent52be2c4926831f7858c25701950afe9c1879f71f (diff)
downloadlinux-29b0b68f25ae6f9454c3e1c31b054595af0a80fc.tar.xz
ASoC: dt-bindings: correct white-spaces in examples
Use only one and exactly one space around '=' in DTS example. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231124083803.12773-1-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml')
-rw-r--r--Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml b/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
index 018565793a3e..adbfa67f88ed 100644
--- a/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
@@ -137,7 +137,7 @@ examples:
reg = <0x03210000 0x2000>;
wcd938x_rx: codec@0,4 {
compatible = "sdw20217010d00";
- reg = <0 4>;
+ reg = <0 4>;
qcom,rx-port-mapping = <1 2 3 4 5>;
};
};
@@ -148,7 +148,7 @@ examples:
reg = <0x03230000 0x2000>;
wcd938x_tx: codec@0,3 {
compatible = "sdw20217010d00";
- reg = <0 3>;
+ reg = <0 3>;
qcom,tx-port-mapping = <2 3 4 5>;
};
};