Commit 29b0b68f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: correct white-spaces in examples

Use only one and exactly one space around '=' in DTS example.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231124083803.12773-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 52be2c49
...@@ -135,7 +135,7 @@ examples: ...@@ -135,7 +135,7 @@ examples:
nuvoton,jack-insert-debounce = <7>; nuvoton,jack-insert-debounce = <7>;
nuvoton,jack-eject-debounce = <0>; nuvoton,jack-eject-debounce = <0>;
nuvoton,dmic-clk-threshold = <3072000>; nuvoton,dmic-clk-threshold = <3072000>;
nuvoton,dmic-slew-rate= <0>; nuvoton,dmic-slew-rate = <0>;
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
}; };
}; };
...@@ -201,9 +201,9 @@ examples: ...@@ -201,9 +201,9 @@ examples:
- | - |
codec@1,0{ codec@1,0{
compatible = "slim217,250"; compatible = "slim217,250";
reg = <1 0>; reg = <1 0>;
reset-gpios = <&tlmm 64 0>; reset-gpios = <&tlmm 64 0>;
slim-ifc-dev = <&wcd9340_ifd>; slim-ifc-dev = <&wcd9340_ifd>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
interrupts = <54 4>; interrupts = <54 4>;
......
...@@ -51,7 +51,7 @@ examples: ...@@ -51,7 +51,7 @@ examples:
reg = <0x03210000 0x2000>; reg = <0x03210000 0x2000>;
wcd938x_rx: codec@0,4 { wcd938x_rx: codec@0,4 {
compatible = "sdw20217010d00"; compatible = "sdw20217010d00";
reg = <0 4>; reg = <0 4>;
qcom,rx-port-mapping = <1 2 3 4 5>; qcom,rx-port-mapping = <1 2 3 4 5>;
}; };
}; };
...@@ -62,7 +62,7 @@ examples: ...@@ -62,7 +62,7 @@ examples:
reg = <0x03230000 0x2000>; reg = <0x03230000 0x2000>;
wcd938x_tx: codec@0,3 { wcd938x_tx: codec@0,3 {
compatible = "sdw20217010d00"; compatible = "sdw20217010d00";
reg = <0 3>; reg = <0 3>;
qcom,tx-port-mapping = <2 3 4 5>; qcom,tx-port-mapping = <2 3 4 5>;
}; };
}; };
......
...@@ -137,7 +137,7 @@ examples: ...@@ -137,7 +137,7 @@ examples:
reg = <0x03210000 0x2000>; reg = <0x03210000 0x2000>;
wcd938x_rx: codec@0,4 { wcd938x_rx: codec@0,4 {
compatible = "sdw20217010d00"; compatible = "sdw20217010d00";
reg = <0 4>; reg = <0 4>;
qcom,rx-port-mapping = <1 2 3 4 5>; qcom,rx-port-mapping = <1 2 3 4 5>;
}; };
}; };
...@@ -148,7 +148,7 @@ examples: ...@@ -148,7 +148,7 @@ examples:
reg = <0x03230000 0x2000>; reg = <0x03230000 0x2000>;
wcd938x_tx: codec@0,3 { wcd938x_tx: codec@0,3 {
compatible = "sdw20217010d00"; compatible = "sdw20217010d00";
reg = <0 3>; reg = <0 3>;
qcom,tx-port-mapping = <2 3 4 5>; qcom,tx-port-mapping = <2 3 4 5>;
}; };
}; };
......
...@@ -497,19 +497,19 @@ examples: ...@@ -497,19 +497,19 @@ examples:
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
playback = <&ssi5>, <&src5>; playback = <&ssi5>, <&src5>;
capture = <&ssi6>; capture = <&ssi6>;
}; };
dai1 { dai1 {
playback = <&ssi3>; playback = <&ssi3>;
}; };
dai2 { dai2 {
capture = <&ssi4>; capture = <&ssi4>;
}; };
dai3 { dai3 {
playback = <&ssi7>; playback = <&ssi7>;
}; };
dai4 { dai4 {
capture = <&ssi8>; capture = <&ssi8>;
}; };
}; };
...@@ -523,7 +523,7 @@ examples: ...@@ -523,7 +523,7 @@ examples:
frame-master = <&rsnd_endpoint0>; frame-master = <&rsnd_endpoint0>;
playback = <&ssi0>, <&src0>, <&dvc0>; playback = <&ssi0>, <&src0>, <&dvc0>;
capture = <&ssi1>, <&src1>, <&dvc1>; capture = <&ssi1>, <&src1>, <&dvc1>;
}; };
}; };
}; };
......
...@@ -90,7 +90,7 @@ examples: ...@@ -90,7 +90,7 @@ examples:
ldoin-supply = <&reg_3v3>; ldoin-supply = <&reg_3v3>;
clocks = <&clks 201>; clocks = <&clks 201>;
clock-names = "mclk"; clock-names = "mclk";
aic32x4-gpio-func= < aic32x4-gpio-func = <
0xff /* AIC32X4_MFPX_DEFAULT_VALUE */ 0xff /* AIC32X4_MFPX_DEFAULT_VALUE */
0xff /* AIC32X4_MFPX_DEFAULT_VALUE */ 0xff /* AIC32X4_MFPX_DEFAULT_VALUE */
0x04 /* MFP3 AIC32X4_MFP3_GPIO_ENABLED */ 0x04 /* MFP3 AIC32X4_MFP3_GPIO_ENABLED */
......
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