Commit b5b5340d authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren

ARM: dts: omap3: fix clock node definitions to avoid build warnings

Upcoming change to DT compiler is going to complain about nodes
which have a reg property, but have not defined the address in their
name. This patch fixes following type of warnings for OMAP3 clock nodes:

Warning (unit_address_vs_reg): Node /ocp/cm@48004000/clocks/dpll3_m2_ck
has a reg or ranges property, but no unit name
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6905e94d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
&scm_clocks { &scm_clocks {
emac_ick: emac_ick { emac_ick: emac_ick@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,am35xx-gate-clock"; compatible = "ti,am35xx-gate-clock";
clocks = <&ipss_ick>; clocks = <&ipss_ick>;
...@@ -16,7 +16,7 @@ emac_ick: emac_ick { ...@@ -16,7 +16,7 @@ emac_ick: emac_ick {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
emac_fck: emac_fck { emac_fck: emac_fck@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&rmii_ck>; clocks = <&rmii_ck>;
...@@ -24,7 +24,7 @@ emac_fck: emac_fck { ...@@ -24,7 +24,7 @@ emac_fck: emac_fck {
ti,bit-shift = <9>; ti,bit-shift = <9>;
}; };
vpfe_ick: vpfe_ick { vpfe_ick: vpfe_ick@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,am35xx-gate-clock"; compatible = "ti,am35xx-gate-clock";
clocks = <&ipss_ick>; clocks = <&ipss_ick>;
...@@ -32,7 +32,7 @@ vpfe_ick: vpfe_ick { ...@@ -32,7 +32,7 @@ vpfe_ick: vpfe_ick {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
vpfe_fck: vpfe_fck { vpfe_fck: vpfe_fck@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&pclk_ck>; clocks = <&pclk_ck>;
...@@ -40,7 +40,7 @@ vpfe_fck: vpfe_fck { ...@@ -40,7 +40,7 @@ vpfe_fck: vpfe_fck {
ti,bit-shift = <10>; ti,bit-shift = <10>;
}; };
hsotgusb_ick_am35xx: hsotgusb_ick_am35xx { hsotgusb_ick_am35xx: hsotgusb_ick_am35xx@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,am35xx-gate-clock"; compatible = "ti,am35xx-gate-clock";
clocks = <&ipss_ick>; clocks = <&ipss_ick>;
...@@ -48,7 +48,7 @@ hsotgusb_ick_am35xx: hsotgusb_ick_am35xx { ...@@ -48,7 +48,7 @@ hsotgusb_ick_am35xx: hsotgusb_ick_am35xx {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
hsotgusb_fck_am35xx: hsotgusb_fck_am35xx { hsotgusb_fck_am35xx: hsotgusb_fck_am35xx@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -56,7 +56,7 @@ hsotgusb_fck_am35xx: hsotgusb_fck_am35xx { ...@@ -56,7 +56,7 @@ hsotgusb_fck_am35xx: hsotgusb_fck_am35xx {
ti,bit-shift = <8>; ti,bit-shift = <8>;
}; };
hecc_ck: hecc_ck { hecc_ck: hecc_ck@32c {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,am35xx-gate-clock"; compatible = "ti,am35xx-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -65,7 +65,7 @@ hecc_ck: hecc_ck { ...@@ -65,7 +65,7 @@ hecc_ck: hecc_ck {
}; };
}; };
&cm_clocks { &cm_clocks {
ipss_ick: ipss_ick { ipss_ick: ipss_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,am35xx-interface-clock"; compatible = "ti,am35xx-interface-clock";
clocks = <&core_l3_ick>; clocks = <&core_l3_ick>;
...@@ -85,7 +85,7 @@ pclk_ck: pclk_ck { ...@@ -85,7 +85,7 @@ pclk_ck: pclk_ck {
clock-frequency = <27000000>; clock-frequency = <27000000>;
}; };
uart4_ick_am35xx: uart4_ick_am35xx { uart4_ick_am35xx: uart4_ick_am35xx@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -93,7 +93,7 @@ uart4_ick_am35xx: uart4_ick_am35xx { ...@@ -93,7 +93,7 @@ uart4_ick_am35xx: uart4_ick_am35xx {
ti,bit-shift = <23>; ti,bit-shift = <23>;
}; };
uart4_fck_am35xx: uart4_fck_am35xx { uart4_fck_am35xx: uart4_fck_am35xx@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
&cm_clocks { &cm_clocks {
gfx_l3_ck: gfx_l3_ck { gfx_l3_ck: gfx_l3_ck@b10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -16,7 +16,7 @@ gfx_l3_ck: gfx_l3_ck { ...@@ -16,7 +16,7 @@ gfx_l3_ck: gfx_l3_ck {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
gfx_l3_fck: gfx_l3_fck { gfx_l3_fck: gfx_l3_fck@b40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -33,7 +33,7 @@ gfx_l3_ick: gfx_l3_ick { ...@@ -33,7 +33,7 @@ gfx_l3_ick: gfx_l3_ick {
clock-div = <1>; clock-div = <1>;
}; };
gfx_cg1_ck: gfx_cg1_ck { gfx_cg1_ck: gfx_cg1_ck@b00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&gfx_l3_fck>; clocks = <&gfx_l3_fck>;
...@@ -41,7 +41,7 @@ gfx_cg1_ck: gfx_cg1_ck { ...@@ -41,7 +41,7 @@ gfx_cg1_ck: gfx_cg1_ck {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
gfx_cg2_ck: gfx_cg2_ck { gfx_cg2_ck: gfx_cg2_ck@b00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&gfx_l3_fck>; clocks = <&gfx_l3_fck>;
...@@ -49,7 +49,7 @@ gfx_cg2_ck: gfx_cg2_ck { ...@@ -49,7 +49,7 @@ gfx_cg2_ck: gfx_cg2_ck {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
d2d_26m_fck: d2d_26m_fck { d2d_26m_fck: d2d_26m_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -57,7 +57,7 @@ d2d_26m_fck: d2d_26m_fck { ...@@ -57,7 +57,7 @@ d2d_26m_fck: d2d_26m_fck {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
fshostusb_fck: fshostusb_fck { fshostusb_fck: fshostusb_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -65,7 +65,7 @@ fshostusb_fck: fshostusb_fck { ...@@ -65,7 +65,7 @@ fshostusb_fck: fshostusb_fck {
ti,bit-shift = <5>; ti,bit-shift = <5>;
}; };
ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1 { ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-no-wait-gate-clock"; compatible = "ti,composite-no-wait-gate-clock";
clocks = <&corex2_fck>; clocks = <&corex2_fck>;
...@@ -73,7 +73,7 @@ ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1 { ...@@ -73,7 +73,7 @@ ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1 {
reg = <0x0a00>; reg = <0x0a00>;
}; };
ssi_ssr_div_fck_3430es1: ssi_ssr_div_fck_3430es1 { ssi_ssr_div_fck_3430es1: ssi_ssr_div_fck_3430es1@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-divider-clock"; compatible = "ti,composite-divider-clock";
clocks = <&corex2_fck>; clocks = <&corex2_fck>;
...@@ -96,7 +96,7 @@ ssi_sst_fck: ssi_sst_fck_3430es1 { ...@@ -96,7 +96,7 @@ ssi_sst_fck: ssi_sst_fck_3430es1 {
clock-div = <2>; clock-div = <2>;
}; };
hsotgusb_ick_3430es1: hsotgusb_ick_3430es1 { hsotgusb_ick_3430es1: hsotgusb_ick_3430es1@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-no-wait-interface-clock"; compatible = "ti,omap3-no-wait-interface-clock";
clocks = <&core_l3_ick>; clocks = <&core_l3_ick>;
...@@ -104,7 +104,7 @@ hsotgusb_ick_3430es1: hsotgusb_ick_3430es1 { ...@@ -104,7 +104,7 @@ hsotgusb_ick_3430es1: hsotgusb_ick_3430es1 {
ti,bit-shift = <4>; ti,bit-shift = <4>;
}; };
fac_ick: fac_ick { fac_ick: fac_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -120,7 +120,7 @@ ssi_l4_ick: ssi_l4_ick { ...@@ -120,7 +120,7 @@ ssi_l4_ick: ssi_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
ssi_ick: ssi_ick_3430es1 { ssi_ick: ssi_ick_3430es1@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-no-wait-interface-clock"; compatible = "ti,omap3-no-wait-interface-clock";
clocks = <&ssi_l4_ick>; clocks = <&ssi_l4_ick>;
...@@ -128,7 +128,7 @@ ssi_ick: ssi_ick_3430es1 { ...@@ -128,7 +128,7 @@ ssi_ick: ssi_ick_3430es1 {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
usb_l4_gate_ick: usb_l4_gate_ick { usb_l4_gate_ick: usb_l4_gate_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-interface-clock"; compatible = "ti,composite-interface-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
...@@ -136,7 +136,7 @@ usb_l4_gate_ick: usb_l4_gate_ick { ...@@ -136,7 +136,7 @@ usb_l4_gate_ick: usb_l4_gate_ick {
reg = <0x0a10>; reg = <0x0a10>;
}; };
usb_l4_div_ick: usb_l4_div_ick { usb_l4_div_ick: usb_l4_div_ick@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-divider-clock"; compatible = "ti,composite-divider-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
...@@ -152,7 +152,7 @@ usb_l4_ick: usb_l4_ick { ...@@ -152,7 +152,7 @@ usb_l4_ick: usb_l4_ick {
clocks = <&usb_l4_gate_ick>, <&usb_l4_div_ick>; clocks = <&usb_l4_gate_ick>, <&usb_l4_div_ick>;
}; };
dss1_alwon_fck: dss1_alwon_fck_3430es1 { dss1_alwon_fck: dss1_alwon_fck_3430es1@e00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m4x2_ck>; clocks = <&dpll4_m4x2_ck>;
...@@ -161,7 +161,7 @@ dss1_alwon_fck: dss1_alwon_fck_3430es1 { ...@@ -161,7 +161,7 @@ dss1_alwon_fck: dss1_alwon_fck_3430es1 {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dss_ick: dss_ick_3430es1 { dss_ick: dss_ick_3430es1@e10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-no-wait-interface-clock"; compatible = "ti,omap3-no-wait-interface-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
......
...@@ -16,7 +16,7 @@ security_l4_ick2: security_l4_ick2 { ...@@ -16,7 +16,7 @@ security_l4_ick2: security_l4_ick2 {
clock-div = <1>; clock-div = <1>;
}; };
aes1_ick: aes1_ick { aes1_ick: aes1_ick@a14 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&security_l4_ick2>; clocks = <&security_l4_ick2>;
...@@ -24,7 +24,7 @@ aes1_ick: aes1_ick { ...@@ -24,7 +24,7 @@ aes1_ick: aes1_ick {
reg = <0x0a14>; reg = <0x0a14>;
}; };
rng_ick: rng_ick { rng_ick: rng_ick@a14 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&security_l4_ick2>; clocks = <&security_l4_ick2>;
...@@ -32,7 +32,7 @@ rng_ick: rng_ick { ...@@ -32,7 +32,7 @@ rng_ick: rng_ick {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
sha11_ick: sha11_ick { sha11_ick: sha11_ick@a14 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&security_l4_ick2>; clocks = <&security_l4_ick2>;
...@@ -40,7 +40,7 @@ sha11_ick: sha11_ick { ...@@ -40,7 +40,7 @@ sha11_ick: sha11_ick {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
des1_ick: des1_ick { des1_ick: des1_ick@a14 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&security_l4_ick2>; clocks = <&security_l4_ick2>;
...@@ -48,7 +48,7 @@ des1_ick: des1_ick { ...@@ -48,7 +48,7 @@ des1_ick: des1_ick {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
cam_mclk: cam_mclk { cam_mclk: cam_mclk@f00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m5x2_ck>; clocks = <&dpll4_m5x2_ck>;
...@@ -57,7 +57,7 @@ cam_mclk: cam_mclk { ...@@ -57,7 +57,7 @@ cam_mclk: cam_mclk {
ti,set-rate-parent; ti,set-rate-parent;
}; };
cam_ick: cam_ick { cam_ick: cam_ick@f10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-no-wait-interface-clock"; compatible = "ti,omap3-no-wait-interface-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
...@@ -65,7 +65,7 @@ cam_ick: cam_ick { ...@@ -65,7 +65,7 @@ cam_ick: cam_ick {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
csi2_96m_fck: csi2_96m_fck { csi2_96m_fck: csi2_96m_fck@f00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -81,7 +81,7 @@ security_l3_ick: security_l3_ick { ...@@ -81,7 +81,7 @@ security_l3_ick: security_l3_ick {
clock-div = <1>; clock-div = <1>;
}; };
pka_ick: pka_ick { pka_ick: pka_ick@a14 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&security_l3_ick>; clocks = <&security_l3_ick>;
...@@ -89,7 +89,7 @@ pka_ick: pka_ick { ...@@ -89,7 +89,7 @@ pka_ick: pka_ick {
ti,bit-shift = <4>; ti,bit-shift = <4>;
}; };
icr_ick: icr_ick { icr_ick: icr_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -97,7 +97,7 @@ icr_ick: icr_ick { ...@@ -97,7 +97,7 @@ icr_ick: icr_ick {
ti,bit-shift = <29>; ti,bit-shift = <29>;
}; };
des2_ick: des2_ick { des2_ick: des2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -105,7 +105,7 @@ des2_ick: des2_ick { ...@@ -105,7 +105,7 @@ des2_ick: des2_ick {
ti,bit-shift = <26>; ti,bit-shift = <26>;
}; };
mspro_ick: mspro_ick { mspro_ick: mspro_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -113,7 +113,7 @@ mspro_ick: mspro_ick { ...@@ -113,7 +113,7 @@ mspro_ick: mspro_ick {
ti,bit-shift = <23>; ti,bit-shift = <23>;
}; };
mailboxes_ick: mailboxes_ick { mailboxes_ick: mailboxes_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -129,7 +129,7 @@ ssi_l4_ick: ssi_l4_ick { ...@@ -129,7 +129,7 @@ ssi_l4_ick: ssi_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
sr1_fck: sr1_fck { sr1_fck: sr1_fck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -137,7 +137,7 @@ sr1_fck: sr1_fck { ...@@ -137,7 +137,7 @@ sr1_fck: sr1_fck {
ti,bit-shift = <6>; ti,bit-shift = <6>;
}; };
sr2_fck: sr2_fck { sr2_fck: sr2_fck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -153,7 +153,7 @@ sr_l4_ick: sr_l4_ick { ...@@ -153,7 +153,7 @@ sr_l4_ick: sr_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
dpll2_fck: dpll2_fck { dpll2_fck: dpll2_fck@40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&core_ck>; clocks = <&core_ck>;
...@@ -163,7 +163,7 @@ dpll2_fck: dpll2_fck { ...@@ -163,7 +163,7 @@ dpll2_fck: dpll2_fck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
dpll2_ck: dpll2_ck { dpll2_ck: dpll2_ck@4 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-clock"; compatible = "ti,omap3-dpll-clock";
clocks = <&sys_ck>, <&dpll2_fck>; clocks = <&sys_ck>, <&dpll2_fck>;
...@@ -173,7 +173,7 @@ dpll2_ck: dpll2_ck { ...@@ -173,7 +173,7 @@ dpll2_ck: dpll2_ck {
ti,low-power-bypass; ti,low-power-bypass;
}; };
dpll2_m2_ck: dpll2_m2_ck { dpll2_m2_ck: dpll2_m2_ck@44 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll2_ck>; clocks = <&dpll2_ck>;
...@@ -182,7 +182,7 @@ dpll2_m2_ck: dpll2_m2_ck { ...@@ -182,7 +182,7 @@ dpll2_m2_ck: dpll2_m2_ck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
iva2_ck: iva2_ck { iva2_ck: iva2_ck@0 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&dpll2_m2_ck>; clocks = <&dpll2_m2_ck>;
...@@ -190,7 +190,7 @@ iva2_ck: iva2_ck { ...@@ -190,7 +190,7 @@ iva2_ck: iva2_ck {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
modem_fck: modem_fck { modem_fck: modem_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -198,7 +198,7 @@ modem_fck: modem_fck { ...@@ -198,7 +198,7 @@ modem_fck: modem_fck {
ti,bit-shift = <31>; ti,bit-shift = <31>;
}; };
sad2d_ick: sad2d_ick { sad2d_ick: sad2d_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -206,7 +206,7 @@ sad2d_ick: sad2d_ick { ...@@ -206,7 +206,7 @@ sad2d_ick: sad2d_ick {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
mad2d_ick: mad2d_ick { mad2d_ick: mad2d_ick@a18 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -214,7 +214,7 @@ mad2d_ick: mad2d_ick { ...@@ -214,7 +214,7 @@ mad2d_ick: mad2d_ick {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
mspro_fck: mspro_fck { mspro_fck: mspro_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
......
...@@ -25,7 +25,7 @@ corex2_d5_fck: corex2_d5_fck { ...@@ -25,7 +25,7 @@ corex2_d5_fck: corex2_d5_fck {
}; };
}; };
&cm_clocks { &cm_clocks {
dpll5_ck: dpll5_ck { dpll5_ck: dpll5_ck@d04 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-clock"; compatible = "ti,omap3-dpll-clock";
clocks = <&sys_ck>, <&sys_ck>; clocks = <&sys_ck>, <&sys_ck>;
...@@ -34,7 +34,7 @@ dpll5_ck: dpll5_ck { ...@@ -34,7 +34,7 @@ dpll5_ck: dpll5_ck {
ti,lock; ti,lock;
}; };
dpll5_m2_ck: dpll5_m2_ck { dpll5_m2_ck: dpll5_m2_ck@d50 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll5_ck>; clocks = <&dpll5_ck>;
...@@ -43,7 +43,7 @@ dpll5_m2_ck: dpll5_m2_ck { ...@@ -43,7 +43,7 @@ dpll5_m2_ck: dpll5_m2_ck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
sgx_gate_fck: sgx_gate_fck { sgx_gate_fck: sgx_gate_fck@b00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&core_ck>; clocks = <&core_ck>;
...@@ -91,7 +91,7 @@ core_d2_ck: core_d2_ck { ...@@ -91,7 +91,7 @@ core_d2_ck: core_d2_ck {
clock-div = <2>; clock-div = <2>;
}; };
sgx_mux_fck: sgx_mux_fck { sgx_mux_fck: sgx_mux_fck@b40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&core_d3_ck>, <&core_d4_ck>, <&core_d6_ck>, <&cm_96m_fck>, <&omap_192m_alwon_fck>, <&core_d2_ck>, <&corex2_d3_fck>, <&corex2_d5_fck>; clocks = <&core_d3_ck>, <&core_d4_ck>, <&core_d6_ck>, <&cm_96m_fck>, <&omap_192m_alwon_fck>, <&core_d2_ck>, <&corex2_d3_fck>, <&corex2_d5_fck>;
...@@ -104,7 +104,7 @@ sgx_fck: sgx_fck { ...@@ -104,7 +104,7 @@ sgx_fck: sgx_fck {
clocks = <&sgx_gate_fck>, <&sgx_mux_fck>; clocks = <&sgx_gate_fck>, <&sgx_mux_fck>;
}; };
sgx_ick: sgx_ick { sgx_ick: sgx_ick@b10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -112,7 +112,7 @@ sgx_ick: sgx_ick { ...@@ -112,7 +112,7 @@ sgx_ick: sgx_ick {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
cpefuse_fck: cpefuse_fck { cpefuse_fck: cpefuse_fck@a08 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -120,7 +120,7 @@ cpefuse_fck: cpefuse_fck { ...@@ -120,7 +120,7 @@ cpefuse_fck: cpefuse_fck {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
ts_fck: ts_fck { ts_fck: ts_fck@a08 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&omap_32k_fck>; clocks = <&omap_32k_fck>;
...@@ -128,7 +128,7 @@ ts_fck: ts_fck { ...@@ -128,7 +128,7 @@ ts_fck: ts_fck {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
usbtll_fck: usbtll_fck { usbtll_fck: usbtll_fck@a08 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&dpll5_m2_ck>; clocks = <&dpll5_m2_ck>;
...@@ -136,7 +136,7 @@ usbtll_fck: usbtll_fck { ...@@ -136,7 +136,7 @@ usbtll_fck: usbtll_fck {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
usbtll_ick: usbtll_ick { usbtll_ick: usbtll_ick@a18 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -144,7 +144,7 @@ usbtll_ick: usbtll_ick { ...@@ -144,7 +144,7 @@ usbtll_ick: usbtll_ick {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
mmchs3_ick: mmchs3_ick { mmchs3_ick: mmchs3_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -152,7 +152,7 @@ mmchs3_ick: mmchs3_ick { ...@@ -152,7 +152,7 @@ mmchs3_ick: mmchs3_ick {
ti,bit-shift = <30>; ti,bit-shift = <30>;
}; };
mmchs3_fck: mmchs3_fck { mmchs3_fck: mmchs3_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -160,7 +160,7 @@ mmchs3_fck: mmchs3_fck { ...@@ -160,7 +160,7 @@ mmchs3_fck: mmchs3_fck {
ti,bit-shift = <30>; ti,bit-shift = <30>;
}; };
dss1_alwon_fck: dss1_alwon_fck_3430es2 { dss1_alwon_fck: dss1_alwon_fck_3430es2@e00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,dss-gate-clock"; compatible = "ti,dss-gate-clock";
clocks = <&dpll4_m4x2_ck>; clocks = <&dpll4_m4x2_ck>;
...@@ -169,7 +169,7 @@ dss1_alwon_fck: dss1_alwon_fck_3430es2 { ...@@ -169,7 +169,7 @@ dss1_alwon_fck: dss1_alwon_fck_3430es2 {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dss_ick: dss_ick_3430es2 { dss_ick: dss_ick_3430es2@e10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dss-interface-clock"; compatible = "ti,omap3-dss-interface-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
...@@ -177,7 +177,7 @@ dss_ick: dss_ick_3430es2 { ...@@ -177,7 +177,7 @@ dss_ick: dss_ick_3430es2 {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
usbhost_120m_fck: usbhost_120m_fck { usbhost_120m_fck: usbhost_120m_fck@1400 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll5_m2_ck>; clocks = <&dpll5_m2_ck>;
...@@ -185,7 +185,7 @@ usbhost_120m_fck: usbhost_120m_fck { ...@@ -185,7 +185,7 @@ usbhost_120m_fck: usbhost_120m_fck {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
usbhost_48m_fck: usbhost_48m_fck { usbhost_48m_fck: usbhost_48m_fck@1400 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,dss-gate-clock"; compatible = "ti,dss-gate-clock";
clocks = <&omap_48m_fck>; clocks = <&omap_48m_fck>;
...@@ -193,7 +193,7 @@ usbhost_48m_fck: usbhost_48m_fck { ...@@ -193,7 +193,7 @@ usbhost_48m_fck: usbhost_48m_fck {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
usbhost_ick: usbhost_ick { usbhost_ick: usbhost_ick@1410 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dss-interface-clock"; compatible = "ti,omap3-dss-interface-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
......
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
&cm_clocks { &cm_clocks {
dpll4_ck: dpll4_ck { dpll4_ck: dpll4_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-per-j-type-clock"; compatible = "ti,omap3-dpll-per-j-type-clock";
clocks = <&sys_ck>, <&sys_ck>; clocks = <&sys_ck>, <&sys_ck>;
reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>; reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>;
}; };
dpll4_m5x2_ck: dpll4_m5x2_ck { dpll4_m5x2_ck: dpll4_m5x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,hsdiv-gate-clock"; compatible = "ti,hsdiv-gate-clock";
clocks = <&dpll4_m5x2_mul_ck>; clocks = <&dpll4_m5x2_mul_ck>;
...@@ -25,7 +25,7 @@ dpll4_m5x2_ck: dpll4_m5x2_ck { ...@@ -25,7 +25,7 @@ dpll4_m5x2_ck: dpll4_m5x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
dpll4_m2x2_ck: dpll4_m2x2_ck { dpll4_m2x2_ck: dpll4_m2x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,hsdiv-gate-clock"; compatible = "ti,hsdiv-gate-clock";
clocks = <&dpll4_m2x2_mul_ck>; clocks = <&dpll4_m2x2_mul_ck>;
...@@ -34,7 +34,7 @@ dpll4_m2x2_ck: dpll4_m2x2_ck { ...@@ -34,7 +34,7 @@ dpll4_m2x2_ck: dpll4_m2x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
dpll3_m3x2_ck: dpll3_m3x2_ck { dpll3_m3x2_ck: dpll3_m3x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,hsdiv-gate-clock"; compatible = "ti,hsdiv-gate-clock";
clocks = <&dpll3_m3x2_mul_ck>; clocks = <&dpll3_m3x2_mul_ck>;
...@@ -43,7 +43,7 @@ dpll3_m3x2_ck: dpll3_m3x2_ck { ...@@ -43,7 +43,7 @@ dpll3_m3x2_ck: dpll3_m3x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
dpll4_m3x2_ck: dpll4_m3x2_ck { dpll4_m3x2_ck: dpll4_m3x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,hsdiv-gate-clock"; compatible = "ti,hsdiv-gate-clock";
clocks = <&dpll4_m3x2_mul_ck>; clocks = <&dpll4_m3x2_mul_ck>;
...@@ -52,7 +52,7 @@ dpll4_m3x2_ck: dpll4_m3x2_ck { ...@@ -52,7 +52,7 @@ dpll4_m3x2_ck: dpll4_m3x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
dpll4_m6x2_ck: dpll4_m6x2_ck { dpll4_m6x2_ck: dpll4_m6x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,hsdiv-gate-clock"; compatible = "ti,hsdiv-gate-clock";
clocks = <&dpll4_m6x2_mul_ck>; clocks = <&dpll4_m6x2_mul_ck>;
...@@ -61,7 +61,7 @@ dpll4_m6x2_ck: dpll4_m6x2_ck { ...@@ -61,7 +61,7 @@ dpll4_m6x2_ck: dpll4_m6x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
uart4_fck: uart4_fck { uart4_fck: uart4_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&per_48m_fck>; clocks = <&per_48m_fck>;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
&cm_clocks { &cm_clocks {
ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2 { ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-no-wait-gate-clock"; compatible = "ti,composite-no-wait-gate-clock";
clocks = <&corex2_fck>; clocks = <&corex2_fck>;
...@@ -16,7 +16,7 @@ ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2 { ...@@ -16,7 +16,7 @@ ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2 {
reg = <0x0a00>; reg = <0x0a00>;
}; };
ssi_ssr_div_fck_3430es2: ssi_ssr_div_fck_3430es2 { ssi_ssr_div_fck_3430es2: ssi_ssr_div_fck_3430es2@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-divider-clock"; compatible = "ti,composite-divider-clock";
clocks = <&corex2_fck>; clocks = <&corex2_fck>;
...@@ -39,7 +39,7 @@ ssi_sst_fck: ssi_sst_fck_3430es2 { ...@@ -39,7 +39,7 @@ ssi_sst_fck: ssi_sst_fck_3430es2 {
clock-div = <2>; clock-div = <2>;
}; };
hsotgusb_ick_3430es2: hsotgusb_ick_3430es2 { hsotgusb_ick_3430es2: hsotgusb_ick_3430es2@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-hsotgusb-interface-clock"; compatible = "ti,omap3-hsotgusb-interface-clock";
clocks = <&core_l3_ick>; clocks = <&core_l3_ick>;
...@@ -55,7 +55,7 @@ ssi_l4_ick: ssi_l4_ick { ...@@ -55,7 +55,7 @@ ssi_l4_ick: ssi_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
ssi_ick: ssi_ick_3430es2 { ssi_ick: ssi_ick_3430es2@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-ssi-interface-clock"; compatible = "ti,omap3-ssi-interface-clock";
clocks = <&ssi_l4_ick>; clocks = <&ssi_l4_ick>;
...@@ -63,7 +63,7 @@ ssi_ick: ssi_ick_3430es2 { ...@@ -63,7 +63,7 @@ ssi_ick: ssi_ick_3430es2 {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
usim_gate_fck: usim_gate_fck { usim_gate_fck: usim_gate_fck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&omap_96m_fck>; clocks = <&omap_96m_fck>;
...@@ -143,7 +143,7 @@ dpll5_m2_d20_ck: dpll5_m2_d20_ck { ...@@ -143,7 +143,7 @@ dpll5_m2_d20_ck: dpll5_m2_d20_ck {
clock-div = <20>; clock-div = <20>;
}; };
usim_mux_fck: usim_mux_fck { usim_mux_fck: usim_mux_fck@c40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&sys_ck>, <&sys_d2_ck>, <&omap_96m_d2_fck>, <&omap_96m_d4_fck>, <&omap_96m_d8_fck>, <&omap_96m_d10_fck>, <&dpll5_m2_d4_ck>, <&dpll5_m2_d8_ck>, <&dpll5_m2_d16_ck>, <&dpll5_m2_d20_ck>; clocks = <&sys_ck>, <&sys_d2_ck>, <&omap_96m_d2_fck>, <&omap_96m_d4_fck>, <&omap_96m_d8_fck>, <&omap_96m_d10_fck>, <&dpll5_m2_d4_ck>, <&dpll5_m2_d8_ck>, <&dpll5_m2_d16_ck>, <&dpll5_m2_d20_ck>;
...@@ -158,7 +158,7 @@ usim_fck: usim_fck { ...@@ -158,7 +158,7 @@ usim_fck: usim_fck {
clocks = <&usim_gate_fck>, <&usim_mux_fck>; clocks = <&usim_gate_fck>, <&usim_mux_fck>;
}; };
usim_ick: usim_ick { usim_ick: usim_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
......
...@@ -14,14 +14,14 @@ virt_16_8m_ck: virt_16_8m_ck { ...@@ -14,14 +14,14 @@ virt_16_8m_ck: virt_16_8m_ck {
clock-frequency = <16800000>; clock-frequency = <16800000>;
}; };
osc_sys_ck: osc_sys_ck { osc_sys_ck: osc_sys_ck@d40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&virt_12m_ck>, <&virt_13m_ck>, <&virt_19200000_ck>, <&virt_26000000_ck>, <&virt_38_4m_ck>, <&virt_16_8m_ck>; clocks = <&virt_12m_ck>, <&virt_13m_ck>, <&virt_19200000_ck>, <&virt_26000000_ck>, <&virt_38_4m_ck>, <&virt_16_8m_ck>;
reg = <0x0d40>; reg = <0x0d40>;
}; };
sys_ck: sys_ck { sys_ck: sys_ck@1270 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&osc_sys_ck>; clocks = <&osc_sys_ck>;
...@@ -31,7 +31,7 @@ sys_ck: sys_ck { ...@@ -31,7 +31,7 @@ sys_ck: sys_ck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
sys_clkout1: sys_clkout1 { sys_clkout1: sys_clkout1@d70 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&osc_sys_ck>; clocks = <&osc_sys_ck>;
...@@ -81,7 +81,7 @@ wkup_l4_ick: wkup_l4_ick { ...@@ -81,7 +81,7 @@ wkup_l4_ick: wkup_l4_ick {
}; };
&scm_clocks { &scm_clocks {
mcbsp5_mux_fck: mcbsp5_mux_fck { mcbsp5_mux_fck: mcbsp5_mux_fck@68 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&core_96m_fck>, <&mcbsp_clks>; clocks = <&core_96m_fck>, <&mcbsp_clks>;
...@@ -95,7 +95,7 @@ mcbsp5_fck: mcbsp5_fck { ...@@ -95,7 +95,7 @@ mcbsp5_fck: mcbsp5_fck {
clocks = <&mcbsp5_gate_fck>, <&mcbsp5_mux_fck>; clocks = <&mcbsp5_gate_fck>, <&mcbsp5_mux_fck>;
}; };
mcbsp1_mux_fck: mcbsp1_mux_fck { mcbsp1_mux_fck: mcbsp1_mux_fck@4 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&core_96m_fck>, <&mcbsp_clks>; clocks = <&core_96m_fck>, <&mcbsp_clks>;
...@@ -109,7 +109,7 @@ mcbsp1_fck: mcbsp1_fck { ...@@ -109,7 +109,7 @@ mcbsp1_fck: mcbsp1_fck {
clocks = <&mcbsp1_gate_fck>, <&mcbsp1_mux_fck>; clocks = <&mcbsp1_gate_fck>, <&mcbsp1_mux_fck>;
}; };
mcbsp2_mux_fck: mcbsp2_mux_fck { mcbsp2_mux_fck: mcbsp2_mux_fck@4 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&per_96m_fck>, <&mcbsp_clks>; clocks = <&per_96m_fck>, <&mcbsp_clks>;
...@@ -123,7 +123,7 @@ mcbsp2_fck: mcbsp2_fck { ...@@ -123,7 +123,7 @@ mcbsp2_fck: mcbsp2_fck {
clocks = <&mcbsp2_gate_fck>, <&mcbsp2_mux_fck>; clocks = <&mcbsp2_gate_fck>, <&mcbsp2_mux_fck>;
}; };
mcbsp3_mux_fck: mcbsp3_mux_fck { mcbsp3_mux_fck: mcbsp3_mux_fck@68 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&per_96m_fck>, <&mcbsp_clks>; clocks = <&per_96m_fck>, <&mcbsp_clks>;
...@@ -136,7 +136,7 @@ mcbsp3_fck: mcbsp3_fck { ...@@ -136,7 +136,7 @@ mcbsp3_fck: mcbsp3_fck {
clocks = <&mcbsp3_gate_fck>, <&mcbsp3_mux_fck>; clocks = <&mcbsp3_gate_fck>, <&mcbsp3_mux_fck>;
}; };
mcbsp4_mux_fck: mcbsp4_mux_fck { mcbsp4_mux_fck: mcbsp4_mux_fck@68 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&per_96m_fck>, <&mcbsp_clks>; clocks = <&per_96m_fck>, <&mcbsp_clks>;
...@@ -193,14 +193,14 @@ virt_38_4m_ck: virt_38_4m_ck { ...@@ -193,14 +193,14 @@ virt_38_4m_ck: virt_38_4m_ck {
clock-frequency = <38400000>; clock-frequency = <38400000>;
}; };
dpll4_ck: dpll4_ck { dpll4_ck: dpll4_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-per-clock"; compatible = "ti,omap3-dpll-per-clock";
clocks = <&sys_ck>, <&sys_ck>; clocks = <&sys_ck>, <&sys_ck>;
reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>; reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>;
}; };
dpll4_m2_ck: dpll4_m2_ck { dpll4_m2_ck: dpll4_m2_ck@d48 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll4_ck>; clocks = <&dpll4_ck>;
...@@ -217,7 +217,7 @@ dpll4_m2x2_mul_ck: dpll4_m2x2_mul_ck { ...@@ -217,7 +217,7 @@ dpll4_m2x2_mul_ck: dpll4_m2x2_mul_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll4_m2x2_ck: dpll4_m2x2_ck { dpll4_m2x2_ck: dpll4_m2x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m2x2_mul_ck>; clocks = <&dpll4_m2x2_mul_ck>;
...@@ -234,14 +234,14 @@ omap_96m_alwon_fck: omap_96m_alwon_fck { ...@@ -234,14 +234,14 @@ omap_96m_alwon_fck: omap_96m_alwon_fck {
clock-div = <1>; clock-div = <1>;
}; };
dpll3_ck: dpll3_ck { dpll3_ck: dpll3_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-core-clock"; compatible = "ti,omap3-dpll-core-clock";
clocks = <&sys_ck>, <&sys_ck>; clocks = <&sys_ck>, <&sys_ck>;
reg = <0x0d00>, <0x0d20>, <0x0d40>, <0x0d30>; reg = <0x0d00>, <0x0d20>, <0x0d40>, <0x0d30>;
}; };
dpll3_m3_ck: dpll3_m3_ck { dpll3_m3_ck: dpll3_m3_ck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll3_ck>; clocks = <&dpll3_ck>;
...@@ -259,7 +259,7 @@ dpll3_m3x2_mul_ck: dpll3_m3x2_mul_ck { ...@@ -259,7 +259,7 @@ dpll3_m3x2_mul_ck: dpll3_m3x2_mul_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll3_m3x2_ck: dpll3_m3x2_ck { dpll3_m3x2_ck: dpll3_m3x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll3_m3x2_mul_ck>; clocks = <&dpll3_m3x2_mul_ck>;
...@@ -288,7 +288,7 @@ mcbsp_clks: mcbsp_clks { ...@@ -288,7 +288,7 @@ mcbsp_clks: mcbsp_clks {
clock-frequency = <0x0>; clock-frequency = <0x0>;
}; };
dpll3_m2_ck: dpll3_m2_ck { dpll3_m2_ck: dpll3_m2_ck@d40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll3_ck>; clocks = <&dpll3_ck>;
...@@ -306,7 +306,7 @@ core_ck: core_ck { ...@@ -306,7 +306,7 @@ core_ck: core_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll1_fck: dpll1_fck { dpll1_fck: dpll1_fck@940 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&core_ck>; clocks = <&core_ck>;
...@@ -316,7 +316,7 @@ dpll1_fck: dpll1_fck { ...@@ -316,7 +316,7 @@ dpll1_fck: dpll1_fck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
dpll1_ck: dpll1_ck { dpll1_ck: dpll1_ck@904 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-dpll-clock"; compatible = "ti,omap3-dpll-clock";
clocks = <&sys_ck>, <&dpll1_fck>; clocks = <&sys_ck>, <&dpll1_fck>;
...@@ -331,7 +331,7 @@ dpll1_x2_ck: dpll1_x2_ck { ...@@ -331,7 +331,7 @@ dpll1_x2_ck: dpll1_x2_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll1_x2m2_ck: dpll1_x2m2_ck { dpll1_x2m2_ck: dpll1_x2m2_ck@944 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll1_x2_ck>; clocks = <&dpll1_x2_ck>;
...@@ -348,7 +348,7 @@ cm_96m_fck: cm_96m_fck { ...@@ -348,7 +348,7 @@ cm_96m_fck: cm_96m_fck {
clock-div = <1>; clock-div = <1>;
}; };
omap_96m_fck: omap_96m_fck { omap_96m_fck: omap_96m_fck@d40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&cm_96m_fck>, <&sys_ck>; clocks = <&cm_96m_fck>, <&sys_ck>;
...@@ -356,7 +356,7 @@ omap_96m_fck: omap_96m_fck { ...@@ -356,7 +356,7 @@ omap_96m_fck: omap_96m_fck {
reg = <0x0d40>; reg = <0x0d40>;
}; };
dpll4_m3_ck: dpll4_m3_ck { dpll4_m3_ck: dpll4_m3_ck@e40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll4_ck>; clocks = <&dpll4_ck>;
...@@ -374,7 +374,7 @@ dpll4_m3x2_mul_ck: dpll4_m3x2_mul_ck { ...@@ -374,7 +374,7 @@ dpll4_m3x2_mul_ck: dpll4_m3x2_mul_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll4_m3x2_ck: dpll4_m3x2_ck { dpll4_m3x2_ck: dpll4_m3x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m3x2_mul_ck>; clocks = <&dpll4_m3x2_mul_ck>;
...@@ -383,7 +383,7 @@ dpll4_m3x2_ck: dpll4_m3x2_ck { ...@@ -383,7 +383,7 @@ dpll4_m3x2_ck: dpll4_m3x2_ck {
ti,set-bit-to-disable; ti,set-bit-to-disable;
}; };
omap_54m_fck: omap_54m_fck { omap_54m_fck: omap_54m_fck@d40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&dpll4_m3x2_ck>, <&sys_altclk>; clocks = <&dpll4_m3x2_ck>, <&sys_altclk>;
...@@ -399,7 +399,7 @@ cm_96m_d2_fck: cm_96m_d2_fck { ...@@ -399,7 +399,7 @@ cm_96m_d2_fck: cm_96m_d2_fck {
clock-div = <2>; clock-div = <2>;
}; };
omap_48m_fck: omap_48m_fck { omap_48m_fck: omap_48m_fck@d40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&cm_96m_d2_fck>, <&sys_altclk>; clocks = <&cm_96m_d2_fck>, <&sys_altclk>;
...@@ -415,7 +415,7 @@ omap_12m_fck: omap_12m_fck { ...@@ -415,7 +415,7 @@ omap_12m_fck: omap_12m_fck {
clock-div = <4>; clock-div = <4>;
}; };
dpll4_m4_ck: dpll4_m4_ck { dpll4_m4_ck: dpll4_m4_ck@e40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll4_ck>; clocks = <&dpll4_ck>;
...@@ -433,7 +433,7 @@ dpll4_m4x2_mul_ck: dpll4_m4x2_mul_ck { ...@@ -433,7 +433,7 @@ dpll4_m4x2_mul_ck: dpll4_m4x2_mul_ck {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dpll4_m4x2_ck: dpll4_m4x2_ck { dpll4_m4x2_ck: dpll4_m4x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m4x2_mul_ck>; clocks = <&dpll4_m4x2_mul_ck>;
...@@ -443,7 +443,7 @@ dpll4_m4x2_ck: dpll4_m4x2_ck { ...@@ -443,7 +443,7 @@ dpll4_m4x2_ck: dpll4_m4x2_ck {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dpll4_m5_ck: dpll4_m5_ck { dpll4_m5_ck: dpll4_m5_ck@f40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll4_ck>; clocks = <&dpll4_ck>;
...@@ -461,7 +461,7 @@ dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck { ...@@ -461,7 +461,7 @@ dpll4_m5x2_mul_ck: dpll4_m5x2_mul_ck {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dpll4_m5x2_ck: dpll4_m5x2_ck { dpll4_m5x2_ck: dpll4_m5x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m5x2_mul_ck>; clocks = <&dpll4_m5x2_mul_ck>;
...@@ -471,7 +471,7 @@ dpll4_m5x2_ck: dpll4_m5x2_ck { ...@@ -471,7 +471,7 @@ dpll4_m5x2_ck: dpll4_m5x2_ck {
ti,set-rate-parent; ti,set-rate-parent;
}; };
dpll4_m6_ck: dpll4_m6_ck { dpll4_m6_ck: dpll4_m6_ck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&dpll4_ck>; clocks = <&dpll4_ck>;
...@@ -489,7 +489,7 @@ dpll4_m6x2_mul_ck: dpll4_m6x2_mul_ck { ...@@ -489,7 +489,7 @@ dpll4_m6x2_mul_ck: dpll4_m6x2_mul_ck {
clock-div = <1>; clock-div = <1>;
}; };
dpll4_m6x2_ck: dpll4_m6x2_ck { dpll4_m6x2_ck: dpll4_m6x2_ck@d00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&dpll4_m6x2_mul_ck>; clocks = <&dpll4_m6x2_mul_ck>;
...@@ -506,7 +506,7 @@ emu_per_alwon_ck: emu_per_alwon_ck { ...@@ -506,7 +506,7 @@ emu_per_alwon_ck: emu_per_alwon_ck {
clock-div = <1>; clock-div = <1>;
}; };
clkout2_src_gate_ck: clkout2_src_gate_ck { clkout2_src_gate_ck: clkout2_src_gate_ck@d70 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-no-wait-gate-clock"; compatible = "ti,composite-no-wait-gate-clock";
clocks = <&core_ck>; clocks = <&core_ck>;
...@@ -514,7 +514,7 @@ clkout2_src_gate_ck: clkout2_src_gate_ck { ...@@ -514,7 +514,7 @@ clkout2_src_gate_ck: clkout2_src_gate_ck {
reg = <0x0d70>; reg = <0x0d70>;
}; };
clkout2_src_mux_ck: clkout2_src_mux_ck { clkout2_src_mux_ck: clkout2_src_mux_ck@d70 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&core_ck>, <&sys_ck>, <&cm_96m_fck>, <&omap_54m_fck>; clocks = <&core_ck>, <&sys_ck>, <&cm_96m_fck>, <&omap_54m_fck>;
...@@ -527,7 +527,7 @@ clkout2_src_ck: clkout2_src_ck { ...@@ -527,7 +527,7 @@ clkout2_src_ck: clkout2_src_ck {
clocks = <&clkout2_src_gate_ck>, <&clkout2_src_mux_ck>; clocks = <&clkout2_src_gate_ck>, <&clkout2_src_mux_ck>;
}; };
sys_clkout2: sys_clkout2 { sys_clkout2: sys_clkout2@d70 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&clkout2_src_ck>; clocks = <&clkout2_src_ck>;
...@@ -545,7 +545,7 @@ mpu_ck: mpu_ck { ...@@ -545,7 +545,7 @@ mpu_ck: mpu_ck {
clock-div = <1>; clock-div = <1>;
}; };
arm_fck: arm_fck { arm_fck: arm_fck@924 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&mpu_ck>; clocks = <&mpu_ck>;
...@@ -561,7 +561,7 @@ emu_mpu_alwon_ck: emu_mpu_alwon_ck { ...@@ -561,7 +561,7 @@ emu_mpu_alwon_ck: emu_mpu_alwon_ck {
clock-div = <1>; clock-div = <1>;
}; };
l3_ick: l3_ick { l3_ick: l3_ick@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&core_ck>; clocks = <&core_ck>;
...@@ -570,7 +570,7 @@ l3_ick: l3_ick { ...@@ -570,7 +570,7 @@ l3_ick: l3_ick {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
l4_ick: l4_ick { l4_ick: l4_ick@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&l3_ick>; clocks = <&l3_ick>;
...@@ -580,7 +580,7 @@ l4_ick: l4_ick { ...@@ -580,7 +580,7 @@ l4_ick: l4_ick {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
rm_ick: rm_ick { rm_ick: rm_ick@c40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&l4_ick>; clocks = <&l4_ick>;
...@@ -590,7 +590,7 @@ rm_ick: rm_ick { ...@@ -590,7 +590,7 @@ rm_ick: rm_ick {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
gpt10_gate_fck: gpt10_gate_fck { gpt10_gate_fck: gpt10_gate_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -598,7 +598,7 @@ gpt10_gate_fck: gpt10_gate_fck { ...@@ -598,7 +598,7 @@ gpt10_gate_fck: gpt10_gate_fck {
reg = <0x0a00>; reg = <0x0a00>;
}; };
gpt10_mux_fck: gpt10_mux_fck { gpt10_mux_fck: gpt10_mux_fck@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -612,7 +612,7 @@ gpt10_fck: gpt10_fck { ...@@ -612,7 +612,7 @@ gpt10_fck: gpt10_fck {
clocks = <&gpt10_gate_fck>, <&gpt10_mux_fck>; clocks = <&gpt10_gate_fck>, <&gpt10_mux_fck>;
}; };
gpt11_gate_fck: gpt11_gate_fck { gpt11_gate_fck: gpt11_gate_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -620,7 +620,7 @@ gpt11_gate_fck: gpt11_gate_fck { ...@@ -620,7 +620,7 @@ gpt11_gate_fck: gpt11_gate_fck {
reg = <0x0a00>; reg = <0x0a00>;
}; };
gpt11_mux_fck: gpt11_mux_fck { gpt11_mux_fck: gpt11_mux_fck@a40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -642,7 +642,7 @@ core_96m_fck: core_96m_fck { ...@@ -642,7 +642,7 @@ core_96m_fck: core_96m_fck {
clock-div = <1>; clock-div = <1>;
}; };
mmchs2_fck: mmchs2_fck { mmchs2_fck: mmchs2_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -650,7 +650,7 @@ mmchs2_fck: mmchs2_fck { ...@@ -650,7 +650,7 @@ mmchs2_fck: mmchs2_fck {
ti,bit-shift = <25>; ti,bit-shift = <25>;
}; };
mmchs1_fck: mmchs1_fck { mmchs1_fck: mmchs1_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -658,7 +658,7 @@ mmchs1_fck: mmchs1_fck { ...@@ -658,7 +658,7 @@ mmchs1_fck: mmchs1_fck {
ti,bit-shift = <24>; ti,bit-shift = <24>;
}; };
i2c3_fck: i2c3_fck { i2c3_fck: i2c3_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -666,7 +666,7 @@ i2c3_fck: i2c3_fck { ...@@ -666,7 +666,7 @@ i2c3_fck: i2c3_fck {
ti,bit-shift = <17>; ti,bit-shift = <17>;
}; };
i2c2_fck: i2c2_fck { i2c2_fck: i2c2_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -674,7 +674,7 @@ i2c2_fck: i2c2_fck { ...@@ -674,7 +674,7 @@ i2c2_fck: i2c2_fck {
ti,bit-shift = <16>; ti,bit-shift = <16>;
}; };
i2c1_fck: i2c1_fck { i2c1_fck: i2c1_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_96m_fck>; clocks = <&core_96m_fck>;
...@@ -682,7 +682,7 @@ i2c1_fck: i2c1_fck { ...@@ -682,7 +682,7 @@ i2c1_fck: i2c1_fck {
ti,bit-shift = <15>; ti,bit-shift = <15>;
}; };
mcbsp5_gate_fck: mcbsp5_gate_fck { mcbsp5_gate_fck: mcbsp5_gate_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&mcbsp_clks>; clocks = <&mcbsp_clks>;
...@@ -690,7 +690,7 @@ mcbsp5_gate_fck: mcbsp5_gate_fck { ...@@ -690,7 +690,7 @@ mcbsp5_gate_fck: mcbsp5_gate_fck {
reg = <0x0a00>; reg = <0x0a00>;
}; };
mcbsp1_gate_fck: mcbsp1_gate_fck { mcbsp1_gate_fck: mcbsp1_gate_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&mcbsp_clks>; clocks = <&mcbsp_clks>;
...@@ -706,7 +706,7 @@ core_48m_fck: core_48m_fck { ...@@ -706,7 +706,7 @@ core_48m_fck: core_48m_fck {
clock-div = <1>; clock-div = <1>;
}; };
mcspi4_fck: mcspi4_fck { mcspi4_fck: mcspi4_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -714,7 +714,7 @@ mcspi4_fck: mcspi4_fck { ...@@ -714,7 +714,7 @@ mcspi4_fck: mcspi4_fck {
ti,bit-shift = <21>; ti,bit-shift = <21>;
}; };
mcspi3_fck: mcspi3_fck { mcspi3_fck: mcspi3_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -722,7 +722,7 @@ mcspi3_fck: mcspi3_fck { ...@@ -722,7 +722,7 @@ mcspi3_fck: mcspi3_fck {
ti,bit-shift = <20>; ti,bit-shift = <20>;
}; };
mcspi2_fck: mcspi2_fck { mcspi2_fck: mcspi2_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -730,7 +730,7 @@ mcspi2_fck: mcspi2_fck { ...@@ -730,7 +730,7 @@ mcspi2_fck: mcspi2_fck {
ti,bit-shift = <19>; ti,bit-shift = <19>;
}; };
mcspi1_fck: mcspi1_fck { mcspi1_fck: mcspi1_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -738,7 +738,7 @@ mcspi1_fck: mcspi1_fck { ...@@ -738,7 +738,7 @@ mcspi1_fck: mcspi1_fck {
ti,bit-shift = <18>; ti,bit-shift = <18>;
}; };
uart2_fck: uart2_fck { uart2_fck: uart2_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -746,7 +746,7 @@ uart2_fck: uart2_fck { ...@@ -746,7 +746,7 @@ uart2_fck: uart2_fck {
ti,bit-shift = <14>; ti,bit-shift = <14>;
}; };
uart1_fck: uart1_fck { uart1_fck: uart1_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_48m_fck>; clocks = <&core_48m_fck>;
...@@ -762,7 +762,7 @@ core_12m_fck: core_12m_fck { ...@@ -762,7 +762,7 @@ core_12m_fck: core_12m_fck {
clock-div = <1>; clock-div = <1>;
}; };
hdq_fck: hdq_fck { hdq_fck: hdq_fck@a00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_12m_fck>; clocks = <&core_12m_fck>;
...@@ -778,7 +778,7 @@ core_l3_ick: core_l3_ick { ...@@ -778,7 +778,7 @@ core_l3_ick: core_l3_ick {
clock-div = <1>; clock-div = <1>;
}; };
sdrc_ick: sdrc_ick { sdrc_ick: sdrc_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&core_l3_ick>; clocks = <&core_l3_ick>;
...@@ -802,7 +802,7 @@ core_l4_ick: core_l4_ick { ...@@ -802,7 +802,7 @@ core_l4_ick: core_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
mmchs2_ick: mmchs2_ick { mmchs2_ick: mmchs2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -810,7 +810,7 @@ mmchs2_ick: mmchs2_ick { ...@@ -810,7 +810,7 @@ mmchs2_ick: mmchs2_ick {
ti,bit-shift = <25>; ti,bit-shift = <25>;
}; };
mmchs1_ick: mmchs1_ick { mmchs1_ick: mmchs1_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -818,7 +818,7 @@ mmchs1_ick: mmchs1_ick { ...@@ -818,7 +818,7 @@ mmchs1_ick: mmchs1_ick {
ti,bit-shift = <24>; ti,bit-shift = <24>;
}; };
hdq_ick: hdq_ick { hdq_ick: hdq_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -826,7 +826,7 @@ hdq_ick: hdq_ick { ...@@ -826,7 +826,7 @@ hdq_ick: hdq_ick {
ti,bit-shift = <22>; ti,bit-shift = <22>;
}; };
mcspi4_ick: mcspi4_ick { mcspi4_ick: mcspi4_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -834,7 +834,7 @@ mcspi4_ick: mcspi4_ick { ...@@ -834,7 +834,7 @@ mcspi4_ick: mcspi4_ick {
ti,bit-shift = <21>; ti,bit-shift = <21>;
}; };
mcspi3_ick: mcspi3_ick { mcspi3_ick: mcspi3_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -842,7 +842,7 @@ mcspi3_ick: mcspi3_ick { ...@@ -842,7 +842,7 @@ mcspi3_ick: mcspi3_ick {
ti,bit-shift = <20>; ti,bit-shift = <20>;
}; };
mcspi2_ick: mcspi2_ick { mcspi2_ick: mcspi2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -850,7 +850,7 @@ mcspi2_ick: mcspi2_ick { ...@@ -850,7 +850,7 @@ mcspi2_ick: mcspi2_ick {
ti,bit-shift = <19>; ti,bit-shift = <19>;
}; };
mcspi1_ick: mcspi1_ick { mcspi1_ick: mcspi1_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -858,7 +858,7 @@ mcspi1_ick: mcspi1_ick { ...@@ -858,7 +858,7 @@ mcspi1_ick: mcspi1_ick {
ti,bit-shift = <18>; ti,bit-shift = <18>;
}; };
i2c3_ick: i2c3_ick { i2c3_ick: i2c3_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -866,7 +866,7 @@ i2c3_ick: i2c3_ick { ...@@ -866,7 +866,7 @@ i2c3_ick: i2c3_ick {
ti,bit-shift = <17>; ti,bit-shift = <17>;
}; };
i2c2_ick: i2c2_ick { i2c2_ick: i2c2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -874,7 +874,7 @@ i2c2_ick: i2c2_ick { ...@@ -874,7 +874,7 @@ i2c2_ick: i2c2_ick {
ti,bit-shift = <16>; ti,bit-shift = <16>;
}; };
i2c1_ick: i2c1_ick { i2c1_ick: i2c1_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -882,7 +882,7 @@ i2c1_ick: i2c1_ick { ...@@ -882,7 +882,7 @@ i2c1_ick: i2c1_ick {
ti,bit-shift = <15>; ti,bit-shift = <15>;
}; };
uart2_ick: uart2_ick { uart2_ick: uart2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -890,7 +890,7 @@ uart2_ick: uart2_ick { ...@@ -890,7 +890,7 @@ uart2_ick: uart2_ick {
ti,bit-shift = <14>; ti,bit-shift = <14>;
}; };
uart1_ick: uart1_ick { uart1_ick: uart1_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -898,7 +898,7 @@ uart1_ick: uart1_ick { ...@@ -898,7 +898,7 @@ uart1_ick: uart1_ick {
ti,bit-shift = <13>; ti,bit-shift = <13>;
}; };
gpt11_ick: gpt11_ick { gpt11_ick: gpt11_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -906,7 +906,7 @@ gpt11_ick: gpt11_ick { ...@@ -906,7 +906,7 @@ gpt11_ick: gpt11_ick {
ti,bit-shift = <12>; ti,bit-shift = <12>;
}; };
gpt10_ick: gpt10_ick { gpt10_ick: gpt10_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -914,7 +914,7 @@ gpt10_ick: gpt10_ick { ...@@ -914,7 +914,7 @@ gpt10_ick: gpt10_ick {
ti,bit-shift = <11>; ti,bit-shift = <11>;
}; };
mcbsp5_ick: mcbsp5_ick { mcbsp5_ick: mcbsp5_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -922,7 +922,7 @@ mcbsp5_ick: mcbsp5_ick { ...@@ -922,7 +922,7 @@ mcbsp5_ick: mcbsp5_ick {
ti,bit-shift = <10>; ti,bit-shift = <10>;
}; };
mcbsp1_ick: mcbsp1_ick { mcbsp1_ick: mcbsp1_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -930,7 +930,7 @@ mcbsp1_ick: mcbsp1_ick { ...@@ -930,7 +930,7 @@ mcbsp1_ick: mcbsp1_ick {
ti,bit-shift = <9>; ti,bit-shift = <9>;
}; };
omapctrl_ick: omapctrl_ick { omapctrl_ick: omapctrl_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -938,7 +938,7 @@ omapctrl_ick: omapctrl_ick { ...@@ -938,7 +938,7 @@ omapctrl_ick: omapctrl_ick {
ti,bit-shift = <6>; ti,bit-shift = <6>;
}; };
dss_tv_fck: dss_tv_fck { dss_tv_fck: dss_tv_fck@e00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&omap_54m_fck>; clocks = <&omap_54m_fck>;
...@@ -946,7 +946,7 @@ dss_tv_fck: dss_tv_fck { ...@@ -946,7 +946,7 @@ dss_tv_fck: dss_tv_fck {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
dss_96m_fck: dss_96m_fck { dss_96m_fck: dss_96m_fck@e00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&omap_96m_fck>; clocks = <&omap_96m_fck>;
...@@ -954,7 +954,7 @@ dss_96m_fck: dss_96m_fck { ...@@ -954,7 +954,7 @@ dss_96m_fck: dss_96m_fck {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
dss2_alwon_fck: dss2_alwon_fck { dss2_alwon_fck: dss2_alwon_fck@e00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -968,7 +968,7 @@ dummy_ck: dummy_ck { ...@@ -968,7 +968,7 @@ dummy_ck: dummy_ck {
clock-frequency = <0>; clock-frequency = <0>;
}; };
gpt1_gate_fck: gpt1_gate_fck { gpt1_gate_fck: gpt1_gate_fck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -976,7 +976,7 @@ gpt1_gate_fck: gpt1_gate_fck { ...@@ -976,7 +976,7 @@ gpt1_gate_fck: gpt1_gate_fck {
reg = <0x0c00>; reg = <0x0c00>;
}; };
gpt1_mux_fck: gpt1_mux_fck { gpt1_mux_fck: gpt1_mux_fck@c40 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -989,7 +989,7 @@ gpt1_fck: gpt1_fck { ...@@ -989,7 +989,7 @@ gpt1_fck: gpt1_fck {
clocks = <&gpt1_gate_fck>, <&gpt1_mux_fck>; clocks = <&gpt1_gate_fck>, <&gpt1_mux_fck>;
}; };
aes2_ick: aes2_ick { aes2_ick: aes2_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -1005,7 +1005,7 @@ wkup_32k_fck: wkup_32k_fck { ...@@ -1005,7 +1005,7 @@ wkup_32k_fck: wkup_32k_fck {
clock-div = <1>; clock-div = <1>;
}; };
gpio1_dbck: gpio1_dbck { gpio1_dbck: gpio1_dbck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&wkup_32k_fck>; clocks = <&wkup_32k_fck>;
...@@ -1013,7 +1013,7 @@ gpio1_dbck: gpio1_dbck { ...@@ -1013,7 +1013,7 @@ gpio1_dbck: gpio1_dbck {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
sha12_ick: sha12_ick { sha12_ick: sha12_ick@a10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&core_l4_ick>; clocks = <&core_l4_ick>;
...@@ -1021,7 +1021,7 @@ sha12_ick: sha12_ick { ...@@ -1021,7 +1021,7 @@ sha12_ick: sha12_ick {
ti,bit-shift = <27>; ti,bit-shift = <27>;
}; };
wdt2_fck: wdt2_fck { wdt2_fck: wdt2_fck@c00 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&wkup_32k_fck>; clocks = <&wkup_32k_fck>;
...@@ -1029,7 +1029,7 @@ wdt2_fck: wdt2_fck { ...@@ -1029,7 +1029,7 @@ wdt2_fck: wdt2_fck {
ti,bit-shift = <5>; ti,bit-shift = <5>;
}; };
wdt2_ick: wdt2_ick { wdt2_ick: wdt2_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1037,7 +1037,7 @@ wdt2_ick: wdt2_ick { ...@@ -1037,7 +1037,7 @@ wdt2_ick: wdt2_ick {
ti,bit-shift = <5>; ti,bit-shift = <5>;
}; };
wdt1_ick: wdt1_ick { wdt1_ick: wdt1_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1045,7 +1045,7 @@ wdt1_ick: wdt1_ick { ...@@ -1045,7 +1045,7 @@ wdt1_ick: wdt1_ick {
ti,bit-shift = <4>; ti,bit-shift = <4>;
}; };
gpio1_ick: gpio1_ick { gpio1_ick: gpio1_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1053,7 +1053,7 @@ gpio1_ick: gpio1_ick { ...@@ -1053,7 +1053,7 @@ gpio1_ick: gpio1_ick {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
omap_32ksync_ick: omap_32ksync_ick { omap_32ksync_ick: omap_32ksync_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1061,7 +1061,7 @@ omap_32ksync_ick: omap_32ksync_ick { ...@@ -1061,7 +1061,7 @@ omap_32ksync_ick: omap_32ksync_ick {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
gpt12_ick: gpt12_ick { gpt12_ick: gpt12_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1069,7 +1069,7 @@ gpt12_ick: gpt12_ick { ...@@ -1069,7 +1069,7 @@ gpt12_ick: gpt12_ick {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
gpt1_ick: gpt1_ick { gpt1_ick: gpt1_ick@c10 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&wkup_l4_ick>; clocks = <&wkup_l4_ick>;
...@@ -1093,7 +1093,7 @@ per_48m_fck: per_48m_fck { ...@@ -1093,7 +1093,7 @@ per_48m_fck: per_48m_fck {
clock-div = <1>; clock-div = <1>;
}; };
uart3_fck: uart3_fck { uart3_fck: uart3_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&per_48m_fck>; clocks = <&per_48m_fck>;
...@@ -1101,7 +1101,7 @@ uart3_fck: uart3_fck { ...@@ -1101,7 +1101,7 @@ uart3_fck: uart3_fck {
ti,bit-shift = <11>; ti,bit-shift = <11>;
}; };
gpt2_gate_fck: gpt2_gate_fck { gpt2_gate_fck: gpt2_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1109,7 +1109,7 @@ gpt2_gate_fck: gpt2_gate_fck { ...@@ -1109,7 +1109,7 @@ gpt2_gate_fck: gpt2_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt2_mux_fck: gpt2_mux_fck { gpt2_mux_fck: gpt2_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1122,7 +1122,7 @@ gpt2_fck: gpt2_fck { ...@@ -1122,7 +1122,7 @@ gpt2_fck: gpt2_fck {
clocks = <&gpt2_gate_fck>, <&gpt2_mux_fck>; clocks = <&gpt2_gate_fck>, <&gpt2_mux_fck>;
}; };
gpt3_gate_fck: gpt3_gate_fck { gpt3_gate_fck: gpt3_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1130,7 +1130,7 @@ gpt3_gate_fck: gpt3_gate_fck { ...@@ -1130,7 +1130,7 @@ gpt3_gate_fck: gpt3_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt3_mux_fck: gpt3_mux_fck { gpt3_mux_fck: gpt3_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1144,7 +1144,7 @@ gpt3_fck: gpt3_fck { ...@@ -1144,7 +1144,7 @@ gpt3_fck: gpt3_fck {
clocks = <&gpt3_gate_fck>, <&gpt3_mux_fck>; clocks = <&gpt3_gate_fck>, <&gpt3_mux_fck>;
}; };
gpt4_gate_fck: gpt4_gate_fck { gpt4_gate_fck: gpt4_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1152,7 +1152,7 @@ gpt4_gate_fck: gpt4_gate_fck { ...@@ -1152,7 +1152,7 @@ gpt4_gate_fck: gpt4_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt4_mux_fck: gpt4_mux_fck { gpt4_mux_fck: gpt4_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1166,7 +1166,7 @@ gpt4_fck: gpt4_fck { ...@@ -1166,7 +1166,7 @@ gpt4_fck: gpt4_fck {
clocks = <&gpt4_gate_fck>, <&gpt4_mux_fck>; clocks = <&gpt4_gate_fck>, <&gpt4_mux_fck>;
}; };
gpt5_gate_fck: gpt5_gate_fck { gpt5_gate_fck: gpt5_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1174,7 +1174,7 @@ gpt5_gate_fck: gpt5_gate_fck { ...@@ -1174,7 +1174,7 @@ gpt5_gate_fck: gpt5_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt5_mux_fck: gpt5_mux_fck { gpt5_mux_fck: gpt5_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1188,7 +1188,7 @@ gpt5_fck: gpt5_fck { ...@@ -1188,7 +1188,7 @@ gpt5_fck: gpt5_fck {
clocks = <&gpt5_gate_fck>, <&gpt5_mux_fck>; clocks = <&gpt5_gate_fck>, <&gpt5_mux_fck>;
}; };
gpt6_gate_fck: gpt6_gate_fck { gpt6_gate_fck: gpt6_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1196,7 +1196,7 @@ gpt6_gate_fck: gpt6_gate_fck { ...@@ -1196,7 +1196,7 @@ gpt6_gate_fck: gpt6_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt6_mux_fck: gpt6_mux_fck { gpt6_mux_fck: gpt6_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1210,7 +1210,7 @@ gpt6_fck: gpt6_fck { ...@@ -1210,7 +1210,7 @@ gpt6_fck: gpt6_fck {
clocks = <&gpt6_gate_fck>, <&gpt6_mux_fck>; clocks = <&gpt6_gate_fck>, <&gpt6_mux_fck>;
}; };
gpt7_gate_fck: gpt7_gate_fck { gpt7_gate_fck: gpt7_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1218,7 +1218,7 @@ gpt7_gate_fck: gpt7_gate_fck { ...@@ -1218,7 +1218,7 @@ gpt7_gate_fck: gpt7_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt7_mux_fck: gpt7_mux_fck { gpt7_mux_fck: gpt7_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1232,7 +1232,7 @@ gpt7_fck: gpt7_fck { ...@@ -1232,7 +1232,7 @@ gpt7_fck: gpt7_fck {
clocks = <&gpt7_gate_fck>, <&gpt7_mux_fck>; clocks = <&gpt7_gate_fck>, <&gpt7_mux_fck>;
}; };
gpt8_gate_fck: gpt8_gate_fck { gpt8_gate_fck: gpt8_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1240,7 +1240,7 @@ gpt8_gate_fck: gpt8_gate_fck { ...@@ -1240,7 +1240,7 @@ gpt8_gate_fck: gpt8_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt8_mux_fck: gpt8_mux_fck { gpt8_mux_fck: gpt8_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1254,7 +1254,7 @@ gpt8_fck: gpt8_fck { ...@@ -1254,7 +1254,7 @@ gpt8_fck: gpt8_fck {
clocks = <&gpt8_gate_fck>, <&gpt8_mux_fck>; clocks = <&gpt8_gate_fck>, <&gpt8_mux_fck>;
}; };
gpt9_gate_fck: gpt9_gate_fck { gpt9_gate_fck: gpt9_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&sys_ck>; clocks = <&sys_ck>;
...@@ -1262,7 +1262,7 @@ gpt9_gate_fck: gpt9_gate_fck { ...@@ -1262,7 +1262,7 @@ gpt9_gate_fck: gpt9_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
gpt9_mux_fck: gpt9_mux_fck { gpt9_mux_fck: gpt9_mux_fck@1040 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-mux-clock"; compatible = "ti,composite-mux-clock";
clocks = <&omap_32k_fck>, <&sys_ck>; clocks = <&omap_32k_fck>, <&sys_ck>;
...@@ -1284,7 +1284,7 @@ per_32k_alwon_fck: per_32k_alwon_fck { ...@@ -1284,7 +1284,7 @@ per_32k_alwon_fck: per_32k_alwon_fck {
clock-div = <1>; clock-div = <1>;
}; };
gpio6_dbck: gpio6_dbck { gpio6_dbck: gpio6_dbck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1292,7 +1292,7 @@ gpio6_dbck: gpio6_dbck { ...@@ -1292,7 +1292,7 @@ gpio6_dbck: gpio6_dbck {
ti,bit-shift = <17>; ti,bit-shift = <17>;
}; };
gpio5_dbck: gpio5_dbck { gpio5_dbck: gpio5_dbck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1300,7 +1300,7 @@ gpio5_dbck: gpio5_dbck { ...@@ -1300,7 +1300,7 @@ gpio5_dbck: gpio5_dbck {
ti,bit-shift = <16>; ti,bit-shift = <16>;
}; };
gpio4_dbck: gpio4_dbck { gpio4_dbck: gpio4_dbck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1308,7 +1308,7 @@ gpio4_dbck: gpio4_dbck { ...@@ -1308,7 +1308,7 @@ gpio4_dbck: gpio4_dbck {
ti,bit-shift = <15>; ti,bit-shift = <15>;
}; };
gpio3_dbck: gpio3_dbck { gpio3_dbck: gpio3_dbck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1316,7 +1316,7 @@ gpio3_dbck: gpio3_dbck { ...@@ -1316,7 +1316,7 @@ gpio3_dbck: gpio3_dbck {
ti,bit-shift = <14>; ti,bit-shift = <14>;
}; };
gpio2_dbck: gpio2_dbck { gpio2_dbck: gpio2_dbck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,gate-clock"; compatible = "ti,gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1324,7 +1324,7 @@ gpio2_dbck: gpio2_dbck { ...@@ -1324,7 +1324,7 @@ gpio2_dbck: gpio2_dbck {
ti,bit-shift = <13>; ti,bit-shift = <13>;
}; };
wdt3_fck: wdt3_fck { wdt3_fck: wdt3_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,wait-gate-clock"; compatible = "ti,wait-gate-clock";
clocks = <&per_32k_alwon_fck>; clocks = <&per_32k_alwon_fck>;
...@@ -1340,7 +1340,7 @@ per_l4_ick: per_l4_ick { ...@@ -1340,7 +1340,7 @@ per_l4_ick: per_l4_ick {
clock-div = <1>; clock-div = <1>;
}; };
gpio6_ick: gpio6_ick { gpio6_ick: gpio6_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1348,7 +1348,7 @@ gpio6_ick: gpio6_ick { ...@@ -1348,7 +1348,7 @@ gpio6_ick: gpio6_ick {
ti,bit-shift = <17>; ti,bit-shift = <17>;
}; };
gpio5_ick: gpio5_ick { gpio5_ick: gpio5_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1356,7 +1356,7 @@ gpio5_ick: gpio5_ick { ...@@ -1356,7 +1356,7 @@ gpio5_ick: gpio5_ick {
ti,bit-shift = <16>; ti,bit-shift = <16>;
}; };
gpio4_ick: gpio4_ick { gpio4_ick: gpio4_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1364,7 +1364,7 @@ gpio4_ick: gpio4_ick { ...@@ -1364,7 +1364,7 @@ gpio4_ick: gpio4_ick {
ti,bit-shift = <15>; ti,bit-shift = <15>;
}; };
gpio3_ick: gpio3_ick { gpio3_ick: gpio3_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1372,7 +1372,7 @@ gpio3_ick: gpio3_ick { ...@@ -1372,7 +1372,7 @@ gpio3_ick: gpio3_ick {
ti,bit-shift = <14>; ti,bit-shift = <14>;
}; };
gpio2_ick: gpio2_ick { gpio2_ick: gpio2_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1380,7 +1380,7 @@ gpio2_ick: gpio2_ick { ...@@ -1380,7 +1380,7 @@ gpio2_ick: gpio2_ick {
ti,bit-shift = <13>; ti,bit-shift = <13>;
}; };
wdt3_ick: wdt3_ick { wdt3_ick: wdt3_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1388,7 +1388,7 @@ wdt3_ick: wdt3_ick { ...@@ -1388,7 +1388,7 @@ wdt3_ick: wdt3_ick {
ti,bit-shift = <12>; ti,bit-shift = <12>;
}; };
uart3_ick: uart3_ick { uart3_ick: uart3_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1396,7 +1396,7 @@ uart3_ick: uart3_ick { ...@@ -1396,7 +1396,7 @@ uart3_ick: uart3_ick {
ti,bit-shift = <11>; ti,bit-shift = <11>;
}; };
uart4_ick: uart4_ick { uart4_ick: uart4_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1404,7 +1404,7 @@ uart4_ick: uart4_ick { ...@@ -1404,7 +1404,7 @@ uart4_ick: uart4_ick {
ti,bit-shift = <18>; ti,bit-shift = <18>;
}; };
gpt9_ick: gpt9_ick { gpt9_ick: gpt9_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1412,7 +1412,7 @@ gpt9_ick: gpt9_ick { ...@@ -1412,7 +1412,7 @@ gpt9_ick: gpt9_ick {
ti,bit-shift = <10>; ti,bit-shift = <10>;
}; };
gpt8_ick: gpt8_ick { gpt8_ick: gpt8_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1420,7 +1420,7 @@ gpt8_ick: gpt8_ick { ...@@ -1420,7 +1420,7 @@ gpt8_ick: gpt8_ick {
ti,bit-shift = <9>; ti,bit-shift = <9>;
}; };
gpt7_ick: gpt7_ick { gpt7_ick: gpt7_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1428,7 +1428,7 @@ gpt7_ick: gpt7_ick { ...@@ -1428,7 +1428,7 @@ gpt7_ick: gpt7_ick {
ti,bit-shift = <8>; ti,bit-shift = <8>;
}; };
gpt6_ick: gpt6_ick { gpt6_ick: gpt6_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1436,7 +1436,7 @@ gpt6_ick: gpt6_ick { ...@@ -1436,7 +1436,7 @@ gpt6_ick: gpt6_ick {
ti,bit-shift = <7>; ti,bit-shift = <7>;
}; };
gpt5_ick: gpt5_ick { gpt5_ick: gpt5_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1444,7 +1444,7 @@ gpt5_ick: gpt5_ick { ...@@ -1444,7 +1444,7 @@ gpt5_ick: gpt5_ick {
ti,bit-shift = <6>; ti,bit-shift = <6>;
}; };
gpt4_ick: gpt4_ick { gpt4_ick: gpt4_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1452,7 +1452,7 @@ gpt4_ick: gpt4_ick { ...@@ -1452,7 +1452,7 @@ gpt4_ick: gpt4_ick {
ti,bit-shift = <5>; ti,bit-shift = <5>;
}; };
gpt3_ick: gpt3_ick { gpt3_ick: gpt3_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1460,7 +1460,7 @@ gpt3_ick: gpt3_ick { ...@@ -1460,7 +1460,7 @@ gpt3_ick: gpt3_ick {
ti,bit-shift = <4>; ti,bit-shift = <4>;
}; };
gpt2_ick: gpt2_ick { gpt2_ick: gpt2_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1468,7 +1468,7 @@ gpt2_ick: gpt2_ick { ...@@ -1468,7 +1468,7 @@ gpt2_ick: gpt2_ick {
ti,bit-shift = <3>; ti,bit-shift = <3>;
}; };
mcbsp2_ick: mcbsp2_ick { mcbsp2_ick: mcbsp2_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1476,7 +1476,7 @@ mcbsp2_ick: mcbsp2_ick { ...@@ -1476,7 +1476,7 @@ mcbsp2_ick: mcbsp2_ick {
ti,bit-shift = <0>; ti,bit-shift = <0>;
}; };
mcbsp3_ick: mcbsp3_ick { mcbsp3_ick: mcbsp3_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1484,7 +1484,7 @@ mcbsp3_ick: mcbsp3_ick { ...@@ -1484,7 +1484,7 @@ mcbsp3_ick: mcbsp3_ick {
ti,bit-shift = <1>; ti,bit-shift = <1>;
}; };
mcbsp4_ick: mcbsp4_ick { mcbsp4_ick: mcbsp4_ick@1010 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,omap3-interface-clock"; compatible = "ti,omap3-interface-clock";
clocks = <&per_l4_ick>; clocks = <&per_l4_ick>;
...@@ -1492,7 +1492,7 @@ mcbsp4_ick: mcbsp4_ick { ...@@ -1492,7 +1492,7 @@ mcbsp4_ick: mcbsp4_ick {
ti,bit-shift = <2>; ti,bit-shift = <2>;
}; };
mcbsp2_gate_fck: mcbsp2_gate_fck { mcbsp2_gate_fck: mcbsp2_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&mcbsp_clks>; clocks = <&mcbsp_clks>;
...@@ -1500,7 +1500,7 @@ mcbsp2_gate_fck: mcbsp2_gate_fck { ...@@ -1500,7 +1500,7 @@ mcbsp2_gate_fck: mcbsp2_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
mcbsp3_gate_fck: mcbsp3_gate_fck { mcbsp3_gate_fck: mcbsp3_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&mcbsp_clks>; clocks = <&mcbsp_clks>;
...@@ -1508,7 +1508,7 @@ mcbsp3_gate_fck: mcbsp3_gate_fck { ...@@ -1508,7 +1508,7 @@ mcbsp3_gate_fck: mcbsp3_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
mcbsp4_gate_fck: mcbsp4_gate_fck { mcbsp4_gate_fck: mcbsp4_gate_fck@1000 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,composite-gate-clock"; compatible = "ti,composite-gate-clock";
clocks = <&mcbsp_clks>; clocks = <&mcbsp_clks>;
...@@ -1516,7 +1516,7 @@ mcbsp4_gate_fck: mcbsp4_gate_fck { ...@@ -1516,7 +1516,7 @@ mcbsp4_gate_fck: mcbsp4_gate_fck {
reg = <0x1000>; reg = <0x1000>;
}; };
emu_src_mux_ck: emu_src_mux_ck { emu_src_mux_ck: emu_src_mux_ck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>; clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>;
...@@ -1529,7 +1529,7 @@ emu_src_ck: emu_src_ck { ...@@ -1529,7 +1529,7 @@ emu_src_ck: emu_src_ck {
clocks = <&emu_src_mux_ck>; clocks = <&emu_src_mux_ck>;
}; };
pclk_fck: pclk_fck { pclk_fck: pclk_fck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
...@@ -1539,7 +1539,7 @@ pclk_fck: pclk_fck { ...@@ -1539,7 +1539,7 @@ pclk_fck: pclk_fck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
pclkx2_fck: pclkx2_fck { pclkx2_fck: pclkx2_fck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
...@@ -1549,7 +1549,7 @@ pclkx2_fck: pclkx2_fck { ...@@ -1549,7 +1549,7 @@ pclkx2_fck: pclkx2_fck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
atclk_fck: atclk_fck { atclk_fck: atclk_fck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
...@@ -1559,7 +1559,7 @@ atclk_fck: atclk_fck { ...@@ -1559,7 +1559,7 @@ atclk_fck: atclk_fck {
ti,index-starts-at-one; ti,index-starts-at-one;
}; };
traceclk_src_fck: traceclk_src_fck { traceclk_src_fck: traceclk_src_fck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,mux-clock"; compatible = "ti,mux-clock";
clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>; clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>;
...@@ -1567,7 +1567,7 @@ traceclk_src_fck: traceclk_src_fck { ...@@ -1567,7 +1567,7 @@ traceclk_src_fck: traceclk_src_fck {
reg = <0x1140>; reg = <0x1140>;
}; };
traceclk_fck: traceclk_fck { traceclk_fck: traceclk_fck@1140 {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "ti,divider-clock"; compatible = "ti,divider-clock";
clocks = <&traceclk_src_fck>; clocks = <&traceclk_src_fck>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment