summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos5250.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-02 18:15:48 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:10 -0600
commitf1ac35b7a6c6bc878d473b5955370b1cc49dba54 (patch)
tree7fb78d528798003e0534c3b2ab1ffddceec9af56 /arch/arm/dts/exynos5250.dtsi
parent45d9ae87cbe9b2e76a856647c35da83535af2984 (diff)
downloadblackbird-obmc-uboot-f1ac35b7a6c6bc878d473b5955370b1cc49dba54.tar.gz
blackbird-obmc-uboot-f1ac35b7a6c6bc878d473b5955370b1cc49dba54.zip
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.dtsi')
-rw-r--r--arch/arm/dts/exynos5250.dtsi24
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index ccbafe9b07..7eef3e3f4f 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -47,36 +47,36 @@
interrupts = <0 47 0>;
};
- i2c@12ca0000 {
- #address-cells = <1>;
- #size-cells = <0>;
+ i2c_4: i2c@12CA0000 {
compatible = "samsung,s3c2440-i2c";
reg = <0x12CA0000 0x100>;
interrupts = <0 60 0>;
- };
-
- i2c@12cb0000 {
#address-cells = <1>;
#size-cells = <0>;
+ };
+
+ i2c_5: i2c@12CB0000 {
compatible = "samsung,s3c2440-i2c";
reg = <0x12CB0000 0x100>;
interrupts = <0 61 0>;
- };
-
- i2c@12cc0000 {
#address-cells = <1>;
#size-cells = <0>;
+ };
+
+ i2c_6: i2c@12CC0000 {
compatible = "samsung,s3c2440-i2c";
reg = <0x12CC0000 0x100>;
interrupts = <0 62 0>;
- };
-
- i2c@12cd0000 {
#address-cells = <1>;
#size-cells = <0>;
+ };
+
+ i2c_7: i2c@12CD0000 {
compatible = "samsung,s3c2440-i2c";
reg = <0x12CD0000 0x100>;
interrupts = <0 63 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
};
sound@3830000 {
OpenPOWER on IntegriCloud