Skip to content

Commit 028a87e

Browse files
ambaruskrzk
authored andcommitted
arm64: dts: exynos: gs101: join lines close to 80 chars
These lines fit 81 characters, which is pretty close to 80. Join the lines for better readability. Reviewed-by: Alim Akhtar <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent d978c70 commit 028a87e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@
374374
};
375375

376376
usi8: usi@109700c0 {
377-
compatible = "google,gs101-usi",
378-
"samsung,exynos850-usi";
377+
compatible = "google,gs101-usi", "samsung,exynos850-usi";
379378
reg = <0x109700c0 0x20>;
380379
ranges;
381380
#address-cells = <1>;
@@ -403,8 +402,7 @@
403402
};
404403

405404
usi_uart: usi@10a000c0 {
406-
compatible = "google,gs101-usi",
407-
"samsung,exynos850-usi";
405+
compatible = "google,gs101-usi", "samsung,exynos850-usi";
408406
reg = <0x10a000c0 0x20>;
409407
ranges;
410408
#address-cells = <1>;
@@ -419,8 +417,7 @@
419417
serial_0: serial@10a00000 {
420418
compatible = "google,gs101-uart";
421419
reg = <0x10a00000 0xc0>;
422-
interrupts = <GIC_SPI 634
423-
IRQ_TYPE_LEVEL_HIGH 0>;
420+
interrupts = <GIC_SPI 634 IRQ_TYPE_LEVEL_HIGH 0>;
424421
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_PCLK_0>,
425422
<&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_IPCLK_0>;
426423
clock-names = "uart", "clk_uart_baud0";
@@ -454,8 +451,7 @@
454451
};
455452

456453
usi12: usi@10d500c0 {
457-
compatible = "google,gs101-usi",
458-
"samsung,exynos850-usi";
454+
compatible = "google,gs101-usi", "samsung,exynos850-usi";
459455
reg = <0x10d500c0 0x20>;
460456
ranges;
461457
#address-cells = <1>;

0 commit comments

Comments
 (0)