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 115D6C77B7E for ; Tue, 2 May 2023 12:47:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233771AbjEBMrD (ORCPT ); Tue, 2 May 2023 08:47:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233944AbjEBMrC (ORCPT ); Tue, 2 May 2023 08:47:02 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA0545FCE; Tue, 2 May 2023 05:46:57 -0700 (PDT) Received: from [192.168.1.90] (unknown [188.27.34.213]) (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: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id 57A6F6602121; Tue, 2 May 2023 13:46:55 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1683031616; bh=NaKJyyPWlHN9Ghox5nlaOW5ko2zxa/A4ZsnzrN3xZyM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lDD+DhBxRnivcBILM1CnoJkcAAyxRI5um7/wJsE+DYEizYRyWXO1XGQWXqxCnQbhr 347qrJFWA+WvKPc3o4f9aDjf7iFKJlWYneIR24poZX8CVSAe6FirpsKTFLACtb7p8s wii4MMzGOnFF0yzJCHk6kw9WPnkmE0X2xlIib50UbF7u41wm72+hkD1kOazU2ONwVs 4lwRZIZZIM1IJJ+t9aXAVmPqQ2h12kdoVU9026YSNNatth/+VEYb/AVeQQolpa6zbp div6AN51e14EovwgIFpZFM/gvExNcvN5eM6Rir/mmVclwSt7OCOlWbJZDN1wsiRu5j a0sI1iV0yQUMw== Message-ID: <9c8ca0e7-819a-ac6a-04be-c2dba1f61952@collabora.com> Date: Tue, 2 May 2023 15:46:53 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 2/8] dt-bindings: nvmem: rockchip-otp: Add compatible for RK3588 Content-Language: en-US To: =?UTF-8?Q?Heiko_St=c3=bcbner?= , Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Philipp Zabel , Sebastian Reichel , Shreeya Patel , Kever Yang , Finley Xiao Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com References: <20230501084401.765169-1-cristian.ciocaltea@collabora.com> <20230501084401.765169-3-cristian.ciocaltea@collabora.com> <5471965.k3LOHGUjKi@diego> From: Cristian Ciocaltea In-Reply-To: <5471965.k3LOHGUjKi@diego> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Heiko, On 5/2/23 11:42, Heiko Stübner wrote: > Hi, > > Am Montag, 1. Mai 2023, 10:43:54 CEST schrieb Cristian Ciocaltea: >> Document the OTP memory found on Rockchip RK3588 SoC. > > nit: I guess the changed clock and resets configuration for rk3588 variants > could be mentioned in the commit message. Sure, I will update the commit message if a new revision of the patch series is required. > Reviewed-by: Heiko Stuebner Thanks for reviewing! Regards, Cristian