Hi, On Sun, Mar 12, 2023 at 11:36 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > The hid-over-i2c takes VDD, not VCC supply. Fix copy-pasta from other > Herobrine boards which use elan,ekth3000 with valid VCC: > > sc7280-herobrine-villager-r1-lte.dtb: trackpad@2c: 'vcc-supply' does not match any of the regexes: 'pinctrl-[0-9]+' > > Fixes: ee2a62116015 ("arm64: dts: qcom: sc7280: Add device tree for herobrine villager") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Luckily it didn't matter since this regulator is always on, but good to have things described properly. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>