ARM: dts: msm: Remove clocks listed under the UFS GDSC node

The UFS driver does not need the GDSC driver to set the core
and peripheral memory retention bits for certain UFS clocks
on it's behalf. Remove doing so.

CRs-Fixed: 1052994
Change-Id: I845eb2014056203d203ee6be66de0cc161c2dedb
Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
This commit is contained in:
Deepak Katragadda 2016-08-10 13:04:35 -07:00
parent 9d822a9489
commit 6bdd0c9ddd

View file

@ -2841,10 +2841,6 @@
}; };
&gdsc_ufs { &gdsc_ufs {
clock-names = "bus_clk", "ice_clk", "unipro_clk";
clocks = <&clock_gcc clk_gcc_ufs_axi_clk>,
<&clock_gcc clk_gcc_ufs_ice_core_clk>,
<&clock_gcc clk_gcc_ufs_unipro_core_clk>;
status = "ok"; status = "ok";
}; };