lkml.org 
[lkml]   [2017]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/6] ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
    Date
    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>
    ---
    arch/arm/boot/dts/am335x-sl50.dts | 12 ++++++++++++
    1 file changed, 12 insertions(+)

    diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
    index 6f32078..fddef18 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";
    };
    --
    2.9.3
    \
     
     \ /
      Last update: 2017-01-16 17:58    [W:3.804 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site