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 C0200C433FE for ; Sun, 23 Oct 2022 13:08:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230116AbiJWNIm (ORCPT ); Sun, 23 Oct 2022 09:08:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbiJWNIk (ORCPT ); Sun, 23 Oct 2022 09:08:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33C46719B9; Sun, 23 Oct 2022 06:08:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A966960E00; Sun, 23 Oct 2022 13:08:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4183DC433D6; Sun, 23 Oct 2022 13:08:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666530519; bh=ouu7Bk62SDEuFF7cRLC97PYcQZcdaHWbLN9NGBfp7Ds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e1ZlGBZUrJfgUNh09H8TVgjfWRkL6smg0m6h3qScNQ77/QtI8oLpt0F+QjC8Rb7Hk YKnGCCSviVHf4rBeTWVVqjCcpZoqZvVDxuEmPvZ3eXwTg+A20M6l8UYe3R36Rd5MR4 OfVV6RcBB6XYN/+Z/AqSwEy0RIQ3jnU7FP7UTxpYyDvD1SYaNjvL0xPGUhw9l5AIEz naAqFsXnQEBfojWe/lhdTRBcBUKEPv7uNbxUm49uJSysU762uKK+dSH3LSadAzYbCz 0juPCtoHDMOuwpBeyHGBLuoU5I2GB3kf5DhiEwHN2+U864oGo8CoRnq7W7mo/au2kB X+OfX+QIhL0mQ== Date: Sun, 23 Oct 2022 21:08:31 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Max Krummenacher , Marcel Ziswiler , Fabio Estevam , Krzysztof Kozlowski , Laurent Pinchart , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/8] arm64: dts: verdin-imx8mp: fix ctrl_sleep_moci Message-ID: <20221023130831.GI125525@dragon> References: <20220922162925.2368577-1-marcel@ziswiler.com> <20220922162925.2368577-2-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922162925.2368577-2-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Sep 22, 2022 at 06:29:18PM +0200, Marcel Ziswiler wrote: > From: Max Krummenacher > > The GPIO signaling ctrl_sleep_moci is currently handled as a gpio hog. > But the gpio-hog node is made a child of the wrong gpio controller. > Move it to the node representing gpio4 so that it actually works. > > Without this carrier board components jumpered to use the signal are > unconditionally switched off. > > Fixes: 1d8df9c74bff ("arm64: dts: freescale: add initial support for verdin imx8m plus") > Signed-off-by: Max Krummenacher > Signed-off-by: Marcel Ziswiler Applied, thanks!