From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753471AbdJMDLs (ORCPT ); Thu, 12 Oct 2017 23:11:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:38922 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753191AbdJMDLr (ORCPT ); Thu, 12 Oct 2017 23:11:47 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 094B921903 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Fri, 13 Oct 2017 11:11:31 +0800 From: Shawn Guo To: Tim Harvey Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx: ventana: remove container node from iomuxc nodes Message-ID: <20171013031129.GB8833@dragon> References: <1505765461-12977-1-git-send-email-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505765461-12977-1-git-send-email-tharvey@gateworks.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 18, 2017 at 01:11:01PM -0700, Tim Harvey wrote: > The container node in the iomuxc node is no longer necessary and causes > pinctl errors on the Ventana boards with analog video capture > since aa12693e4156adafdef80a8bd134123a6419621b: > > pinctrl core: initialized pinctrl subsystem > imx6q-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/adv7180grp > imx6q-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/ipu2_csi1grp > imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver > imx6q-pinctrl 20e0000.iomuxc: function 'iomuxc' not supported > imx6q-pinctrl 20e0000.iomuxc: invalid function iomuxc in map table > imx6q-pinctrl 20e0000.iomuxc: function 'iomuxc' not supported > imx6q-pinctrl 20e0000.iomuxc: invalid function iomuxc in map table > > Signed-off-by: Tim Harvey Applied, thanks.