diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-01-16 17:57:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 10:34:21 -0800 |
commit | 1d669a7128984a01927d50abe18df0d1909b3273 (patch) | |
tree | 4c58f025e03b54248f1213bce48fb3dc8eac9ddf /arch/arm/boot/dts/am335x-sl50.dts | |
parent | f37f911b805e8d8b020aae4bc394be4f41609db0 (diff) | |
download | lwn-1d669a7128984a01927d50abe18df0d1909b3273.tar.gz lwn-1d669a7128984a01927d50abe18df0d1909b3273.zip |
ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-sl50.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-sl50.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index 6f320780d0cc..fddef183481e 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts @@ -302,10 +302,18 @@ reg = <0x24>; }; + bq32000: rtc@68 { + compatible = "ti,bq32000"; + trickle-resistor-ohms = <1120>; + reg = <0x68>; + }; + eeprom: eeprom@50 { compatible = "at,24c256"; reg = <0x50>; }; + + }; &i2c2 { @@ -327,6 +335,10 @@ }; }; +&rtc { + status = "disabled"; +}; + &usb { status = "okay"; }; |