Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
nascs and RadxaYuntian authored Apr 22, 2024
1 parent e18aec2 commit f62b8da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 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,7 @@
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.\nOn Radxa ZERO this is pin 32.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/ {
metadata {
title = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9";
compatible = "radxa,zero", "radxa,zero2";
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 this is TX pin 35 & RX pin 37.\nOn Radxa ZERO 2 PRO this is TX 33 & RX 37.\nGPIOAO_8 need to be enabled for hardware version 1.51 and later.";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.\nOn Radxa ZERO 2 PRO this is TX pin 33 & RX pin 37.";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

/ {
metadata {
title = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9";
title = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9 ( >= v1.51)";
compatible = "radxa,zero";
category = "misc";
exclusive = "uart_AO_B", "GPIOAO_8", "GPIOAO_9";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.\nOn Radxa Zero this is TX pin 35 & RX pin 37.\nThis applies to V1.51 and later.";
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.";
};
};

0 comments on commit f62b8da

Please sign in to comment.