dm: sound: exynos: Correct codec bus addresses
authorSimon Glass <sjg@chromium.org>
Mon, 10 Dec 2018 17:37:30 +0000 (10:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commit51b06dc40bce0768c77a23fcfc4a5ed5537aa2bd
treeef71ff5748f7829e6e0b852d9ea9fd5dd96e4b4e
parenta1efd49ee269e0eeb9af12d52031853d08928810
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>
arch/arm/dts/exynos5250-snow.dts
arch/arm/dts/exynos5420-peach-pit.dts
arch/arm/dts/exynos5800-peach-pi.dts
drivers/sound/max98095.c