Commit 2d05076e authored by Fabio Estevam's avatar Fabio Estevam Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry



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: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarCharalampos Mitrodimas <charmitro@posteo.net>
Link: https://patch.msgid.link/20260304164448.1024410-1-festevam@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent e1774b82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	};
};