mirror of
https://github.com/armbian/build.git
synced 2025-08-14 23:26:57 +02:00
* Bump meson64 edge from 6.7 to 6.8 Changes to be committed: modified: config/sources/families/include/meson64_common.inc renamed: patch/kernel/archive/meson64-6.7 -> patch/kernel/archive/meson64-6.8 modified: patch/kernel/archive/meson64-6.8/board-bananapi-cm4-cm4io-fixes.patch modified: patch/kernel/archive/meson64-6.8/general-input-touchscreen-Add-D-WAV-Multitouch.patch new file: patch/kernel/archive/meson64-6.8/kernel-6.8-tools-cgroup-makefile.patch * updates from rewrite-kernel-patches * updates from rewrite-kernel-config
37 lines
988 B
Diff
37 lines
988 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Yavitz <pyavitz@xxxxx.com>
|
|
Date: Tue, 24 Oct 2023 08:17:17 -0400
|
|
Subject: arm64: dts: Radxa Zero: set aliases for serial, i2c and spi
|
|
|
|
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts | 12 ++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
index fcd7e1d8e16f..2e4646e255ad 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts
|
|
@@ -15,6 +15,18 @@ / {
|
|
|
|
aliases {
|
|
serial0 = &uart_AO;
|
|
+ serial1 = &uart_AO_B;
|
|
+ serial2 = &uart_A;
|
|
+ serial3 = &uart_B;
|
|
+ serial4 = &uart_C;
|
|
+ i2c0 = &i2c0;
|
|
+ i2c1 = &i2c1;
|
|
+ i2c2 = &i2c2;
|
|
+ i2c3 = &i2c3;
|
|
+ i2c4 = &i2c_AO;
|
|
+ spi0 = &spicc0;
|
|
+ spi1 = &spicc1;
|
|
+ spi2 = &spifc;
|
|
};
|
|
|
|
chosen {
|
|
--
|
|
Armbian
|
|
|