Skip to content

Commit 2d05076

Browse files
fabioestevammmind
authored andcommitted
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: 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>
1 parent e1774b8 commit 2d05076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
interrupts = <RK_PA3 IRQ_TYPE_EDGE_FALLING>;
489489
reg = <0x2c>;
490490
hid-descr-addr = <0x0020>;
491-
vcc-supply = <&vcc33_io>;
491+
vdd-supply = <&vcc33_io>;
492492
wakeup-source;
493493
};
494494
};

0 commit comments

Comments
 (0)