lkml.org 
[lkml]   [2022]   [Jul]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 2/4] arm64: dts: mediatek: Remove mt6589 wdt fallback string from mt7986
    Date
    The watchdog driver for mt7986 relies on DT data. The fallback
    compatible "mediatek,mt6589-wdt" won't work.

    Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
    Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    ---
    arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
    index e3a407d03551..6ab8329c635f 100644
    --- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
    +++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
    @@ -113,8 +113,7 @@
    };

    watchdog: watchdog@1001c000 {
    - compatible = "mediatek,mt7986-wdt",
    - "mediatek,mt6589-wdt";
    + compatible = "mediatek,mt7986-wdt";
    reg = <0 0x1001c000 0 0x1000>;
    interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
    #reset-cells = <1>;
    --
    2.18.0
    \
     
     \ /
      Last update: 2022-07-21 03:50    [W:4.158 / U:0.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site