Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
29b0b68f 52be2c49

+12 -12
+1 -1
Documentation/devicetree/bindings/sound/nuvoton,nau8821.yaml
··· 135 135 nuvoton,jack-insert-debounce = <7>; 136 136 nuvoton,jack-eject-debounce = <0>; 137 137 nuvoton,dmic-clk-threshold = <3072000>; 138 - nuvoton,dmic-slew-rate= <0>; 138 + nuvoton,dmic-slew-rate = <0>; 139 139 #sound-dai-cells = <0>; 140 140 }; 141 141 };
+2 -2
Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
··· 201 201 - | 202 202 codec@1,0{ 203 203 compatible = "slim217,250"; 204 - reg = <1 0>; 204 + reg = <1 0>; 205 205 reset-gpios = <&tlmm 64 0>; 206 - slim-ifc-dev = <&wcd9340_ifd>; 206 + slim-ifc-dev = <&wcd9340_ifd>; 207 207 #sound-dai-cells = <1>; 208 208 interrupt-parent = <&tlmm>; 209 209 interrupts = <54 4>;
+2 -2
Documentation/devicetree/bindings/sound/qcom,wcd938x-sdw.yaml
··· 51 51 reg = <0x03210000 0x2000>; 52 52 wcd938x_rx: codec@0,4 { 53 53 compatible = "sdw20217010d00"; 54 - reg = <0 4>; 54 + reg = <0 4>; 55 55 qcom,rx-port-mapping = <1 2 3 4 5>; 56 56 }; 57 57 }; ··· 62 62 reg = <0x03230000 0x2000>; 63 63 wcd938x_tx: codec@0,3 { 64 64 compatible = "sdw20217010d00"; 65 - reg = <0 3>; 65 + reg = <0 3>; 66 66 qcom,tx-port-mapping = <2 3 4 5>; 67 67 }; 68 68 };
+2 -2
Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
··· 137 137 reg = <0x03210000 0x2000>; 138 138 wcd938x_rx: codec@0,4 { 139 139 compatible = "sdw20217010d00"; 140 - reg = <0 4>; 140 + reg = <0 4>; 141 141 qcom,rx-port-mapping = <1 2 3 4 5>; 142 142 }; 143 143 }; ··· 148 148 reg = <0x03230000 0x2000>; 149 149 wcd938x_tx: codec@0,3 { 150 150 compatible = "sdw20217010d00"; 151 - reg = <0 3>; 151 + reg = <0 3>; 152 152 qcom,tx-port-mapping = <2 3 4 5>; 153 153 }; 154 154 };
+4 -4
Documentation/devicetree/bindings/sound/renesas,rsnd.yaml
··· 497 497 rcar_sound,dai { 498 498 dai0 { 499 499 playback = <&ssi5>, <&src5>; 500 - capture = <&ssi6>; 500 + capture = <&ssi6>; 501 501 }; 502 502 dai1 { 503 503 playback = <&ssi3>; 504 504 }; 505 505 dai2 { 506 - capture = <&ssi4>; 506 + capture = <&ssi4>; 507 507 }; 508 508 dai3 { 509 509 playback = <&ssi7>; 510 510 }; 511 511 dai4 { 512 - capture = <&ssi8>; 512 + capture = <&ssi8>; 513 513 }; 514 514 }; 515 515 ··· 523 523 frame-master = <&rsnd_endpoint0>; 524 524 525 525 playback = <&ssi0>, <&src0>, <&dvc0>; 526 - capture = <&ssi1>, <&src1>, <&dvc1>; 526 + capture = <&ssi1>, <&src1>, <&dvc1>; 527 527 }; 528 528 }; 529 529 };
+1 -1
Documentation/devicetree/bindings/sound/ti,tlv320aic32x4.yaml
··· 90 90 ldoin-supply = <&reg_3v3>; 91 91 clocks = <&clks 201>; 92 92 clock-names = "mclk"; 93 - aic32x4-gpio-func= < 93 + aic32x4-gpio-func = < 94 94 0xff /* AIC32X4_MFPX_DEFAULT_VALUE */ 95 95 0xff /* AIC32X4_MFPX_DEFAULT_VALUE */ 96 96 0x04 /* MFP3 AIC32X4_MFP3_GPIO_ENABLED */