Commit 3f9cfd4f authored by Peter Robinson's avatar Peter Robinson Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Enable PinePhone Pro vibrator



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

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20240623165326.1273944-3-pbrobinson@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c1d9ced3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -181,6 +181,12 @@ vcc2v8_lcd: vcc2v8-lcd {
		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 {