From fc7ffa81905a6efeb8a900dddc9ec468b5d382ca Mon Sep 17 00:00:00 2001 From: Hyeonki Hong Date: Tue, 21 Apr 2020 16:22:24 +0900 Subject: [PATCH 09/74] 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 63b23c84e022..90d9d38fe57a 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; - i2c1 = &i2c2; - i2c2 = &i2c3; + i2c0 = &i2c2; + i2c1 = &i2c3; serial0 = &uart_AO; serial1 = &uart_A; }; @@ -379,7 +379,7 @@ cpufreq_map1 { &ext_mdio { external_phy: ethernet-phy@0 { - /* Realtek RTL8211F (0x001cc916) */ + /* Realtek RTL8211F (0x001cc916) */ reg = <0>; max-speed = <1000>; -- 2.25.1