build/patch/kernel/archive/odroidxu4-5.12/0008-ODROID-N2-arm64-dts-modify-i2c-alias-bus-number.patch

38 lines
1.0 KiB
Diff

From c1e0e9e46f8433998eccb805a75b7035a9078e49 Mon Sep 17 00:00:00 2001
From: Hyeonki Hong <hhk7734@gmail.com>
Date: Tue, 21 Apr 2020 16:22:24 +0900
Subject: [PATCH 008/109] ODROID-N2: arm64/dts: modify i2c alias bus number
Change-Id: I49b58c681dea5377df0ee7ab98163165d5521cb8
---
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 6 +++---
1 file changed, 3 insertions(+), 3 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 68a5c6930f7d..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 = &ethmac;
- i2c1 = &i2c2;
- i2c2 = &i2c3;
+ i2c0 = &i2c2;
+ i2c1 = &i2c3;
serial0 = &uart_AO;
serial1 = &uart_A;
};
@@ -414,7 +414,7 @@ &cpu103 {
&ext_mdio {
external_phy: ethernet-phy@0 {
- /* Realtek RTL8211F (0x001cc916) */
+ /* Realtek RTL8211F (0x001cc916) */
reg = <0>;
max-speed = <1000>;
--
2.25.1