ARM: dts: spear: 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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20220526203815.831383-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-05-26 22:38:15 +02:00
parent 06e00a512d
commit 194f47c31a
8 changed files with 8 additions and 8 deletions

View File

@ -170,7 +170,7 @@
smi: flash@ea000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@e6000000 {
#address-cells = <1>;

View File

@ -168,7 +168,7 @@
smi: flash@ea000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@e6000000 {
#address-cells = <1>;

View File

@ -88,7 +88,7 @@
};
pwm: pwm@e0180000 {
compatible ="st,spear13xx-pwm";
compatible = "st,spear13xx-pwm";
reg = <0xe0180000 0x1000>;
#pwm-cells = <2>;
status = "disabled";

View File

@ -80,7 +80,7 @@
smi: flash@fc000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@f8000000 {
#address-cells = <1>;

View File

@ -94,7 +94,7 @@
smi: flash@fc000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@f8000000 {
#address-cells = <1>;

View File

@ -95,7 +95,7 @@
smi: flash@fc000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@f8000000 {
#address-cells = <1>;

View File

@ -167,7 +167,7 @@
smi: flash@fc000000 {
status = "okay";
clock-rate=<50000000>;
clock-rate = <50000000>;
flash@f8000000 {
#address-cells = <1>;

View File

@ -78,7 +78,7 @@
};
pwm: pwm@a8000000 {
compatible ="st,spear-pwm";
compatible = "st,spear-pwm";
reg = <0xa8000000 0x1000>;
#pwm-cells = <2>;
status = "disabled";