arm64: dts: rockchip: Enable PinePhone Pro vibrator

The PinePhone Pro has a vibrator attached via GPIO so
lets enable it.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20240623165326.1273944-3-pbrobinson@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Peter Robinson 2024-06-23 17:53:22 +01:00 committed by Heiko Stuebner
parent c1d9ced356
commit 3f9cfd4f5e

View File

@ -181,6 +181,12 @@
gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
};
vibrator {
compatible = "gpio-vibrator";
enable-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
vcc-supply = <&vcc3v3_sys>;
};
};
&cpu_alert0 {