media: camss: remove vdda-csiN from sdm845 resources
This isn't used and only works because devm_regulator_get() returns a dummy regulator. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Robert Foss <robert.foss@linaro.org> Tested-by: Julian Grahsl <jgrahsl@snap.com> Tested-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
e54ef952d5
commit
661a1021e3
|
@ -542,7 +542,7 @@ static const struct resources csiphy_res_845[] = {
|
|||
static const struct resources csid_res_845[] = {
|
||||
/* CSID0 */
|
||||
{
|
||||
.regulator = { "vdda-csi0" },
|
||||
.regulator = { NULL },
|
||||
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
|
||||
"soc_ahb", "vfe0", "vfe0_src",
|
||||
"vfe0_cphy_rx", "csi0",
|
||||
|
@ -562,7 +562,7 @@ static const struct resources csid_res_845[] = {
|
|||
|
||||
/* CSID1 */
|
||||
{
|
||||
.regulator = { "vdda-csi1" },
|
||||
.regulator = { NULL },
|
||||
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
|
||||
"soc_ahb", "vfe1", "vfe1_src",
|
||||
"vfe1_cphy_rx", "csi1",
|
||||
|
@ -582,7 +582,7 @@ static const struct resources csid_res_845[] = {
|
|||
|
||||
/* CSID2 */
|
||||
{
|
||||
.regulator = { "vdda-csi2" },
|
||||
.regulator = { NULL },
|
||||
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
|
||||
"soc_ahb", "vfe_lite", "vfe_lite_src",
|
||||
"vfe_lite_cphy_rx", "csi2",
|
||||
|
|
Loading…
Reference in New Issue