aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-10-09 10:03:19 -0400
committerPaul Walmsley <paul@pwsan.com>2014-11-19 18:42:00 -0500
commite01600e3125be3caf5635d90bb182864f3b2d9b3 (patch)
tree54edd3d638174eaf2c092fb6b10aa2afbf5e29b6
parent2cc84f46de7118d4a5a5b7ed1dced40c2247083d (diff)
ARM: dts: omap4.dtsi: remove dss_fck
"dss_fck" is a hacky clock, used to work around problems with MODULEMODE bit handling in DSS hwmods. These problems have now been solved, so we can remove the dss_fck clock. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit.taneja@gmail.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
-rw-r--r--arch/arm/boot/dts/omap44xx-clocks.dtsi8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi
index c821ff5e9b8d..f2c48f09824e 100644
--- a/arch/arm/boot/dts/omap44xx-clocks.dtsi
+++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi
@@ -1018,14 +1018,6 @@
1018 reg = <0x1120>; 1018 reg = <0x1120>;
1019 }; 1019 };
1020 1020
1021 dss_fck: dss_fck {
1022 #clock-cells = <0>;
1023 compatible = "ti,gate-clock";
1024 clocks = <&l3_div_ck>;
1025 ti,bit-shift = <1>;
1026 reg = <0x1120>;
1027 };
1028
1029 fdif_fck: fdif_fck { 1021 fdif_fck: fdif_fck {
1030 #clock-cells = <0>; 1022 #clock-cells = <0>;
1031 compatible = "ti,divider-clock"; 1023 compatible = "ti,divider-clock";