commit | 51b06dc40bce0768c77a23fcfc4a5ed5537aa2bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 10 10:37:30 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | ef71ff5748f7829e6e0b852d9ea9fd5dd96e4b4e | |
parent | a1efd49ee269e0eeb9af12d52031853d08928810 [diff] |
dm: sound: exynos: Correct codec bus addresses For snow the codec is at address 0x11 on the i2c bus, in 7-bit format. The device tree and code are in 8-bit format (i.e. shifted left one bit). Fix both. Fix pit in a similar way. Signed-off-by: Simon Glass <sjg@chromium.org>