29 lines
863 B
Diff
29 lines
863 B
Diff
From 0a699992e0c88e3dcb79addb4e4d7c57d6b0cef7 Mon Sep 17 00:00:00 2001
|
|
From: Hyeonki Hong <hhk7734@gmail.com>
|
|
Date: Tue, 21 Apr 2020 16:22:24 +0900
|
|
Subject: [PATCH 009/109] 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 3aa8da458e5d..e67e202ab996 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts
|
|
@@ -15,8 +15,8 @@ / {
|
|
|
|
aliases {
|
|
ethernet0 = ðmac;
|
|
- i2c0 = &i2c2;
|
|
- i2c1 = &i2c3;
|
|
+ i2c1 = &i2c2;
|
|
+ i2c2 = &i2c3;
|
|
serial0 = &uart_AO;
|
|
serial1 = &uart_A;
|
|
};
|
|
--
|
|
2.25.1
|
|
|