Skip to content

Commit 6cc051a

Browse files
committed
format: use multiline text instead of \n
Signed-off-by: ZHANG Yuntian <[email protected]>
1 parent f4d0270 commit 6cc051a

File tree

241 files changed

+701
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+701
-241
lines changed

arch/arm64/boot/dts/amlogic/overlays/meson-g12-i2c-ee-m3-a-ds3231.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
compatible = "radxa,zero", "radxa,zero2";
1212
category = "misc";
1313
exclusive = "GPIOAO_3";
14-
description = "Enable DS3231 RTC on I2C_EE-M3.\nINT = GPIOAO_3";
14+
description = "Enable DS3231 RTC on I2C_EE-M3.
15+
INT = GPIOAO_3";
1516
};
1617
};
1718

arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwm-cd-zz.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
compatible = "radxa,zero2";
88
category = "misc";
99
exclusive = "pwm_cd", "GPIOZ_1", "GPIOZ_2";
10-
description = "Enable PWM-C on GPIOZ_1 and PWM-D on GPIOZ_2.\nIndividual overlays of PWM-C and PWM-D cannot be applied at the same time.";
10+
description = "Enable PWM-C on GPIOZ_1 and PWM-D on GPIOZ_2.
11+
Individual overlays of PWM-C and PWM-D cannot be applied at the same time.";
1112
};
1213
};
1314

arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwm-f-h.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
compatible = "radxa,zero", "radxa,zero2";
88
category = "misc";
99
exclusive = "pwm_ef", "GPIOH_5";
10-
description = "Enable PWM-F on GPIOH_5.\nOn Radxa ZERO this is pin 21.\nOn Radxa ZERO 2 PRO this is pin 21.";
10+
description = "Enable PWM-F on GPIOH_5.
11+
On Radxa ZERO this is pin 21.
12+
On Radxa ZERO 2 PRO this is pin 21.";
1113
};
1214
};
1315

arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwmao-c.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
compatible = "radxa,zero";
88
category = "misc";
99
exclusive = "pwm_AO_cd", "GPIOAO_4";
10-
description = "Enable PWMAO-C on GPIOAO_4.\nOn Radxa ZERO this is pin 32.";
10+
description = "Enable PWMAO-C on GPIOAO_4.
11+
On Radxa ZERO this is pin 32.";
1112
};
1213
};
1314

arch/arm64/boot/dts/amlogic/overlays/meson-g12-spi-b-enc28j60.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
compatible = "radxa,zero";
1212
category = "misc";
1313
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
14-
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.\nINT=GPIOX_8";
14+
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.
15+
INT=GPIOX_8";
1516
};
1617
};
1718

arch/arm64/boot/dts/amlogic/overlays/meson-g12-spi-b-gpioz-6-mcp2515-8mhz.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
compatible = "unknown";
1212
category = "misc";
1313
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOZ_6";
14-
description = "Provide support for Microchip MCP2515 SPI CAN controller.\nAssumes 8MHz external clock.\nUses Pin 18 (GPIOZ_6) for INT.";
14+
description = "Provide support for Microchip MCP2515 SPI CAN controller.
15+
Assumes 8MHz external clock.
16+
Uses Pin 18 (GPIOZ_6) for INT.";
1517
};
1618
};
1719

arch/arm64/boot/dts/amlogic/overlays/meson-g12-spi-b-mcp2515-8mhz.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
compatible = "radxa,zero";
1212
category = "misc";
1313
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
14-
description = "Provide support for Microchip MCP2515 SPI CAN controller.\nAssumes 8MHz external clock.\nUses Pin 18 (GPIOX_8) for INT.";
14+
description = "Provide support for Microchip MCP2515 SPI CAN controller.
15+
Assumes 8MHz external clock.
16+
Uses Pin 18 (GPIOX_8) for INT.";
1517
};
1618
};
1719

arch/arm64/boot/dts/amlogic/overlays/meson-g12-spi-gpio-enc28j60.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
compatible = "radxa,zero";
1212
category = "misc";
1313
exclusive = "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
14-
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.\nThis overlay uses spi-gpio driver, which is slower than hardware SPI.\nINT=GPIOX_8";
14+
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.
15+
This overlay uses spi-gpio driver, which is slower than hardware SPI.
16+
INT=GPIOX_8";
1517
};
1618
};
1719

arch/arm64/boot/dts/amlogic/overlays/meson-g12-uart-ao-b-89.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
compatible = "radxa,zero2";
1010
category = "misc";
1111
exclusive = "uart_AO_B", "GPIOAO_8", "GPIOAO_9";
12-
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.\nOn Radxa ZERO 2 PRO this is TX pin 33 & RX pin 37.";
12+
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.
13+
On Radxa ZERO 2 PRO this is TX pin 33 & RX pin 37.";
1314
};
1415
};

arch/arm64/boot/dts/amlogic/overlays/meson-g12-usb-host.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
compatible = "radxa,zero", "radxa,zero2";
88
category = "misc";
99
exclusive = "usb";
10-
description = "Set OTG port to Host mode.\nUse this when you want to connect USB devices.";
10+
description = "Set OTG port to Host mode.
11+
Use this when you want to connect USB devices.";
1112
};
1213
};
1314

0 commit comments

Comments
 (0)