commit | 15a94bebf0d2ecdbeae97b7f388b24e3b1919e5d | [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 | f2222366d6eb304da398156dbecee3eee7b6c2c5 [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>