Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4b972a01a7da614b4796475f933094751a295a2f authored by Linus Torvalds on 22 June 2019, 23:01:36 UTC
Linux 5.2-rc6
Tip revision: 4b972a0
ti,drv2667.txt
* Texas Instruments - drv2667 Haptics driver

Required properties:
	- compatible - "ti,drv2667" - DRV2667
	- reg -  I2C slave address
	- vbat-supply - Required supply regulator

Example:

haptics: haptics@59 {
	compatible = "ti,drv2667";
	reg = <0x59>;
	vbat-supply = <&vbat>;
};

For more product information please see the link below:
http://www.ti.com/product/drv2667
back to top