diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-06-13 12:28:44 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-14 10:45:43 +0300 |
commit | 7ca3e39719aafb1b9eaf282102574f26d52acd95 (patch) | |
tree | 4dc7a5b1291fd1eb1aa403318a0392b53f9bc727 /arch/arm | |
parent | 25e6cfc81a352a5e85aa8a26972d453c4c121ad1 (diff) | |
download | linux-7ca3e39719aafb1b9eaf282102574f26d52acd95.tar.xz |
ARM: dts: omap4.dtsi: remove aes[12]_fck
"aes1_fck" and "aes2_fck" are controlled by hwmod. Drop clock
entries to avoid conflicts.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap44xx-clocks.dtsi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi index 9cb205b87835..05732ed4f50f 100644 --- a/arch/arm/boot/dts/omap44xx-clocks.dtsi +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi @@ -975,22 +975,6 @@ ti,max-div = <2>; }; - aes1_fck: aes1_fck@15a0 { - #clock-cells = <0>; - compatible = "ti,gate-clock"; - clocks = <&l3_div_ck>; - ti,bit-shift = <1>; - reg = <0x15a0>; - }; - - aes2_fck: aes2_fck@15a8 { - #clock-cells = <0>; - compatible = "ti,gate-clock"; - clocks = <&l3_div_ck>; - ti,bit-shift = <1>; - reg = <0x15a8>; - }; - dss_sys_clk: dss_sys_clk@1120 { #clock-cells = <0>; compatible = "ti,gate-clock"; |