]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
clk: tegra: add connection id for hda2hdmi clock
authorNaveen Kumar S <nkumars@nvidia.com>
Mon, 9 Jan 2017 07:14:10 +0000 (12:44 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 10 Jan 2017 11:55:05 +0000 (03:55 -0800)
hda2hdmi clock was inaccessible due to missing
connection id, which led to failure in finding
the clock in SOR partition.

Added connection id for hda2hdmi clock to avoid
failures when searching for this clock.

bug 200269093

Change-Id: I15fe639ec6f34c6de12ecdfaabd114d4c627d26f
Signed-off-by: Naveen Kumar S <nkumars@nvidia.com>
Reviewed-on: http://git-master/r/1281984
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Reviewed-by: Santosh Galma <galmar@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Mohan Kumar D <mkumard@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: Peter De Schrijver <pdeschrijver@nvidia.com>
drivers/clk/tegra/clk-tegra210.c

index ac45b2d4a1ef3c0ce10c69d39c2dc8afb83d3bf4..156b258336413fda08b4d436e031ae7747b75503 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2016 NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 2012-2017 NVIDIA CORPORATION.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -2611,6 +2611,7 @@ static struct tegra_devclk devclks[] __initdata = {
        { .con_id = "dmic3", .dt_id = TEGRA210_CLK_DMIC3 },
        { .con_id = "hda", .dt_id = TEGRA210_CLK_HDA },
        { .con_id = "hda2codec_2x", .dt_id = TEGRA210_CLK_HDA2CODEC_2X },
+       { .con_id = "hda2hdmi", .dt_id = TEGRA210_CLK_HDA2HDMI },
        { .con_id = "sdmmc1", .dt_id = TEGRA210_CLK_SDMMC1 },
        { .con_id = "sdmmc2", .dt_id = TEGRA210_CLK_SDMMC2 },
        { .con_id = "sdmmc3", .dt_id = TEGRA210_CLK_SDMMC3 },