29 lines
863 B
Diff
29 lines
863 B
Diff
From 621c626515dcc142ac64b489ebb8b97e2aed5cb3 Mon Sep 17 00:00:00 2001
|
|
From: Hyeonki Hong <hhk7734@gmail.com>
|
|
Date: Fri, 12 Jun 2020 16:42:39 +0900
|
|
Subject: [PATCH 011/109] ODROID-N2: arm64/dts: modify i2c alias bus number
|
|
|
|
Change-Id: Ie9550c77f01931e6c718b869d6581cadd44d45f8
|
|
---
|
|
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 e67e202ab996..3aa8da458e5d 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;
|
|
- i2c1 = &i2c2;
|
|
- i2c2 = &i2c3;
|
|
+ i2c0 = &i2c2;
|
|
+ i2c1 = &i2c3;
|
|
serial0 = &uart_AO;
|
|
serial1 = &uart_A;
|
|
};
|
|
--
|
|
2.25.1
|
|
|