]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
authorFabio Estevam <festevam@gmail.com>
Wed, 4 Mar 2026 16:44:48 +0000 (13:44 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:26 +0000 (22:17 +0100)
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>
Reviewed-by: Charalampos Mitrodimas <charmitro@posteo.net>
Link: https://patch.msgid.link/20260304164448.1024410-1-festevam@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts

index 6894763979f035bc827404a04ca0a089a3e92a80..0bf03b1ff2abae7dd9add67fa2051a54a0e76c61 100644 (file)
                interrupts = <RK_PA3 IRQ_TYPE_EDGE_FALLING>;
                reg = <0x2c>;
                hid-descr-addr = <0x0020>;
-               vcc-supply = <&vcc33_io>;
+               vdd-supply = <&vcc33_io>;
                wakeup-source;
        };
 };