diff options
author | Carlos Menin <menin@carlosaurelio.net> | 2019-03-13 11:11:26 -0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-03-29 09:52:00 -0700 |
commit | d3b018f757560ab5c2bce0e7f46e0c1510d7afd4 (patch) | |
tree | d15750db9c91d770eb4849d062f7acb9bf8ff0e8 /scripts | |
parent | 5fd43ddbec7623441239d247155a30b69e51bea1 (diff) | |
download | linux-d3b018f757560ab5c2bce0e7f46e0c1510d7afd4.tar.bz2 |
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: Carlos Menin <menin@carlosaurelio.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions