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 New
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>
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";