mbox series

[v2,0/2] shtc1: add support for device tree bindings

Message ID 20200705034727.1429-1-chris.ruehl@gtsys.com.hk (mailing list archive)
Headers show
Series shtc1: add support for device tree bindings | expand

Message

Chris Ruehl July 5, 2020, 3:47 a.m. UTC
Add support for DTS bindings to the shtc driver
The patches add the compatible table and of_property_read_bool to the
shtc1.c. Newly created Yaml document has been released to the
Documentation/devicetree/hwmon/sensirion,shtc1.yaml

Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
---
 Version 2
	remove the #ifdef CONFIG_OF
	ignore platform data if dev->of_node is valid
	use boolean only therefor use sensirion,low_precise to fit the logic
	add missing driver.of_match_table entry
 Version 1
	initial version