ARM: tegra: Fix whitespace around '='

Equal signs should always be preceded and followed by a single space in
device tree files.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Thierry Reding 2014-02-28 17:40:27 +01:00 committed by Stephen Warren
parent 431b7be0a3
commit 4b3566080e

View File

@ -999,7 +999,7 @@ clocks {
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg=<0>;
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};