Revert "hw_demux: add xtal config for tuner [2/3]"

This reverts commit fc1f54405421230a43f5f472bb79de4b64dae480.

Change-Id: I15d10a6ca42ceeb249a10b0bb55c0f7febce4ab4
This commit is contained in:
Tellen Yu
2018-08-09 19:38:31 +08:00
committed by Dongjin Kim
parent ec67375d53
commit 1fdc1fa5cc

View File

@@ -1960,12 +1960,6 @@ static int aml_dvb_probe(struct platform_device *pdev)
else
cfg.xtal = value;
ret = of_property_read_u32(node_tuner, "tuner_xtal_mode", &value);
if (ret)
pr_err("tuner_xtal_mode error.\n");
else
cfg.xtal_mode = value;
ret = of_property_read_u32(node_tuner, "tuner_xtal_cap", &value);
if (ret)
pr_err("tuner_xtal_cap error.\n");