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 42220C433EF for ; Fri, 8 Jul 2022 08:16:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237239AbiGHIQC (ORCPT ); Fri, 8 Jul 2022 04:16:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237157AbiGHIQC (ORCPT ); Fri, 8 Jul 2022 04:16:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EFBD7392C; Fri, 8 Jul 2022 01:16:01 -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 C1EBE62462; Fri, 8 Jul 2022 08:16:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB080C341C0; Fri, 8 Jul 2022 08:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657268160; bh=JEz9DFkfYpjH2VbktvdAda0D97Ly8+Ea+npuRhSdmdw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K4+vhU1a37n2zp6a4oK8p0GF9WbyzpbefqfCg/ZXbt+d82EIlBUdhm3UH2X2ywIlT g9FvuwWiJ4vp6mFmGW4xM8F+u0h5QrJvWD38IgANR7WB+hCMaJqOe6n6zHp/dWKVT/ DRKeckJEpT4aQ4KqgTl0K34P7Xw8ATTA9eFyQYmBmRtW0thxgw+k4DAUXN+oJ/8cHN 5KIZctdxgcji5XOaSJiGQdOI3mtCbaey2Vi5Tk6hRt3SkCHQiOJ/5LsIDhhga45i4g HBjFhbr0I5uDCeE9gXaziJRGdmw6XSbfLi/s/tNxyUsGwwJZMkrXoTTE/l81cmHHwU 4ZrZKLICpOViw== Date: Fri, 8 Jul 2022 16:15:53 +0800 From: Shawn Guo To: Max Krummenacher Cc: max.krummenacher@toradex.com, Denys Drozdov , Fabio Estevam , Krzysztof Kozlowski , Marcel Ziswiler , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: colibri-imx6ull: fix snvs pinmux group Message-ID: <20220708081553.GT819983@dragon> References: <20220705085825.21255-1-max.oss.09@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220705085825.21255-1-max.oss.09@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 05, 2022 at 10:58:24AM +0200, Max Krummenacher wrote: > From: Max Krummenacher > > A pin controlled by the iomuxc-snvs pin controller must be > specified under the dtb's iomuxc-snvs node. > > Move the one and only pin of that category from the iomuxc node > and set the pinctrl-0 using it accordingly. > > Fixes: 2aa9d6201949 ("ARM: dts: imx6ull-colibri: add touchscreen device nodes") > Signed-off-by: Max Krummenacher Applied, thanks!