Skip to content

Commit

Permalink
format: use multiline text instead of \n
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Apr 29, 2024
1 parent f4d0270 commit 6cc051a
Show file tree
Hide file tree
Showing 241 changed files with 701 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
compatible = "radxa,zero", "radxa,zero2";
category = "misc";
exclusive = "GPIOAO_3";
description = "Enable DS3231 RTC on I2C_EE-M3.\nINT = GPIOAO_3";
description = "Enable DS3231 RTC on I2C_EE-M3.
INT = GPIOAO_3";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwm-cd-zz.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,zero2";
category = "misc";
exclusive = "pwm_cd", "GPIOZ_1", "GPIOZ_2";
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.";
description = "Enable PWM-C on GPIOZ_1 and PWM-D on GPIOZ_2.
Individual overlays of PWM-C and PWM-D cannot be applied at the same time.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwm-f-h.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
compatible = "radxa,zero", "radxa,zero2";
category = "misc";
exclusive = "pwm_ef", "GPIOH_5";
description = "Enable PWM-F on GPIOH_5.\nOn Radxa ZERO this is pin 21.\nOn Radxa ZERO 2 PRO this is pin 21.";
description = "Enable PWM-F on GPIOH_5.
On Radxa ZERO this is pin 21.
On Radxa ZERO 2 PRO this is pin 21.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/amlogic/overlays/meson-g12-pwmao-c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "pwm_AO_cd", "GPIOAO_4";
description = "Enable PWMAO-C on GPIOAO_4.\nOn Radxa ZERO this is pin 32.";
description = "Enable PWMAO-C on GPIOAO_4.
On Radxa ZERO this is pin 32.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.\nINT=GPIOX_8";
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.
INT=GPIOX_8";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
compatible = "unknown";
category = "misc";
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOZ_6";
description = "Provide support for Microchip MCP2515 SPI CAN controller.\nAssumes 8MHz external clock.\nUses Pin 18 (GPIOZ_6) for INT.";
description = "Provide support for Microchip MCP2515 SPI CAN controller.
Assumes 8MHz external clock.
Uses Pin 18 (GPIOZ_6) for INT.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "spicc1", "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
description = "Provide support for Microchip MCP2515 SPI CAN controller.\nAssumes 8MHz external clock.\nUses Pin 18 (GPIOX_8) for INT.";
description = "Provide support for Microchip MCP2515 SPI CAN controller.
Assumes 8MHz external clock.
Uses Pin 18 (GPIOX_8) for INT.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "GPIOH_4", "GPIOH_5", "GPIOH_6", "GPIOH_7", "GPIOX_8";
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";
description = "Enable Microchip ENC28J60 SPI Ethernet controller on SPI-B.
This overlay uses spi-gpio driver, which is slower than hardware SPI.
INT=GPIOX_8";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
compatible = "radxa,zero2";
category = "misc";
exclusive = "uart_AO_B", "GPIOAO_8", "GPIOAO_9";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.\nOn Radxa ZERO 2 PRO this is TX pin 33 & RX pin 37.";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.
On Radxa ZERO 2 PRO this is TX pin 33 & RX pin 37.";
};
};
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/amlogic/overlays/meson-g12-usb-host.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,zero", "radxa,zero2";
category = "misc";
exclusive = "usb";
description = "Set OTG port to Host mode.\nUse this when you want to connect USB devices.";
description = "Set OTG port to Host mode.
Use this when you want to connect USB devices.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/amlogic/overlays/meson-g12-usb-otg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "unknown";
category = "misc";
exclusive = "usb";
description = "Set OTG port to be controlled by hardware switch.\nThis is the default mode.";
description = "Set OTG port to be controlled by hardware switch.
This is the default mode.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,zero", "radxa,zero2";
category = "misc";
exclusive = "usb";
description = "Set OTG port to Peripheral mode.\nUse this when you want to connect to another computer.";
description = "Set OTG port to Peripheral mode.
Use this when you want to connect to another computer.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "vddio_c";
description = "Enable 1.8V signaling for data microSD.\nThis will make reboot fail if booting from microSD.";
description = "Enable 1.8V signaling for data microSD.
This will make reboot fail if booting from microSD.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "led_power_151", "GPIOAO_8";
description = "Enable GPIOAO_10 for hardware version 1.5 and before.\nThis is due to newer version uses this for Power LED.";
description = "Enable GPIOAO_10 for hardware version 1.5 and before.
This is due to newer version uses this for Power LED.";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "led_power";
description = "Enable GPIOAO_8 for hardware version 1.51 and later.\nThis is due to older version uses this for Power LED.";
description = "Enable GPIOAO_8 for hardware version 1.51 and later.
This is due to older version uses this for Power LED.";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
compatible = "radxa,zero";
category = "misc";
exclusive = "uart_AO_B", "GPIOAO_8", "GPIOAO_9", "led_power";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9 (>= v1.51).\nOn Radxa ZERO this is TX pin 35 & RX pin 37.\nFor Radxa ZERO, GPIOAO_8 is only available since v1.51.";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9 (>= v1.51).
On Radxa ZERO this is TX pin 35 & RX pin 37.
For Radxa ZERO, GPIOAO_8 is only available since v1.51.";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
compatible = "radxa,zero2";
category = "misc";
exclusive = "vddio_c";
description = "Enable 1.8V signaling for data microSD.\nThis will make reboot fail if booting from microSD.";
description = "Enable 1.8V signaling for data microSD.
This will make reboot fail if booting from microSD.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
compatible = "unknown";
category = "misc";
exclusive = "pcie2x1";
description = "Enable PCIe.\nWhen PCIe is enabled, SATA2 cannot be enabled on the same port.";
description = "Enable PCIe.
When PCIe is enabled, SATA2 cannot be enabled on the same port.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/radxa-cm3-io-sata1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
compatible = "radxa,cm3-io";
category = "misc";
exclusive = "sata1";
description = "Enable SATA1.\nWhen SATA1 is enabled, USB3.0 cannot be enabled on the same pin mux.\nRadxa CM3 IO <= v1.3 contains incorrect label of this port.";
description = "Enable SATA1.
When SATA1 is enabled, USB3.0 cannot be enabled on the same pin mux.
Radxa CM3 IO <= v1.3 contains incorrect label of this port.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/radxa-cm3-io-sata2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
compatible = "radxa,cm3-io";
category = "misc";
exclusive = "sata2";
description = "Enable SATA2.\nWhen SATA2 is enabled, PCIe cannot be enabled on the same pin mux.\nRadxa CM3 IO <= v1.3 contains incorrect label of this port.";
description = "Enable SATA2.
When SATA2 is enabled, PCIe cannot be enabled on the same pin mux.
Radxa CM3 IO <= v1.3 contains incorrect label of this port.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
compatible = "radxa,cm3-io";
category = "display";
exclusive = "edp", "vp0", "pwm5";
description = "Enable Sharp LQ133T1JW01 display.\nHDMI will be disabled.";
description = "Enable Sharp LQ133T1JW01 display.
HDMI will be disabled.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
compatible = "radxa,cm3-io", "radxa,cm3-rpi-cm4-io";
category = "misc";
exclusive = "pcie2x1";
description = "Enable PCIe on Radxa Taco.\nWhen PCIe is enabled, SATA2 cannot be enabled on the same port.";
description = "Enable PCIe on Radxa Taco.
When PCIe is enabled, SATA2 cannot be enabled on the same port.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-bs-opp-1008.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
compatible = "unknown";
category = "misc";
exclusive = "cpu0_opp_table";
description = "RK3308B-S is a variant of RK3308B, that can operate at lower voltage, resulting in lower power consumption.\nEnable this overlay on regular RK3308 system may render it non-bootable.";
description = "RK3308B-S is a variant of RK3308B, that can operate at lower voltage, resulting in lower power consumption.
Enable this overlay on regular RK3308 system may render it non-bootable.";
};
};
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-bs-opp-1296.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
compatible = "unknown";
category = "misc";
exclusive = "cpu0_opp_table";
description = "RK3308B-S is a variant of RK3308B, that can operate at lower voltage.\nThis overlay additionally adds a 1.3 GHz operating point.\nEnable this overlay on regular RK3308 system may render it non-bootable.";
description = "RK3308B-S is a variant of RK3308B, that can operate at lower voltage.
This overlay additionally adds a 1.3 GHz operating point.
Enable this overlay on regular RK3308 system may render it non-bootable.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
compatible = "radxa,rockpis", "radxa,rock-s0";
category = "misc";
exclusive = "GPIO1_D0", "GPIO1_D1", "spi2", "uart1";
description = "Enable I2C0.\nOn Radxa ROCK PI S this is SDA pin 23 & SCL pin 24.\nOn ROCK S0 this is SDA pin 23 & SCL pin 24.";
description = "Enable I2C0.
On Radxa ROCK PI S this is SDA pin 23 & SCL pin 24.
On ROCK S0 this is SDA pin 23 & SCL pin 24.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
compatible = "radxa,rockpis", "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_B3", "GPIO0_B4";
description = "Enable I2C1.\nOn Radxa ROCK PI S this is SDA pin 3 & SCL pin 5.\nOn ROCK S0 this is SDA pin 3 & SCL pin 5.";
description = "Enable I2C1.
On Radxa ROCK PI S this is SDA pin 3 & SCL pin 5.
On ROCK S0 this is SDA pin 3 & SCL pin 5.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO2_A2", "GPIO2_A3", "pwm2";
description = "Enable I2C2.\nOn ROCK S0 this is SDA pin 37 & SCL pin 13.";
description = "Enable I2C2.
On ROCK S0 this is SDA pin 37 & SCL pin 13.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c3-m0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
compatible = "radxa,rockpis", "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_B7", "GPIO0_C0", "pwm2", "pwm3";
description = "Enable I2C3-M0.\nOn Radxa ROCK PI S this is SDA pin 11 & SCL pin 13.\nOn Radxa ROCK S0 this is SDA pin 27 & SCL pin 28.";
description = "Enable I2C3-M0.
On Radxa ROCK PI S this is SDA pin 11 & SCL pin 13.
On Radxa ROCK S0 this is SDA pin 27 & SCL pin 28.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c3-m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "unknown";
category = "misc";
exclusive = "GPOI3_B4", "GPOI3_B5";
description = "Enable I2C3-M1.\nOn Radxa ROCK PI S this is SDA pin 40 & SCL pin 39.";
description = "Enable I2C3-M1.
On Radxa ROCK PI S this is SDA pin 40 & SCL pin 39.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm10.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO2_B4";
description = "Enable PWM10.\nOn ROCK S0 this is pin 32.";
description = "Enable PWM10.
On ROCK S0 this is pin 32.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm11.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "unknown";
category = "misc";
exclusive = "GPIO2_C0";
description = "Enable PWM11.\nOn ROCK S0 this is pin 29.";
description = "Enable PWM11.
On ROCK S0 this is pin 29.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
compatible = "radxa,rockpis", "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_B7";
description = "Enable PWM2.\nOn Radxa ROCK PI S this is pin 11.\nOn ROCK S0 this is pin 27.";
description = "Enable PWM2.
On Radxa ROCK PI S this is pin 11.
On ROCK S0 this is pin 27.";
};
};

