ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 16 Jan 2017 16:57:34 +0000 (17:57 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2017 18:34:21 +0000 (10:34 -0800)
Add support for the BQ32000 Real Time Clock connected to the I2C bus
and disable the AM335x Real Time Clock.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-sl50.dts

index 6f320780d0cc55c3879def69595067f9f209471f..fddef183481efd83a59fa8a3ff396c7c75966109 100644 (file)
                reg = <0x24>;
        };
 
+       bq32000: rtc@68 {
+               compatible = "ti,bq32000";
+               trickle-resistor-ohms = <1120>;
+               reg = <0x68>;
+       };
+
        eeprom: eeprom@50 {
                compatible = "at,24c256";
                reg = <0x50>;
        };
+
+
 };
 
 &i2c2 {
        };
 };
 
+&rtc {
+       status = "disabled";
+};
+
 &usb {
        status = "okay";
 };