lkml.org 
[lkml]   [2017]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 6/8] MIPS: jz4780: dts: Fix watchdog node
    Date
    - The previous node requested a memory area of 0x100 bytes, while the
    driver only manipulates four registers present in the first 0x10 bytes.

    - The driver requests for the "rtc" clock, but the previous node did not
    provide any.

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    Reviewed-by: Mathieu Malaterre <malat@debian.org>
    ---
    arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 ++++-
    1 file changed, 4 insertions(+), 1 deletion(-)

    v2: No change

    diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi
    index 9b5794667aee..a52f59bf58c7 100644
    --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi
    +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi
    @@ -221,7 +221,10 @@

    watchdog: watchdog@10002000 {
    compatible = "ingenic,jz4780-watchdog";
    - reg = <0x10002000 0x100>;
    + reg = <0x10002000 0x10>;
    +
    + clocks = <&cgu JZ4780_CLK_RTCLK>;
    + clock-names = "rtc";
    };

    nemc: nemc@13410000 {
    --
    2.11.0
    \
     
     \ /
      Last update: 2017-12-30 14:53    [W:5.295 / U:0.924 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site