[PATCH] ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
Charalampos Mitrodimas
charmitro at posteo.net
Wed Mar 4 10:25:48 PST 2026
Fabio Estevam <festevam at 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 at 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 at 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 at posteo.net>
More information about the Linux-rockchip
mailing list