[U-Boot] [PATCH v2 01/22] dm: sound: exynos: Correct codec bus addresses
sjg at google.com
sjg at google.com
Fri Dec 14 15:38:58 UTC 2018
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 at chromium.org>
---
Changes in v2:
- Add fix for pit and pi also
- Fix up tabs in this commit instead of the later one
arch/arm/dts/exynos5250-snow.dts | 4 ++--
arch/arm/dts/exynos5420-peach-pit.dts | 8 ++++----
arch/arm/dts/exynos5800-peach-pi.dts | 8 ++++----
drivers/sound/max98095.c | 3 +--
4 files changed, 11 insertions(+), 12 deletions(-)
Applied to u-boot-dm/master
More information about the U-Boot
mailing list