summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock
diff options
context:
space:
mode:
authorOlof Johansson2016-11-18 08:28:45 +0100
committerOlof Johansson2016-11-18 08:28:45 +0100
commita4a1fb15c5377ce5a3e2e26ca0332063a366514b (patch)
tree14a6b0a84ffde891f4b073223a8321580db3997c /include/dt-bindings/clock
parentMerge tag 'samsung-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
parentARM: dts: STiHxxx-b2120: change sound card name (diff)
downloadkernel-qcow2-linux-a4a1fb15c5377ce5a3e2e26ca0332063a366514b.tar.gz
kernel-qcow2-linux-a4a1fb15c5377ce5a3e2e26ca0332063a366514b.tar.xz
kernel-qcow2-linux-a4a1fb15c5377ce5a3e2e26ca0332063a366514b.zip
Merge tag 'sti-dt-for-4.10-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into next/dt
STi dts update: Change sound card name for B2120 Enable sound card for B2260 Remove stih415-clks.h Identify critical clocks for STiH407 Fix typo in stih407-pinctrl.dtsi * tag 'sti-dt-for-4.10-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti: ARM: dts: STiHxxx-b2120: change sound card name ARM: dts: STiH410-B2260: enable sound card ARM: dts: remove stih415-clks.h ARM: dts: stih407-clocks: Identify critical clocks ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/ Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r--include/dt-bindings/clock/stih415-clks.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/dt-bindings/clock/stih415-clks.h b/include/dt-bindings/clock/stih415-clks.h
deleted file mode 100644
index d80caa68aebd..000000000000
--- a/include/dt-bindings/clock/stih415-clks.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * This header provides constants clk index STMicroelectronics
- * STiH415 SoC.
- */
-#ifndef _CLK_STIH415
-#define _CLK_STIH415
-
-/* CLOCKGEN A0 */
-#define CLK_ICN_REG 0
-#define CLK_ETH1_PHY 4
-
-/* CLOCKGEN A1 */
-#define CLK_ICN_IF_2 0
-#define CLK_GMAC0_PHY 3
-
-#endif