lkml.org 
[lkml]   [2018]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/5] arm64: dts: allwinner: a64: Add watchdog
    Date
    Add a watchdog node for the A64, automatically enabled on all boards.
    Tested on Olimex Teres I.

    Signed-off-by: Harald Geyer <harald@ccbib.org>
    ---
    arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 6 ++++++
    1 file changed, 6 insertions(+)

    diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
    index 64e452a758fa..ca1b365bc722 100644
    --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
    +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
    @@ -665,5 +665,11 @@
    #address-cells = <1>;
    #size-cells = <0>;
    };
    +
    + wdt0: watchdog@1c20ca0 {
    + compatible = "allwinner,sun6i-a31-wdt";
    + reg = <0x01c20ca0 0x20>;
    + interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
    + };
    };
    };
    --
    2.11.0
    \
     
     \ /
      Last update: 2018-03-12 17:14    [W:3.768 / U:0.548 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site