From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.17]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 300A014F9F8 for ; Fri, 1 Nov 2024 10:08:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730455727; cv=none; b=aAGhs0hdnNSOL8mNHYcF3DUDyefGmXHNC4nD0x7P1rscurjSdpqwjj1mD9h2vIyPWsgl77LAV/AnFIrtAcZbahA33W+iJ+Bas4qlQkewILTgNeOX2rqxfekwwwCN3IrSVwp1sePfxnXUKqMNcmS4IcDoxj2DQXZMD5ce0uvuw2o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730455727; c=relaxed/simple; bh=nW/mQxNwm264CJ22U0gw45sBe2y1ZlHGFdDBwkSx2MY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OhKlp9fQXZffNg1xt2OmeSPKN3I/3ATgIy9lxOjmN3FstMnR+I59N4i092eX/RRwlTZmUq0f6coJWWqVwM4NKUFw3NGHCDhybsMsLRmEGdNSH90JuSZmVcL6E70ZmU0teVh2Sbd7DRE9UwXVd9KVI74NqmqMoDmTq8nVuSBPCyI= 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=bIaQQQXx; arc=none smtp.client-ip=220.197.32.17 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="bIaQQQXx" 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=/jeTvbrAuhoLK4d33DI8+BzUn2SEMto7euH+TT/645M=; b=bIaQQQXxWzhuVJceZQ4+XJQM/VRQVYlKCMVZV9A7Yuf1HaKlyHKhoCkuCj5Kst niPBM3jCNyEw4aY1dV9dgEV12vomRW0rJIvB6Zh49Xj+dl1hemUu3WBMNiIZiEwX 5LQnG6ZrYMGZVRCKakhpT022ijMwbfT/80YTXlJjanua8= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgAXqg5_qCRnRkpkAQ--.13732S3; Fri, 01 Nov 2024 18:08:01 +0800 (CST) Date: Fri, 1 Nov 2024 18:07:59 +0800 From: Shawn Guo To: Frank Li Cc: frieder.schrempf@kontron.de, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list Subject: Re: [PATCH 1/1] arm64: dts: imx8mp-kontron-dl: change touchscreen power-supply to AVDD28-supply Message-ID: References: <20241023152637.1301847-1-Frank.Li@nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241023152637.1301847-1-Frank.Li@nxp.com> X-CM-TRANSID:Mc8vCgAXqg5_qCRnRkpkAQ--.13732S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU4ApeUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCwCKZWckj-1HagAAs4 On Wed, Oct 23, 2024 at 11:26:36AM -0400, Frank Li wrote: > Update the touchscreen power-supply from 'power-supply' to 'AVDD28-supply' and > 'VDDIO-supply' as per the binding documentation in goodix.yaml. > > Fix below warning: > arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtb: touchscreen@5d: > 'power-supply' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml > > Signed-off-by: Frank Li Applied, thanks!