From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6897E271479; Fri, 27 Jun 2025 21:22:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751059373; cv=none; b=ZfsrTWmDAG4RF6CuKxoxWcS2EQgnSeWS02opIyYMQShhBgqo5Es75ext2BpH1OdG1zeuMgpK86eY6EHLCnxyXSwKbYNZ+iZZyjL5XPw1fl+Rm8X8YSqPf77t7kHd1gA5Dtd+QthfQqmYIpxpOAsqKg0O7RB+6f06cQ+bBEe8oAw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751059373; c=relaxed/simple; bh=dKyxY/bPjE3fZt8bSWNegDuc+jZKxTxZmy1Wiiwm/TE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=e6cYy0fR6+wkj1iVhaN1xqAWTmgfg0HDZE1lVjJp3GhltYmC3+Og/KWQPy0k25m/qYaFuRdMshZkEglDR+vVMTdzeR7woHMYxeSqwKX4FZxHWA93bzkXjBkvMNTafa89uyBFCRFMdPLf/ZJkQ2X+e8MfvyQUbgfVuZIoZm8KEuE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jvrNs1FS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jvrNs1FS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0189C4CEE3; Fri, 27 Jun 2025 21:22:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751059373; bh=dKyxY/bPjE3fZt8bSWNegDuc+jZKxTxZmy1Wiiwm/TE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jvrNs1FSoHgcTi1oM2A35k2hTcOFuUXZERNsEOILi3zQ/qDyZ+BRxqyPoBLRXq0hh Bb3sqzGHEDPkbS7LYG7VZLtnmwZqMPR+zTBfk3mMvKAzpfI6YtJeSuThUSVUhOm/2u 5vEvnhCRSivsdt9/bJkKCAYWWJwVXmhUV7rs/eGXHaTg0j73SVPGMICz19cXE7GXi3 moGAgD1P7Gi3uKP5wzsgXV9YVp87G1b0eo/x25VrroxeadQ3YHPTjwF75S26kp84pG 2zh0KgZzNW2okXRc5jG4H/x/KNINz0vtuOjdCluV/CVrMYoJdULalOowMNh79pkety 6oI1zRv8I2CMg== Date: Fri, 27 Jun 2025 16:22:52 -0500 From: "Rob Herring (Arm)" To: Max Shevchenko Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Jiri Slaby , linux-watchdog@vger.kernel.org, Krzysztof Kozlowski , Russell King , linux-serial@vger.kernel.org, Sean Wang , Guenter Roeck , Matthias Brugger , Daniel Lezcano , Wim Van Sebroeck , devicetree@vger.kernel.org, Thomas Gleixner , Conor Dooley , AngeloGioacchino Del Regno , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 03/11] dt-bindings: timer: mediatek: add MT6572 Message-ID: <175105937161.165965.1627946015902524006.robh@kernel.org> References: <20250626-mt6572-v2-0-f7f842196986@proton.me> <20250626-mt6572-v2-3-f7f842196986@proton.me> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250626-mt6572-v2-3-f7f842196986@proton.me> On Thu, 26 Jun 2025 11:53:56 +0300, Max Shevchenko wrote: > Add a compatible string for timer on the MT6572 SoC. > > Reviewed-by: AngeloGioacchino Del Regno > Signed-off-by: Max Shevchenko > --- > Documentation/devicetree/bindings/timer/mediatek,timer.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)