Expand Down
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
compatible = "radxa,rockpis", "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_C0", "i2c3";
description = "Enable PWM3.\nOn Radxa ROCK PI S this is pin 13.\nOn Radxa ROCK S this is pin 28.";
description = "Enable PWM3.
On Radxa ROCK PI S this is pin 13.
On Radxa ROCK S this is pin 28.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_A1";
description = "Enable PWM4.\nOn ROCK S0 this is pin 16.";
description = "Enable PWM4.
On ROCK S0 this is pin 16.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_C1", "uart3";
description = "Enable PWM5.\nOn ROCK S0 this is pin 15.";
description = "Enable PWM5.
On ROCK S0 this is pin 15.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_C2", "uart3";
description = "Enable PWM6.\nOn ROCK S0 this is pin 33.";
description = "Enable PWM6.
On ROCK S0 this is pin 33.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_C0";
description = "Enable PWM7.\nOn ROCK S0 this is pin 26.";
description = "Enable PWM7.
On ROCK S0 this is pin 26.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO0_C1";
description = "Enable PWM8.\nOn ROCK S0 this is pin 31.";
description = "Enable PWM8.
On ROCK S0 this is pin 31.";
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3308-pwm9.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
compatible = "radxa,rock-s0";
category = "misc";
exclusive = "GPIO2_B3";
description = "Enable PWM9.\nOn ROCK S0 this is pin 22.";
description = "Enable PWM9.
On ROCK S0 this is pin 22.";
};
};

Expand Down
Loading

0 comments on commit 6cc051a

Please sign in to comment.