]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: realview: add the DS1338 RTC to PB1176 DT
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Jan 2016 10:02:03 +0000 (11:02 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Feb 2016 14:52:46 +0000 (15:52 +0100)
This adds the Versatile I2C adapter and the Dallas DS1338
RTC on it to the PB1176 device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-pb1176.dts

index 76ecce24fb70411551253b686e01906b7151af82..652d85b28aaa2f757f05c8c3f12dd0234a909284 100644 (file)
                compatible = "simple-bus";
                ranges;
 
+               i2c0: i2c@10002000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "arm,versatile-i2c";
+                       reg = <0x10002000 0x1000>;
+
+                       rtc@68 {
+                               compatible = "dallas,ds1338";
+                               reg = <0x68>;
+                       };
+               };
+
                fpga_aaci: aaci@10004000 {
                        compatible = "arm,pl041", "arm,primecell";
                        reg = <0x10004000 0x1000>;