Commit c799b508 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Florian Fainelli

ARM: dts: broadcom: 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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6bcad714
...@@ -31,22 +31,22 @@ uart@3e000000 { ...@@ -31,22 +31,22 @@ uart@3e000000 {
}; };
i2c@3e016000 { i2c@3e016000 {
status="okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
i2c@3e017000 { i2c@3e017000 {
status="okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
i2c@3e018000 { i2c@3e018000 {
status="okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
i2c@3500d000 { i2c@3500d000 {
status="okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
pmu: pmu@8 { pmu: pmu@8 {
......
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