27 lines
1000 B
Diff
27 lines
1000 B
Diff
From cab3782bebd0a742df228f525a2bf42ea15498f5 Mon Sep 17 00:00:00 2001
|
|
From: Vyacheslav Bocharov <adeep@lexina.in>
|
|
Date: Mon, 13 Dec 2021 10:25:50 +0300
|
|
Subject: [PATCH 08/10] arm64: meson: dts: update dts for JetHub D1 Change
|
|
zigbee serial alias to ttyAML2 for backward compatibility.
|
|
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
|
|
index 44ce67d3ef34..ae603095038c 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
|
|
@@ -18,7 +18,7 @@ / {
|
|
model = "JetHome JetHub J100";
|
|
aliases {
|
|
serial0 = &uart_AO; /* Console */
|
|
- serial1 = &uart_AO_B; /* External UART (Wireless Module) */
|
|
+ serial2 = &uart_AO_B; /* External UART (Wireless Module) */
|
|
ethernet0 = ðmac;
|
|
};
|
|
|
|
--
|
|
2.30.2
|
|
|