From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CFB23C4332F for ; Wed, 2 Nov 2022 09:02:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231191AbiKBJCM (ORCPT ); Wed, 2 Nov 2022 05:02:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230304AbiKBJBr (ORCPT ); Wed, 2 Nov 2022 05:01:47 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5519E28709; Wed, 2 Nov 2022 02:01:28 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 5819F6602929; Wed, 2 Nov 2022 09:01:26 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667379687; bh=B3S5ofvq5lBgOYCzOV4yVG6oWPC54xPQLQoltYPZikI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ESnzgT/r7UP1N7AQGWxxtrlqvyB8qs7KPLjxgUkvh7JTk1fZwC+0rZB660jBLRW3q aQnSvFDR3Zh7Au8A6yHDARpl3ttYVfj1aqbZhaGrFXXj/NoEGVdRy7U8lv9k57LkI+ ReO2PGLXGfLVG5Rt2w3mYKh/IIC0BL/kH4nGmNw21ecz5I4AEboU3lG9yEK/DLRIPS NMDA03giCBftUj+RwS13C2s8XAujF95q6UYlb4Hm3tIEu3MsNe1SRIeoDCK/0fZTbB /q45z79DJzHY8ALw8nl6lxnsuoZXEfCu9RMPtoHsZRRWBPZDcrfTtsps78nXhEEwE/ K+Z1kK8Z261Mg== Message-ID: Date: Wed, 2 Nov 2022 10:01:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v3 3/7] arm64: dts: mediatek: mt7986: Fix watchdog compatible Content-Language: en-US To: Allen-KH Cheng , Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , Matthias Brugger , Rob Herring Cc: nfraprado@collabora.com, Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20221101090116.27130-1-allen-kh.cheng@mediatek.com> <20221101090116.27130-4-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221101090116.27130-4-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 01/11/22 10:01, Allen-KH Cheng ha scritto: > MT7986's watchdog embeds a reset controller and needs only the > mediatek,mt7986-wdt compatible string as the MT6589 one is there > for watchdogs that don't have any reset controller capability. > > Fixes: 50137c150f5f ("arm64: dts: mediatek: add basic mt7986 support") > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno