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 1C3DAC433F5 for ; Thu, 21 Apr 2022 06:56:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385434AbiDUG7Q (ORCPT ); Thu, 21 Apr 2022 02:59:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385484AbiDUG7K (ORCPT ); Thu, 21 Apr 2022 02:59:10 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A55CF15FC8; Wed, 20 Apr 2022 23:56:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 034B68106; Thu, 21 Apr 2022 06:53:14 +0000 (UTC) Date: Thu, 21 Apr 2022 09:56:03 +0300 From: Tony Lindgren To: Drew Fustini Cc: Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar , Dave Gerlach , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] soc: ti: wkup_m3_ipc: Add support for IO Isolation Message-ID: References: <20220414192722.2978837-1-dfustini@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220414192722.2978837-1-dfustini@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, * Drew Fustini [220414 19:24]: > TI AM437x SoCs support isolation of the IOs so that control is taken > from the peripheral they are connected to and overridden by values > present in the control register for that pad. This series documents a > new property 'ti,set-io-isolation' and updates the wkup_m3_ipc driver to > inform the CM3 firmware when that property is set. Care to list what hardware and board revisions you're able to test deep sleep with? Seems like my am437x-evm is too old for this where the board layout does not match the schematics for removing a resistor to enable this. Just wondering if I can still enable tests for this somehow :) Regards, Tony