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 6EE8FE9371D for ; Sat, 7 Oct 2023 06:53:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343590AbjJGGxd (ORCPT ); Sat, 7 Oct 2023 02:53:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343577AbjJGGxd (ORCPT ); Sat, 7 Oct 2023 02:53:33 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4E4F0B9; Fri, 6 Oct 2023 23:53:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B98F8809E; Sat, 7 Oct 2023 06:53:31 +0000 (UTC) Date: Sat, 7 Oct 2023 09:53:30 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: dmitry.torokhov@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, lee@kernel.org, bcousson@baylibre.com, mturquette@baylibre.com, sboyd@kernel.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v4 5/5] ARM: dts: omap4-embt2ws: enable 32K clock on WLAN Message-ID: <20231007065330.GP34982@atomide.com> References: <20230916100515.1650336-1-andreas@kemnade.info> <20230916100515.1650336-6-andreas@kemnade.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230916100515.1650336-6-andreas@kemnade.info> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org * Andreas Kemnade [230916 13:05]: > WLAN did only work if clock was left enabled by the original system, > so make it fully enable the needed resources itself. Seems applying this dts change before the clock patch is applied would break wlan so please let me know when this is safe to apply. Regards, Tony