[PATCH 1/3] ARM: dts: omap4: add missing des_fck
Sebastian Reichel
sre at kernel.org
Fri Jun 9 16:12:04 PDT 2017
Add missing functional clock for DES3DES IP core. This is
documented in the TRM as CM_L4SEC_DES3DES_CLKCTRL.
Signed-off-by: Sebastian Reichel <sre at kernel.org>
---
arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi
index 9573b37fbaa7..e997265460d4 100644
--- a/arch/arm/boot/dts/omap44xx-clocks.dtsi
+++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi
@@ -985,6 +985,14 @@
reg = <0x15a8>;
};
+ des_fck: des_fck at 15b0 {
+ #clock-cells = <0>;
+ compatible = "ti,gate-clock";
+ clocks = <&l3_div_ck>;
+ ti,bit-shift = <1>;
+ reg = <0x15b0>;
+ };
+
dss_sys_clk: dss_sys_clk at 1120 {
#clock-cells = <0>;
compatible = "ti,gate-clock";
--
2.11.0
More information about the linux-arm-kernel
mailing list