1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-25 21:42:22 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm64/boot/dts/samsung/dc_vibrator.dtsi
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

19 lines
329 B
Plaintext

/ {
fragment@smd {
target-path = "/";
__overlay__ {
samsung_mobile_device {
dc_vibrator {
compatible = "samsung,dc_vibrator";
status = "okay";
dc_vib,motor_type = "COINDC";
#if 1
dc_vib,regulator_name = "dc_vib";
dc_vib-supply = <&mt6358_vibr_reg>;
#endif
};
};
};
};
};