[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAFRkauDdY9nkB652-xV=X3Fagc_ikZw1p4mno=rQVXxTOYe0pQ@mail.gmail.com>
Date: Sat, 23 Mar 2019 21:17:45 +0800
From: Axel Lin <axel.lin@...ics.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Pierre-Hugues Husson <phh@....me>, Stefan Agner <stefan@...er.ch>,
Beniamino Galvani <b.galvani@...il.com>,
Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>
Subject: regulator: Question about RC5T619 LDO9/10 .enable_reg and
.enable_mask setting
Hi,
In drivers/regulator/rn5t618-regulator.c:
The RC5T619 LDO9 and LDO10 have the same .enable_reg and .enable_mask setting:
static const struct regulator_desc rc5t619_regulators[] = {
...
REG(LDO9, LDOEN2, BIT(0), LDO9DAC, 0x7f, 900000, 3500000, 25000),
REG(LDO10, LDOEN2, BIT(0), LDO10DAC, 0x7f, 900000, 3500000, 25000),
...
};
This seems suspicious and looks like a copy-paste mistake.
I don't find public datasheet for rc5t619.
Maybe someone can help to check if it's correct or not.
Thanks,
Axel
Powered by blists - more mailing lists