Re: [U-Boot] [PATCH v2 01/22] dm: sound: exynos: Correct codec bus addresses

2018-12-14 Thread sjg
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 --- Changes in v2: - Add fix for pit and pi also - Fix up tabs in this commit instead of

[U-Boot] [PATCH v2 01/22] dm: sound: exynos: Correct codec bus addresses

2018-12-10 Thread Simon Glass
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 --- Changes in v2: - Add fix for pit and pi also - Fix up tabs in this commit instead of