diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-10-21 15:59:52 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-11-10 09:52:47 +0100 |
commit | 226226994c88dc81731c24b8263307d72ec08082 (patch) | |
tree | 0da301c3992fed724cefe9c48c441ee51185fd26 /include/dt-bindings | |
parent | e614a121c43446f15e603c4a177031b48338cc77 (diff) | |
download | op-kernel-dev-226226994c88dc81731c24b8263307d72ec08082.zip op-kernel-dev-226226994c88dc81731c24b8263307d72ec08082.tar.gz |
ARM: dts: remove stih415-clks.h
Since v4.8, STiH415/416 clock support has
been removed [1], these platform doesn't boot.
We can remove DTS files related to these socs.
[1] https://patchwork.kernel.org/patch/9157571/
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/stih415-clks.h | 16 |
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 d80caa6..0000000 --- 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 |