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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0747FC2B9F4 for ; Sat, 19 Jun 2021 14:42:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D94B1611B0 for ; Sat, 19 Jun 2021 14:42:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234275AbhFSOoc (ORCPT ); Sat, 19 Jun 2021 10:44:32 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:56110 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233240AbhFSOob (ORCPT ); Sat, 19 Jun 2021 10:44:31 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id EA0FD1F43FFD Message-ID: <4c178505a73b47d08c17915aa43b5f4239a8c30c.camel@collabora.com> Subject: Re: [PATCH v2 3/4] dt-bindings: rockchip-thermal: Support the RK3568 SoC compatible From: Ezequiel Garcia To: Daniel Lezcano Cc: Rob Herring , devicetree@vger.kernel.org, kernel@collabora.com, linux-pm@vger.kernel.org, Zhang Rui , Kever Yang , Heiko Stuebner , Finley Xiao , linux-rockchip@lists.infradead.org Date: Sat, 19 Jun 2021 11:42:09 -0300 In-Reply-To: <196b01a730d236a6eda99b42f18939692bc7ffcc.camel@collabora.com> References: <20210506175514.168365-1-ezequiel@collabora.com> <20210506175514.168365-4-ezequiel@collabora.com> <20210506214452.GA853809@robh.at.kernel.org> <196b01a730d236a6eda99b42f18939692bc7ffcc.camel@collabora.com> Organization: Collabora Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.2-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Sat, 2021-06-19 at 11:40 -0300, Ezequiel Garcia wrote: > Hi Daniel, > > On Thu, 2021-05-06 at 16:44 -0500, Rob Herring wrote: > > On Thu, 06 May 2021 14:55:13 -0300, Ezequiel Garcia wrote: > > > Add a new compatible for the thermal sensor device on RK3568 SoCs. > > > > > > Signed-off-by: Ezequiel Garcia > > > --- > > >  Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 + > > >  1 file changed, 1 insertion(+) > > > > > > > Acked-by: Rob Herring >          > Gentle ping for 3/4 and 4/4 in this series. > Actually, it's patches 2/4, 3/4 and 4/4. Thanks! Ezequiel