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 CD1C6C001DB for ; Mon, 7 Aug 2023 14:43:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231655AbjHGOn1 (ORCPT ); Mon, 7 Aug 2023 10:43:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230003AbjHGOn0 (ORCPT ); Mon, 7 Aug 2023 10:43:26 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7700710F6; Mon, 7 Aug 2023 07:43:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9B208809D; Mon, 7 Aug 2023 14:43:24 +0000 (UTC) Date: Mon, 7 Aug 2023 17:43:23 +0300 From: Tony Lindgren To: Dhruva Gole Cc: Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH] dt-bindings: pinctrl: pinctrl-single: add am62x compatible Message-ID: <20230807144323.GP14799@atomide.com> References: <20230803092311.604610-1-d-gole@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803092311.604610-1-d-gole@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Dhruva Gole [230803 09:24]: > Add the am62x compatible property to add support for the new > wakeup enable and status bits positions > > Cc: Nishanth Menon > Cc: Vignesh Raghavendra > CC: Tony Lindgren > Signed-off-by: Dhruva Gole Reviewed-by: Tony Lindgren