commit | 4f515fb627b452c40cd60700fb95574bcd32da58 | [log] [tgz] |
---|---|---|
author | Dirk Eibach <dirk.eibach@gdsys.cc> | Thu Oct 29 13:51:27 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 18:04:12 2015 -0500 |
tree | f193191fbaee4702c134d1c8a7a0567e14e0bf5e | |
parent | e2493dd4a4b8a4666ba849d9f0d84a0f3a3e82ae [diff] |
i2c: Fix pca953x endianess issue By reading 2 consecutive bytes from i2c to an u16 value we have an endianess issue. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>