mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-11 00:21:24 +00:00
* Add initial support for Odroid N2+ * Update C4 config and test booting * Updates to C4, N2, N2+ - merge C4 and N2 legacy under meson64, same u-boot - upgrade legacy kernel to meed DTB from mainline - merge N2 and N2+, add a hack to display + in motd when N2+ is detected - shortly spin N2 fan at startup - merged N2 mainline and legacy boot script - add upstream patches * One of the regulators were breaking booting of Odroid N2 Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
28 lines
861 B
Diff
28 lines
861 B
Diff
From 3df99e8732d51402c0540d58d0a3be67e6576fb3 Mon Sep 17 00:00:00 2001
|
|
From: Hyeonki Hong <hhk7734@gmail.com>
|
|
Date: Tue, 21 Apr 2020 16:22:24 +0900
|
|
Subject: [PATCH 10/74] ODROID-N2: arm64/dts: modify i2c alias bus number
|
|
|
|
Change-Id: I49b58c681dea5377df0ee7ab98163165d5521cb8
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
|
index 90d9d38fe57a..c1b905260d34 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
|
@@ -17,8 +17,8 @@ / {
|
|
|
|
aliases {
|
|
ethernet0 = ðmac;
|
|
- i2c0 = &i2c2;
|
|
- i2c1 = &i2c3;
|
|
+ i2c1 = &i2c2;
|
|
+ i2c2 = &i2c3;
|
|
serial0 = &uart_AO;
|
|
serial1 = &uart_A;
|
|
};
|
|
--
|
|
2.25.1
|
|
|