From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177132.yeah.net (mail-177132.yeah.net [123.58.177.132]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5C3722AD19; Tue, 6 Feb 2024 08:26:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.132 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707207968; cv=none; b=PDvq7JJiFQF5iq5YsDc4zhY610rcZIbg7aeWJzV0NR2kpvxOYIzViLH3msUNu4CTHAH2dbYTb7Y8xCNInBzD1GKpqXS8Tv7iIXm+K6JpbyNa7L4ckUDyLNSQLH3Euu+PMNpVw2WPcTY5H0Z9zQej9wle/12nIz05+DgthGxhkQk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707207968; c=relaxed/simple; bh=t2yAKJurDDjfKO/vW3wSmRuW40exRI8aIXUdYqj/Qbs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fpOjI7cbBhnZBi1REAmApR7EG3FUwkYjjzAqx+g6gwqhOj6bWCgWA3LiFTETg/NdC7/D1UVeuhKkZXqUaV/IgvyVf2PpZBznOBjWES2tnpdX6f0QWFB+wO9+Oj6/SA17Dbv1k425ZJica8HbECPSBV13AzTY04tQ7nF/SrTaty0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=AAULVMV+; arc=none smtp.client-ip=123.58.177.132 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="AAULVMV+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=D+dpyHzkxQAg52iRrnWaJV0X6pa+2auyDsk3A0BdquY=; b=AAULVMV+MICK1NxhCyh7A5PJpnCV3zfU3AAeoC/MWQxveM7mKH1ZvIwKknIFai bgYxE4uJWEDXt9YX41RkJAAFIGUUvxhxM8rLN3IQoT5Vsj9cP5Rd5WJj7zatlVop S3cggOMA62ozRomCYOa7K1X9vImhh/+RTihLW+PP/4Nyc= Received: from dragon (unknown [183.213.196.254]) by smtp2 (Coremail) with SMTP id C1UQrAAH74jf7MFlzVcAAw--.44150S3; Tue, 06 Feb 2024 16:25:05 +0800 (CST) Date: Tue, 6 Feb 2024 16:25:03 +0800 From: Shawn Guo To: Christoph Niedermaier Cc: linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Marek Vasut , Fabio Estevam , NXP Linux Team , kernel@dh-electronics.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx6ull-dhcom: Remove /omit-if-no-ref/ from node usdhc1-pwrseq Message-ID: References: <20240125124621.16011-1-cniedermaier@dh-electronics.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240125124621.16011-1-cniedermaier@dh-electronics.com> X-CM-TRANSID:C1UQrAAH74jf7MFlzVcAAw--.44150S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU4Xo2UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDgF8ZVszYTDk5AAAsv On Thu, Jan 25, 2024 at 01:46:21PM +0100, Christoph Niedermaier wrote: > Remove /omit-if-no-ref/ from node usdhc1-pwrseq, because if the compile > flag -@ (include symbols) is used the node will always be there. In this > case, GPIO H is not released and therefore cannot be used. Therefore, > remove this node manually from the corresponding devicetree file and > don't rely on /omit-if-no-ref/. > > Signed-off-by: Christoph Niedermaier Applied, thanks!