diff mbox series

arm64: dts: meson-g12-common: fix uart-ao-a typo

Message ID 20240905181803.94127-1-theo.debrouwere@faytech.de (mailing list archive)
State Accepted
Headers show
Series arm64: dts: meson-g12-common: fix uart-ao-a typo | expand

Commit Message

Theo Debrouwere Sept. 5, 2024, 6:18 p.m. UTC
Change uart-a-ao into uart-ao-a, to use the same naming convention as
the other uart devices.

Signed-off-by: Theo Debrouwere <theo.debrouwere@faytech.de>
---
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Blumenstingl Sept. 9, 2024, 8:26 p.m. UTC | #1
On Thu, Sep 5, 2024 at 8:18 PM Theo Debrouwere
<theo.debrouwere@gmail.com> wrote:
>
> Change uart-a-ao into uart-ao-a, to use the same naming convention as
> the other uart devices.
>
> Signed-off-by: Theo Debrouwere <theo.debrouwere@faytech.de>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Neil Armstrong Sept. 30, 2024, 7:33 a.m. UTC | #2
Hi,

On Thu, 05 Sep 2024 20:18:03 +0200, Theo Debrouwere wrote:
> Change uart-a-ao into uart-ao-a, to use the same naming convention as
> the other uart devices.
> 
> 

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.13/arm64-dt)

[1/1] arm64: dts: meson-g12-common: fix uart-ao-a typo
      https://git.kernel.org/amlogic/c/eeb12b07012f060cc8abd661ebc0a22cf106badc

These changes has been applied on the intermediate git tree [1].

The v6.13/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.

In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].

The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.

If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
index 0f7b6ed47ca2..1e803b1b24cd 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
@@ -1921,7 +1921,7 @@  mux {
 					};
 				};
 
-				uart_ao_a_pins: uart-a-ao {
+				uart_ao_a_pins: uart-ao-a {
 					mux {
 						groups = "uart_ao_a_tx",
 							 "uart_ao_a_rx";