Commit 4a4f3a07 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: white-space cleanups

Fixups some white-space issues.  Checkpatch reported:

  WARNING: Block comments should align the * on each line
  WARNING: please, no spaces at the start of a line
  ERROR: code indent should use tabs where possible
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210315124313.114842-2-krzysztof.kozlowski@canonical.com
parent 61342bc6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards * Common definition for Hardkernel's Exynos4412 based ODROID-X/X2/U2/U3 boards
* device tree source * device tree source
*/ */
#include <dt-bindings/sound/samsung-i2s.h> #include <dt-bindings/sound/samsung-i2s.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
......
...@@ -84,7 +84,8 @@ hub@1 { ...@@ -84,7 +84,8 @@ hub@1 {
ethernet: usbether@1 { ethernet: usbether@1 {
compatible = "usb0424,ec00"; compatible = "usb0424,ec00";
reg = <1>; reg = <1>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */ /* Filled in by a bootloader */
local-mac-address = [00 00 00 00 00 00];
}; };
}; };
}; };
......
...@@ -7,41 +7,41 @@ ...@@ -7,41 +7,41 @@
*/ */
&ppmu_dmc0 { &ppmu_dmc0 {
status = "okay"; status = "okay";
events { events {
ppmu_dmc0_3: ppmu-event3-dmc0 { ppmu_dmc0_3: ppmu-event3-dmc0 {
event-name = "ppmu-event3-dmc0"; event-name = "ppmu-event3-dmc0";
}; };
}; };
}; };
&ppmu_dmc1 { &ppmu_dmc1 {
status = "okay"; status = "okay";
events { events {
ppmu_dmc1_3: ppmu-event3-dmc1 { ppmu_dmc1_3: ppmu-event3-dmc1 {
event-name = "ppmu-event3-dmc1"; event-name = "ppmu-event3-dmc1";
}; };
}; };
}; };
&ppmu_leftbus { &ppmu_leftbus {
status = "okay"; status = "okay";
events { events {
ppmu_leftbus_3: ppmu-event3-leftbus { ppmu_leftbus_3: ppmu-event3-leftbus {
event-name = "ppmu-event3-leftbus"; event-name = "ppmu-event3-leftbus";
}; };
}; };
}; };
&ppmu_rightbus { &ppmu_rightbus {
status = "okay"; status = "okay";
events { events {
ppmu_rightbus_3: ppmu-event3-rightbus { ppmu_rightbus_3: ppmu-event3-rightbus {
event-name = "ppmu-event3-rightbus"; event-name = "ppmu-event3-rightbus";
}; };
}; };
}; };
...@@ -235,13 +235,13 @@ gpx0: gpx0 { ...@@ -235,13 +235,13 @@ gpx0: gpx0 {
interrupt-parent = <&combiner>; interrupt-parent = <&combiner>;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupts = <23 0>, interrupts = <23 0>,
<24 0>, <24 0>,
<25 0>, <25 0>,
<25 1>, <25 1>,
<26 0>, <26 0>,
<26 1>, <26 1>,
<27 0>, <27 0>,
<27 1>; <27 1>;
}; };
gpx1: gpx1 { gpx1: gpx1 {
...@@ -252,13 +252,13 @@ gpx1: gpx1 { ...@@ -252,13 +252,13 @@ gpx1: gpx1 {
interrupt-parent = <&combiner>; interrupt-parent = <&combiner>;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupts = <28 0>, interrupts = <28 0>,
<28 1>, <28 1>,
<29 0>, <29 0>,
<29 1>, <29 1>,
<30 0>, <30 0>,
<30 1>, <30 1>,
<31 0>, <31 0>,
<31 1>; <31 1>;
}; };
gpx2: gpx2 { gpx2: gpx2 {
......
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