commit | ed610400bcb74338d25e4b29f948709efe12f3a3 | [log] [tgz] |
---|---|---|
author | Nikos Agianniotis <na@neq.dk> | Tue Dec 05 22:21:44 2023 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Dec 07 10:42:03 2023 +0000 |
tree | fdc98947b689e3499052f1274734db06b33f3318 | |
parent | a3e5af95de0469f17488892daa966c5b06db78bc [diff] |
drivers: sensor: mcp9600: fix wrong register address The address of most of the registers defined in the driver are wrong. This fixes it, following the correct numbering as can be found in the device's datasheet. Moreover, re-grouping of the macros according to their functionality. Signed-off-by: Nikos Agianniotis <na@neq.dk>