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 62C37C433FE for ; Thu, 6 Oct 2022 12:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231326AbiJFM1T (ORCPT ); Thu, 6 Oct 2022 08:27:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231307AbiJFM1N (ORCPT ); Thu, 6 Oct 2022 08:27:13 -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 974CFA0265; Thu, 6 Oct 2022 05:27:09 -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 9B15C66022F9; Thu, 6 Oct 2022 13:27:07 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1665059228; bh=pTOa17syGcTn7Q5FCCjR0Pa3bJOxI8Q4e+HnhGoAweE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YdIrTuAxmzDH2b7YZLpYY6X1p8sDLthcurc7lFHuFEy7CyZbFwu3ScotyVB0a/HS+ f0SW9sbdozdxyP7ehABQIZ95Dy1SRmaP6urQoWKcbCA/BpY49seCbCxTtFFJA9g1NK VMNWzXta91z8zWy6TLeh8yKZjRvYFzStULajVDjWGAHkqNz+zPEsBWQTdOz6w+BQYi R0hqSRQAlpNAafFp3sCn3uVCIS0nnaT6m/2CATMBzZjJXDE5ZfMvJBfolo57Fmnegv 1MNpDdi29HqiiT1f7ddnwEwBM6XgsGrVCCyEBYZpQh7YYr0G0xoQKFIW/s/BpVeba2 fcPo4eAUVTJaw== Message-ID: Date: Thu, 6 Oct 2022 14:27:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH 8/8] dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8173 Content-Language: en-US To: Allen-KH Cheng , Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , Matthias Brugger , Rob Herring , nfraprado@collabora.com Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20221006120715.24815-1-allen-kh.cheng@mediatek.com> <20221006120715.24815-9-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221006120715.24815-9-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 06/10/22 14:07, Allen-KH Cheng ha scritto: > Add the mediatek,mt8173-wdt compatible using mediatek,mt6589-wdt as > fallback. > > Signed-off-by: Allen-KH Cheng Reviewed-by: AngeloGioacchino Del Regno