public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
@ 2026-03-04 16:44 Fabio Estevam
  2026-03-04 18:25 ` Charalampos Mitrodimas
  2026-03-10  9:29 ` Heiko Stuebner
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2026-03-04 16:44 UTC (permalink / raw)
  To: heiko
  Cc: robh, krzk+dt, conor+dt, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, Fabio Estevam

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;
 	};
 };
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
  2026-03-04 16:44 [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry Fabio Estevam
@ 2026-03-04 18:25 ` Charalampos Mitrodimas
  2026-03-10  9:29 ` Heiko Stuebner
  1 sibling, 0 replies; 3+ messages in thread
From: Charalampos Mitrodimas @ 2026-03-04 18:25 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: heiko, robh, krzk+dt, conor+dt, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel

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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
  2026-03-04 16:44 [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry Fabio Estevam
  2026-03-04 18:25 ` Charalampos Mitrodimas
@ 2026-03-10  9:29 ` Heiko Stuebner
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2026-03-10  9:29 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Heiko Stuebner, robh, krzk+dt, conor+dt, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel


On Wed, 04 Mar 2026 13:44:48 -0300, Fabio Estevam wrote:
> 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:
> 
> [...]

Applied, thanks!

[1/1] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
      commit: 3ca314a5643057ad30d16b18c99ceaa5474c1200

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-10  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 16:44 [PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry Fabio Estevam
2026-03-04 18:25 ` Charalampos Mitrodimas
2026-03-10  9:29 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox