Commit 661a1021 authored by Jonathan Marek's avatar Jonathan Marek Committed by Mauro Carvalho Chehab

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: default avatarJonathan Marek <jonathan@marek.ca>
Reviewed-by: default avatarRobert Foss <robert.foss@linaro.org>
Tested-by: default avatarJulian Grahsl <jgrahsl@snap.com>
Tested-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent e54ef952
...@@ -542,7 +542,7 @@ static const struct resources csiphy_res_845[] = { ...@@ -542,7 +542,7 @@ static const struct resources csiphy_res_845[] = {
static const struct resources csid_res_845[] = { static const struct resources csid_res_845[] = {
/* CSID0 */ /* CSID0 */
{ {
.regulator = { "vdda-csi0" }, .regulator = { NULL },
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src", .clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
"soc_ahb", "vfe0", "vfe0_src", "soc_ahb", "vfe0", "vfe0_src",
"vfe0_cphy_rx", "csi0", "vfe0_cphy_rx", "csi0",
...@@ -562,7 +562,7 @@ static const struct resources csid_res_845[] = { ...@@ -562,7 +562,7 @@ static const struct resources csid_res_845[] = {
/* CSID1 */ /* CSID1 */
{ {
.regulator = { "vdda-csi1" }, .regulator = { NULL },
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src", .clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
"soc_ahb", "vfe1", "vfe1_src", "soc_ahb", "vfe1", "vfe1_src",
"vfe1_cphy_rx", "csi1", "vfe1_cphy_rx", "csi1",
...@@ -582,7 +582,7 @@ static const struct resources csid_res_845[] = { ...@@ -582,7 +582,7 @@ static const struct resources csid_res_845[] = {
/* CSID2 */ /* CSID2 */
{ {
.regulator = { "vdda-csi2" }, .regulator = { NULL },
.clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src", .clock = { "cpas_ahb", "cphy_rx_src", "slow_ahb_src",
"soc_ahb", "vfe_lite", "vfe_lite_src", "soc_ahb", "vfe_lite", "vfe_lite_src",
"vfe_lite_cphy_rx", "csi2", "vfe_lite_cphy_rx", "csi2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment