mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
arm64: dts: renesas: Add missing space before {
Add missing whitespace between node name/label and opening {.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230705145912.293315-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
4e89cd1ff4
commit
f5b4a0fae0
@@ -100,7 +100,7 @@ max9286_in0: endpoint {
|
||||
|
||||
#ifdef GMSL_CAMERA_1
|
||||
port@1 {
|
||||
max9286_in1: endpoint{
|
||||
max9286_in1: endpoint {
|
||||
remote-endpoint = <&fakra_con1>;
|
||||
};
|
||||
|
||||
@@ -233,7 +233,7 @@ max9286_in4: endpoint {
|
||||
|
||||
#ifdef GMSL_CAMERA_5
|
||||
port@1 {
|
||||
max9286_in5: endpoint{
|
||||
max9286_in5: endpoint {
|
||||
remote-endpoint = <&fakra_con5>;
|
||||
};
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ &i2c0 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
hdmi@39{
|
||||
hdmi@39 {
|
||||
compatible = "adi,adv7511w";
|
||||
#sound-dai-cells = <0>;
|
||||
reg = <0x39>;
|
||||
|
||||
@@ -78,11 +78,11 @@ vccq_sdhi1: regulator-vccq-sdhi1 {
|
||||
};
|
||||
};
|
||||
|
||||
&audio_clk1{
|
||||
&audio_clk1 {
|
||||
clock-frequency = <11289600>;
|
||||
};
|
||||
|
||||
&audio_clk2{
|
||||
&audio_clk2 {
|
||||
clock-frequency = <12288000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user