All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charalampos Mitrodimas <charmitro@posteo.net>
To: Fabio Estevam <festevam@gmail.com>
Cc: heiko@sntech.de,  robh@kernel.org,  krzk+dt@kernel.org,
	conor+dt@kernel.org,  devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
Date: Wed, 04 Mar 2026 18:25:48 +0000	[thread overview]
Message-ID: <87a4wnmoye.fsf@posteo.net> (raw)
In-Reply-To: <20260304164448.1024410-1-festevam@gmail.com>

Fabio Estevam <festevam@gmail.com> writes:

> According to hid-over-i2c.yaml, the correct name for the 3.3V supply
> is 'vdd-supply'.
>
> Fix it accordingly.
>
> This fixes the following dt-schema warning:
>
> 'vcc-supply' does not match any of the regexes: '^pinctrl-[0-9]+$'
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts b/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> index 6894763979f0..0bf03b1ff2ab 100644
> --- a/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> +++ b/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> @@ -488,7 +488,7 @@ trackpad@2c {
>  		interrupts = <RK_PA3 IRQ_TYPE_EDGE_FALLING>;
>  		reg = <0x2c>;
>  		hid-descr-addr = <0x0020>;
> -		vcc-supply = <&vcc33_io>;
> +		vdd-supply = <&vcc33_io>;
>  		wakeup-source;
>  	};
>  };

Reviewed-by: Charalampos Mitrodimas <charmitro@posteo.net>


WARNING: multiple messages have this Message-ID (diff)
From: Charalampos Mitrodimas <charmitro@posteo.net>
To: Fabio Estevam <festevam@gmail.com>
Cc: heiko@sntech.de,  robh@kernel.org,  krzk+dt@kernel.org,
	conor+dt@kernel.org,  devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
Date: Wed, 04 Mar 2026 18:25:48 +0000	[thread overview]
Message-ID: <87a4wnmoye.fsf@posteo.net> (raw)
In-Reply-To: <20260304164448.1024410-1-festevam@gmail.com>

Fabio Estevam <festevam@gmail.com> writes:

> According to hid-over-i2c.yaml, the correct name for the 3.3V supply
> is 'vdd-supply'.
>
> Fix it accordingly.
>
> This fixes the following dt-schema warning:
>
> 'vcc-supply' does not match any of the regexes: '^pinctrl-[0-9]+$'
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts b/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> index 6894763979f0..0bf03b1ff2ab 100644
> --- a/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> +++ b/arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts
> @@ -488,7 +488,7 @@ trackpad@2c {
>  		interrupts = <RK_PA3 IRQ_TYPE_EDGE_FALLING>;
>  		reg = <0x2c>;
>  		hid-descr-addr = <0x0020>;
> -		vcc-supply = <&vcc33_io>;
> +		vdd-supply = <&vcc33_io>;
>  		wakeup-source;
>  	};
>  };

Reviewed-by: Charalampos Mitrodimas <charmitro@posteo.net>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2026-03-04 18:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 16:44 [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry Fabio Estevam
2026-03-04 16:44 ` Fabio Estevam
2026-03-04 18:25 ` Charalampos Mitrodimas [this message]
2026-03-04 18:25   ` Charalampos Mitrodimas
2026-03-10  9:29 ` Heiko Stuebner
2026-03-10  9:29   ` Heiko Stuebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a4wnmoye.fsf@posteo.net \
    --to=charmitro@posteo.net \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.