]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 21 Jul 2015 05:04:23 +0000 (14:04 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:04 +0000 (13:49 +0200)
This I2C device is used SoC-internally for controlling the DMD core.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/uniphier-ph1-sld3.dtsi

index 2fa42a600f154834d4d988dcb0181ab456cdbecc..5e294364e6167a219117b416e82ef699f124e0de 100644 (file)
                        status = "disabled";
                };
 
+               i2c4: i2c@58600000 {
+                       compatible = "panasonic,uniphier-i2c";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0x58600000 0x40>;
+                       clock-frequency = <400000>;
+                       status = "okay";
+               };
+
                system-bus-controller-misc@59800000 {
                        compatible = "socionext,uniphier-system-bus-controller-misc",
                                     "syscon";