mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply
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: ee2a621160 ("arm64: dts: qcom: sc7280: Add device tree for herobrine villager")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230312183622.460488-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
0d8d77228a
commit
de88b1759b
|
|
@ -33,7 +33,7 @@ trackpad: trackpad@2c {
|
|||
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
hid-descr-addr = <0x20>;
|
||||
vcc-supply = <&pp3300_z1>;
|
||||
vdd-supply = <&pp3300_z1>;
|
||||
|
||||
wakeup-source;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user