From: Charles Keepax Date: Wed, 17 Aug 2016 15:19:30 +0000 (+0100) Subject: mfd: cs47l15: Update patch file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8eddbdee8274d143c57495eff42a228906402727;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mfd: cs47l15: Update patch file Update with the latest device tuning. Change-Id: I6dc4d55ec480f7d1faa794b4cbaf8ac88ae12007 Signed-off-by: Charles Keepax --- diff --git a/drivers/mfd/cs47l15-tables.c b/drivers/mfd/cs47l15-tables.c index b705e87dfeab..eba4c1da11ed 100644 --- a/drivers/mfd/cs47l15-tables.c +++ b/drivers/mfd/cs47l15-tables.c @@ -19,13 +19,16 @@ #include "madera.h" static const struct reg_sequence cs47l15_reva_16_patch[] = { - { 0x008C, 0x5555 }, - { 0x008C, 0xAAAA }, - { 0x0314, 0x0080 }, - { 0x04D4, 0x0028 }, - { 0x04CF, 0x0FF4 }, - { 0x008C, 0xCCCC }, - { 0x008C, 0x3333 }, + { 0x8C, 0x5555 }, + { 0x8C, 0xAAAA }, + { 0x314, 0x0081 }, + { 0x4D4, 0x0008 }, + { 0x4CF, 0x0F00 }, + { 0x4A8, 0x6020 }, + { 0x4A9, 0x6020 }, + { 0x4D7, 0x1B2B }, + { 0x8C, 0xCCCC }, + { 0x8C, 0x3333 }, }; int cs47l15_patch(struct madera *madera)