mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-25 21:42:22 +00:00
19 lines
329 B
Plaintext
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
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|