Commit 4b356608 authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren

ARM: tegra: Fix whitespace around '='

Equal signs should always be preceded and followed by a single space in
device tree files.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 431b7be0
...@@ -999,7 +999,7 @@ clocks { ...@@ -999,7 +999,7 @@ clocks {
clk32k_in: clock@0 { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg = <0>;
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <32768>; clock-frequency = <32768>;
}; };
......
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