]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: mt8173.dtsi: correct i2c node names
authorYingjoe Chen <yingjoe.chen@mediatek.com>
Wed, 16 Sep 2015 01:35:25 +0000 (09:35 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Sun, 27 Sep 2015 13:00:32 +0000 (15:00 +0200)
Node name in device tree should describe general class of the
device. Correct incorrect i2c node names.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8173.dtsi

index d18ee4259ee57e280166334a01bcba5fba80d2e0..7f360b7445715000e9980071262149bb353c73af 100644 (file)
                        status = "disabled";
                };
 
-               i2c3: i2c3@11010000 {
+               i2c3: i2c@11010000 {
                        compatible = "mediatek,mt8173-i2c";
                        reg = <0 0x11010000 0 0x70>,
                              <0 0x11000280 0 0x80>;
                        status = "disabled";
                };
 
-               i2c4: i2c4@11011000 {
+               i2c4: i2c@11011000 {
                        compatible = "mediatek,mt8173-i2c";
                        reg = <0 0x11011000 0 0x70>,
                              <0 0x11000300 0 0x80>;
                        status = "disabled";
                };
 
-               i2c6: i2c6@11013000 {
+               i2c6: i2c@11013000 {
                        compatible = "mediatek,mt8173-i2c";
                        reg = <0 0x11013000 0 0x70>,
                              <0 0x11000080 0 0x80>;