Skip to content
Snippets Groups Projects
Commit d3b018f7 authored by Carlos Menin's avatar Carlos Menin Committed by Guenter Roeck
Browse files

dt-bindings: hwmon: (adc128d818) Specify ti,mode property size


By default, cells in DT are 32-bit in size. The driver reads "ti,mode"
using the function of_property_read_u8() which causes the value to be
read incorrectly in little-endian architectures if the size is not
specified.

Make it explicit in the binding documentation that this prorperty must
be set as a 8-bit value.

Signed-off-by: default avatarCarlos Menin <menin@carlosaurelio.net>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 5fd43ddb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment