From 1fdc1fa5cc37dbd9ae65f7138137c50d2d4f203e Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Thu, 9 Aug 2018 19:38:31 +0800 Subject: [PATCH] Revert "hw_demux: add xtal config for tuner [2/3]" This reverts commit fc1f54405421230a43f5f472bb79de4b64dae480. Change-Id: I15d10a6ca42ceeb249a10b0bb55c0f7febce4ab4 --- .../media_modules/stream_input/parser/hw_demux/aml_dvb.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dvb.c b/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dvb.c index 337c5dbe56c8..e6cddb39ad0e 100644 --- a/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dvb.c +++ b/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dvb.c @@ -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");