mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
* Bump meson and meson64 EDGE kernel to 6.9.y * Rename patch folders * Adjust broken patches, one remaining * Add overlay support * meson64: rename overlays to dtso, update makefile * Update meson-gx-socinfo-sm driver patchset for meson64-6.9: * add SoC ID patches for S905L, A113X * fix memory double free in driver * update dt bindings --------- Signed-off-by: Patrick Yavitz <pyavitz@armbian.com> Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com> Co-authored-by: Paolo Sabatino <paolo.sabatino@gmail.com> Co-authored-by: Viacheslav Bocharov <adeep@lexina.in>
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
|
|
|