mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
ARM: dts: s5pv210: fix pinctrl property of "vibrator-en" regulator in Aries
Fix typo in pinctrl property of "vibrator-en" fixed regulator in Aries
family of boards. The error caused lack of pin configuration for the
GPIO used in vibrator.
Fixes: 04568cb58a
("ARM: dts: s5pv210: Disable pull for vibrator enable GPIO on Aries boards")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200907161141.31034-5-krzk@kernel.org
This commit is contained in:
parent
ad1edcdf47
commit
2c6658c607
@ -59,7 +59,7 @@
|
||||
gpio = <&gpj1 1 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctr-0 = <&vibrator_ena>;
|
||||
pinctrl-0 = <&vibrator_ena>;
|
||||
};
|
||||
|
||||
touchkey_vdd: regulator-fixed-1 {
|
||||
|
Loading…
Reference in New Issue
Block a user