diff options
author | Keerthy <j-keerthy@ti.com> | 2015-06-18 13:31:12 +0530 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-07-31 12:13:18 +0300 |
commit | 93c03a2c36d2bc70d42acdeef12d0ac156ffecda (patch) | |
tree | 834d8e7b05ef5669fc0a89f6ac6a681c28c71ac5 /arch/arm/boot/dts/am43xx-clocks.dtsi | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | op-kernel-dev-93c03a2c36d2bc70d42acdeef12d0ac156ffecda.zip op-kernel-dev-93c03a2c36d2bc70d42acdeef12d0ac156ffecda.tar.gz |
ARM: dts: AM437X: add dpll_clksel_mac_clk node
The patch adds the missing dpll_clksel_mac_clk clock node.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/am43xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am43xx-clocks.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index d0c0dfa..cc88728 100644 --- a/arch/arm/boot/dts/am43xx-clocks.dtsi +++ b/arch/arm/boot/dts/am43xx-clocks.dtsi @@ -486,6 +486,15 @@ reg = <0x4238>; }; + dpll_clksel_mac_clk: dpll_clksel_mac_clk { + #clock-cells = <0>; + compatible = "ti,divider-clock"; + clocks = <&dpll_core_m5_ck>; + reg = <0x4234>; + ti,bit-shift = <2>; + ti,dividers = <2>, <5>; + }; + clk_32k_mosc_ck: clk_32k_mosc_ck { #clock-cells = <0>; compatible = "fixed-clock"; |