summaryrefslogtreecommitdiff
path: root/arch/arm/dts/exynos5250-arndale.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-03 00:15:48 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:10 (GMT)
commitf1ac35b7a6c6bc878d473b5955370b1cc49dba54 (patch)
tree7fb78d528798003e0534c3b2ab1ffddceec9af56 /arch/arm/dts/exynos5250-arndale.dts
parent45d9ae87cbe9b2e76a856647c35da83535af2984 (diff)
downloadu-boot-f1ac35b7a6c6bc878d473b5955370b1cc49dba54.tar.xz
exynos: dts: Sync up I2C ports with the kernel
The kernel uses upper case for I2C unit addresses. Follow the same convention to reduce differences. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos5250-arndale.dts')
-rw-r--r--arch/arm/dts/exynos5250-arndale.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/dts/exynos5250-arndale.dts b/arch/arm/dts/exynos5250-arndale.dts
index 21c0a21..031c622 100644
--- a/arch/arm/dts/exynos5250-arndale.dts
+++ b/arch/arm/dts/exynos5250-arndale.dts
@@ -15,14 +15,14 @@
compatible = "samsung,arndale", "samsung,exynos5250";
aliases {
- i2c0 = "/i2c@12c60000";
- i2c1 = "/i2c@12c70000";
- i2c2 = "/i2c@12c80000";
- i2c3 = "/i2c@12c90000";
- i2c4 = "/i2c@12ca0000";
- i2c5 = "/i2c@12cb0000";
- i2c6 = "/i2c@12cc0000";
- i2c7 = "/i2c@12cd0000";
+ i2c0 = "/i2c@12C60000";
+ i2c1 = "/i2c@12C70000";
+ i2c2 = "/i2c@12C80000";
+ i2c3 = "/i2c@12C90000";
+ i2c4 = "/i2c@12CA0000";
+ i2c5 = "/i2c@12CB0000";
+ i2c6 = "/i2c@12CC0000";
+ i2c7 = "/i2c@12CD0000";
serial0 = "/serial@12C20000";
console = "/serial@12C20000";
};