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 B3246C77B6C for ; Wed, 29 Mar 2023 13:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229607AbjC2N35 (ORCPT ); Wed, 29 Mar 2023 09:29:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230333AbjC2N3x (ORCPT ); Wed, 29 Mar 2023 09:29:53 -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 569AD44AA; Wed, 29 Mar 2023 06:29:49 -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 27F036602173; Wed, 29 Mar 2023 14:29:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1680096588; bh=EOpnX/dcQ/BbXzds0SG3hg5cL//fXhc2G0DAUpgv+q4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ICmRH+yKTLVAQGmS7JSUDaSjWqxemU8uS0ZXU5qKpq2ec7nQTj9iX7uLN/4JDmeP1 RKBQWhLfz3J+0iKmi+7G/Vu7WtCIzsNVKRE1sEuYWUQ3MZpsVqw24vH4LlPtPsI3+i 4lWRtkIJjxMFmlxKkHYIl/X7XXHlXK34krkET1Jwp+TK1ugflp7ieaLf4GOzB+fW4d gxHQ6BkVXpRRuhWK14Z9IrPGeScbPuaON9zHD1KM8c+Nm2dku5sXbWvBL6jKfiYRTx xo7uLOQPQI/cYSjm909+Zh5z//qBUXJMNK8LQ3PrNa5iJyJmZWV2Q8gHHkMGjNVY1u Pf5omuY/LfRLw== Message-ID: <8e894763-6589-79ef-1e75-67f546013a2f@collabora.com> Date: Wed, 29 Mar 2023 15:29:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v3 16/17] arm64: dts: mediatek: fix systimer properties Content-Language: en-US To: amergnat@baylibre.com, Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Chaotian Jing , Ulf Hansson , Wenbin Mei , Linus Walleij , Zhiyong Tao , =?UTF-8?Q?Bernhard_Rosenkr=c3=a4nzer?= Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, Alexandre Bailon , Fabien Parent , Amjad Ouled-Ameur References: <20230203-evk-board-support-v3-0-0003e80e0095@baylibre.com> <20230203-evk-board-support-v3-16-0003e80e0095@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230203-evk-board-support-v3-16-0003e80e0095@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Il 29/03/23 10:54, amergnat@baylibre.com ha scritto: > From: Amjad Ouled-Ameur > > MT8365 has a SYST timer (System Timer), therefore the compatible node > should be "mediatek,mt6765-timer" instead of "mediatek,mt6795-systimer" > (which corresponds to ARM/ARM64 System Timer). > > Plus, register range should be 0x100 instead of 0x10. > > Finally, interrupt polarity of systimer is LEVEL_HIGH. > > Fix the above properties accordingly. > > Signed-off-by: Amjad Ouled-Ameur > Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno