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 A754DC433FE for ; Fri, 21 Oct 2022 19:13:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229494AbiJUTNP (ORCPT ); Fri, 21 Oct 2022 15:13:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiJUTNM (ORCPT ); Fri, 21 Oct 2022 15:13:12 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 989E0286C8E; Fri, 21 Oct 2022 12:13:11 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1olxS3-0008KG-LP; Fri, 21 Oct 2022 21:13:03 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Sebastian Reichel Cc: Rob Herring , Krzysztof Kozlowski , linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: Re: [PATCH 2/2] dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible Date: Fri, 21 Oct 2022 21:13:02 +0200 Message-ID: <3197889.aeNJFYEL58@diego> In-Reply-To: <20221021174721.92468-3-sebastian.reichel@collabora.com> References: <20221021174721.92468-1-sebastian.reichel@collabora.com> <20221021174721.92468-3-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Freitag, 21. Oktober 2022, 19:47:21 CEST schrieb Sebastian Reichel: > Add a new compatible for the thermal sensor device on RK3588 SoCs. > > Signed-off-by: Sebastian Reichel Reviewed-by: Heiko Stuebner