mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
arm64: dts: renesas: Adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220526204231.832090-1-krzysztof.kozlowski@linaro.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
5a3ad6f466
commit
76f9a56152
|
|
@ -630,7 +630,7 @@ rsnd_for_ak4613: endpoint {
|
|||
bitclock-master = <&rsnd_for_ak4613>;
|
||||
frame-master = <&rsnd_for_ak4613>;
|
||||
playback = <&ssi3>, <&src5>, <&dvc0>;
|
||||
capture = <&ssi4>, <&src6>, <&dvc1>;
|
||||
capture = <&ssi4>, <&src6>, <&dvc1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -711,7 +711,7 @@ &rcar_sound {
|
|||
rcar_sound,dai {
|
||||
dai0 {
|
||||
playback = <&ssi0>, <&src0>, <&dvc0>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -832,7 +832,7 @@ rsnd_endpoint0: endpoint {
|
|||
frame-master = <&rsnd_endpoint0>;
|
||||
|
||||
playback = <&ssi0>, <&src0>, <&dvc0>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -206,12 +206,12 @@ pcm3168a: audio-codec@44 {
|
|||
clocks = <&clksndsel>;
|
||||
clock-names = "scki";
|
||||
|
||||
VDD1-supply = <&snd_3p3v>;
|
||||
VDD2-supply = <&snd_3p3v>;
|
||||
VCCAD1-supply = <&snd_vcc5v>;
|
||||
VCCAD2-supply = <&snd_vcc5v>;
|
||||
VCCDA1-supply = <&snd_vcc5v>;
|
||||
VCCDA2-supply = <&snd_vcc5v>;
|
||||
VDD1-supply = <&snd_3p3v>;
|
||||
VDD2-supply = <&snd_3p3v>;
|
||||
VCCAD1-supply = <&snd_vcc5v>;
|
||||
VCCAD2-supply = <&snd_vcc5v>;
|
||||
VCCDA1-supply = <&snd_vcc5v>;
|
||||
VCCDA2-supply = <&snd_vcc5v>;
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
|
|
@ -438,7 +438,7 @@ rsnd_for_pcm3168a_capture: endpoint {
|
|||
bitclock-master;
|
||||
frame-master;
|
||||
dai-tdm-slot-num = <6>;
|
||||
capture = <&ssi4>;
|
||||
capture = <&ssi4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@ rsnd_for_ak4613: endpoint {
|
|||
bitclock-master;
|
||||
frame-master;
|
||||
playback = <&ssi0>, <&src0>, <&dvc0>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
capture = <&ssi1>, <&src1>, <&dvc1>;
|
||||
};
|
||||
};
|
||||
rsnd_port1: port@1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user