Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Tero Kristo and committed by
Tony Lindgren
b5b5340d 6905e94d

+215 -215
+10 -10
arch/arm/boot/dts/am35xx-clocks.dtsi
··· 8 8 * published by the Free Software Foundation. 9 9 */ 10 10 &scm_clocks { 11 - emac_ick: emac_ick { 11 + emac_ick: emac_ick@32c { 12 12 #clock-cells = <0>; 13 13 compatible = "ti,am35xx-gate-clock"; 14 14 clocks = <&ipss_ick>; ··· 16 16 ti,bit-shift = <1>; 17 17 }; 18 18 19 - emac_fck: emac_fck { 19 + emac_fck: emac_fck@32c { 20 20 #clock-cells = <0>; 21 21 compatible = "ti,gate-clock"; 22 22 clocks = <&rmii_ck>; ··· 24 24 ti,bit-shift = <9>; 25 25 }; 26 26 27 - vpfe_ick: vpfe_ick { 27 + vpfe_ick: vpfe_ick@32c { 28 28 #clock-cells = <0>; 29 29 compatible = "ti,am35xx-gate-clock"; 30 30 clocks = <&ipss_ick>; ··· 32 32 ti,bit-shift = <2>; 33 33 }; 34 34 35 - vpfe_fck: vpfe_fck { 35 + vpfe_fck: vpfe_fck@32c { 36 36 #clock-cells = <0>; 37 37 compatible = "ti,gate-clock"; 38 38 clocks = <&pclk_ck>; ··· 40 40 ti,bit-shift = <10>; 41 41 }; 42 42 43 - hsotgusb_ick_am35xx: hsotgusb_ick_am35xx { 43 + hsotgusb_ick_am35xx: hsotgusb_ick_am35xx@32c { 44 44 #clock-cells = <0>; 45 45 compatible = "ti,am35xx-gate-clock"; 46 46 clocks = <&ipss_ick>; ··· 48 48 ti,bit-shift = <0>; 49 49 }; 50 50 51 - hsotgusb_fck_am35xx: hsotgusb_fck_am35xx { 51 + hsotgusb_fck_am35xx: hsotgusb_fck_am35xx@32c { 52 52 #clock-cells = <0>; 53 53 compatible = "ti,gate-clock"; 54 54 clocks = <&sys_ck>; ··· 56 56 ti,bit-shift = <8>; 57 57 }; 58 58 59 - hecc_ck: hecc_ck { 59 + hecc_ck: hecc_ck@32c { 60 60 #clock-cells = <0>; 61 61 compatible = "ti,am35xx-gate-clock"; 62 62 clocks = <&sys_ck>; ··· 65 65 }; 66 66 }; 67 67 &cm_clocks { 68 - ipss_ick: ipss_ick { 68 + ipss_ick: ipss_ick@a10 { 69 69 #clock-cells = <0>; 70 70 compatible = "ti,am35xx-interface-clock"; 71 71 clocks = <&core_l3_ick>; ··· 85 85 clock-frequency = <27000000>; 86 86 }; 87 87 88 - uart4_ick_am35xx: uart4_ick_am35xx { 88 + uart4_ick_am35xx: uart4_ick_am35xx@a10 { 89 89 #clock-cells = <0>; 90 90 compatible = "ti,omap3-interface-clock"; 91 91 clocks = <&core_l4_ick>; ··· 93 93 ti,bit-shift = <23>; 94 94 }; 95 95 96 - uart4_fck_am35xx: uart4_fck_am35xx { 96 + uart4_fck_am35xx: uart4_fck_am35xx@a00 { 97 97 #clock-cells = <0>; 98 98 compatible = "ti,wait-gate-clock"; 99 99 clocks = <&core_48m_fck>;
+15 -15
arch/arm/boot/dts/omap3430es1-clocks.dtsi
··· 8 8 * published by the Free Software Foundation. 9 9 */ 10 10 &cm_clocks { 11 - gfx_l3_ck: gfx_l3_ck { 11 + gfx_l3_ck: gfx_l3_ck@b10 { 12 12 #clock-cells = <0>; 13 13 compatible = "ti,wait-gate-clock"; 14 14 clocks = <&l3_ick>; ··· 16 16 ti,bit-shift = <0>; 17 17 }; 18 18 19 - gfx_l3_fck: gfx_l3_fck { 19 + gfx_l3_fck: gfx_l3_fck@b40 { 20 20 #clock-cells = <0>; 21 21 compatible = "ti,divider-clock"; 22 22 clocks = <&l3_ick>; ··· 33 33 clock-div = <1>; 34 34 }; 35 35 36 - gfx_cg1_ck: gfx_cg1_ck { 36 + gfx_cg1_ck: gfx_cg1_ck@b00 { 37 37 #clock-cells = <0>; 38 38 compatible = "ti,wait-gate-clock"; 39 39 clocks = <&gfx_l3_fck>; ··· 41 41 ti,bit-shift = <1>; 42 42 }; 43 43 44 - gfx_cg2_ck: gfx_cg2_ck { 44 + gfx_cg2_ck: gfx_cg2_ck@b00 { 45 45 #clock-cells = <0>; 46 46 compatible = "ti,wait-gate-clock"; 47 47 clocks = <&gfx_l3_fck>; ··· 49 49 ti,bit-shift = <2>; 50 50 }; 51 51 52 - d2d_26m_fck: d2d_26m_fck { 52 + d2d_26m_fck: d2d_26m_fck@a00 { 53 53 #clock-cells = <0>; 54 54 compatible = "ti,wait-gate-clock"; 55 55 clocks = <&sys_ck>; ··· 57 57 ti,bit-shift = <3>; 58 58 }; 59 59 60 - fshostusb_fck: fshostusb_fck { 60 + fshostusb_fck: fshostusb_fck@a00 { 61 61 #clock-cells = <0>; 62 62 compatible = "ti,wait-gate-clock"; 63 63 clocks = <&core_48m_fck>; ··· 65 65 ti,bit-shift = <5>; 66 66 }; 67 67 68 - ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1 { 68 + ssi_ssr_gate_fck_3430es1: ssi_ssr_gate_fck_3430es1@a00 { 69 69 #clock-cells = <0>; 70 70 compatible = "ti,composite-no-wait-gate-clock"; 71 71 clocks = <&corex2_fck>; ··· 73 73 reg = <0x0a00>; 74 74 }; 75 75 76 - ssi_ssr_div_fck_3430es1: ssi_ssr_div_fck_3430es1 { 76 + ssi_ssr_div_fck_3430es1: ssi_ssr_div_fck_3430es1@a40 { 77 77 #clock-cells = <0>; 78 78 compatible = "ti,composite-divider-clock"; 79 79 clocks = <&corex2_fck>; ··· 96 96 clock-div = <2>; 97 97 }; 98 98 99 - hsotgusb_ick_3430es1: hsotgusb_ick_3430es1 { 99 + hsotgusb_ick_3430es1: hsotgusb_ick_3430es1@a10 { 100 100 #clock-cells = <0>; 101 101 compatible = "ti,omap3-no-wait-interface-clock"; 102 102 clocks = <&core_l3_ick>; ··· 104 104 ti,bit-shift = <4>; 105 105 }; 106 106 107 - fac_ick: fac_ick { 107 + fac_ick: fac_ick@a10 { 108 108 #clock-cells = <0>; 109 109 compatible = "ti,omap3-interface-clock"; 110 110 clocks = <&core_l4_ick>; ··· 120 120 clock-div = <1>; 121 121 }; 122 122 123 - ssi_ick: ssi_ick_3430es1 { 123 + ssi_ick: ssi_ick_3430es1@a10 { 124 124 #clock-cells = <0>; 125 125 compatible = "ti,omap3-no-wait-interface-clock"; 126 126 clocks = <&ssi_l4_ick>; ··· 128 128 ti,bit-shift = <0>; 129 129 }; 130 130 131 - usb_l4_gate_ick: usb_l4_gate_ick { 131 + usb_l4_gate_ick: usb_l4_gate_ick@a10 { 132 132 #clock-cells = <0>; 133 133 compatible = "ti,composite-interface-clock"; 134 134 clocks = <&l4_ick>; ··· 136 136 reg = <0x0a10>; 137 137 }; 138 138 139 - usb_l4_div_ick: usb_l4_div_ick { 139 + usb_l4_div_ick: usb_l4_div_ick@a40 { 140 140 #clock-cells = <0>; 141 141 compatible = "ti,composite-divider-clock"; 142 142 clocks = <&l4_ick>; ··· 152 152 clocks = <&usb_l4_gate_ick>, <&usb_l4_div_ick>; 153 153 }; 154 154 155 - dss1_alwon_fck: dss1_alwon_fck_3430es1 { 155 + dss1_alwon_fck: dss1_alwon_fck_3430es1@e00 { 156 156 #clock-cells = <0>; 157 157 compatible = "ti,gate-clock"; 158 158 clocks = <&dpll4_m4x2_ck>; ··· 161 161 ti,set-rate-parent; 162 162 }; 163 163 164 - dss_ick: dss_ick_3430es1 { 164 + dss_ick: dss_ick_3430es1@e10 { 165 165 #clock-cells = <0>; 166 166 compatible = "ti,omap3-no-wait-interface-clock"; 167 167 clocks = <&l4_ick>;
+22 -22
arch/arm/boot/dts/omap34xx-omap36xx-clocks.dtsi
··· 16 16 clock-div = <1>; 17 17 }; 18 18 19 - aes1_ick: aes1_ick { 19 + aes1_ick: aes1_ick@a14 { 20 20 #clock-cells = <0>; 21 21 compatible = "ti,omap3-interface-clock"; 22 22 clocks = <&security_l4_ick2>; ··· 24 24 reg = <0x0a14>; 25 25 }; 26 26 27 - rng_ick: rng_ick { 27 + rng_ick: rng_ick@a14 { 28 28 #clock-cells = <0>; 29 29 compatible = "ti,omap3-interface-clock"; 30 30 clocks = <&security_l4_ick2>; ··· 32 32 ti,bit-shift = <2>; 33 33 }; 34 34 35 - sha11_ick: sha11_ick { 35 + sha11_ick: sha11_ick@a14 { 36 36 #clock-cells = <0>; 37 37 compatible = "ti,omap3-interface-clock"; 38 38 clocks = <&security_l4_ick2>; ··· 40 40 ti,bit-shift = <1>; 41 41 }; 42 42 43 - des1_ick: des1_ick { 43 + des1_ick: des1_ick@a14 { 44 44 #clock-cells = <0>; 45 45 compatible = "ti,omap3-interface-clock"; 46 46 clocks = <&security_l4_ick2>; ··· 48 48 ti,bit-shift = <0>; 49 49 }; 50 50 51 - cam_mclk: cam_mclk { 51 + cam_mclk: cam_mclk@f00 { 52 52 #clock-cells = <0>; 53 53 compatible = "ti,gate-clock"; 54 54 clocks = <&dpll4_m5x2_ck>; ··· 57 57 ti,set-rate-parent; 58 58 }; 59 59 60 - cam_ick: cam_ick { 60 + cam_ick: cam_ick@f10 { 61 61 #clock-cells = <0>; 62 62 compatible = "ti,omap3-no-wait-interface-clock"; 63 63 clocks = <&l4_ick>; ··· 65 65 ti,bit-shift = <0>; 66 66 }; 67 67 68 - csi2_96m_fck: csi2_96m_fck { 68 + csi2_96m_fck: csi2_96m_fck@f00 { 69 69 #clock-cells = <0>; 70 70 compatible = "ti,gate-clock"; 71 71 clocks = <&core_96m_fck>; ··· 81 81 clock-div = <1>; 82 82 }; 83 83 84 - pka_ick: pka_ick { 84 + pka_ick: pka_ick@a14 { 85 85 #clock-cells = <0>; 86 86 compatible = "ti,omap3-interface-clock"; 87 87 clocks = <&security_l3_ick>; ··· 89 89 ti,bit-shift = <4>; 90 90 }; 91 91 92 - icr_ick: icr_ick { 92 + icr_ick: icr_ick@a10 { 93 93 #clock-cells = <0>; 94 94 compatible = "ti,omap3-interface-clock"; 95 95 clocks = <&core_l4_ick>; ··· 97 97 ti,bit-shift = <29>; 98 98 }; 99 99 100 - des2_ick: des2_ick { 100 + des2_ick: des2_ick@a10 { 101 101 #clock-cells = <0>; 102 102 compatible = "ti,omap3-interface-clock"; 103 103 clocks = <&core_l4_ick>; ··· 105 105 ti,bit-shift = <26>; 106 106 }; 107 107 108 - mspro_ick: mspro_ick { 108 + mspro_ick: mspro_ick@a10 { 109 109 #clock-cells = <0>; 110 110 compatible = "ti,omap3-interface-clock"; 111 111 clocks = <&core_l4_ick>; ··· 113 113 ti,bit-shift = <23>; 114 114 }; 115 115 116 - mailboxes_ick: mailboxes_ick { 116 + mailboxes_ick: mailboxes_ick@a10 { 117 117 #clock-cells = <0>; 118 118 compatible = "ti,omap3-interface-clock"; 119 119 clocks = <&core_l4_ick>; ··· 129 129 clock-div = <1>; 130 130 }; 131 131 132 - sr1_fck: sr1_fck { 132 + sr1_fck: sr1_fck@c00 { 133 133 #clock-cells = <0>; 134 134 compatible = "ti,wait-gate-clock"; 135 135 clocks = <&sys_ck>; ··· 137 137 ti,bit-shift = <6>; 138 138 }; 139 139 140 - sr2_fck: sr2_fck { 140 + sr2_fck: sr2_fck@c00 { 141 141 #clock-cells = <0>; 142 142 compatible = "ti,wait-gate-clock"; 143 143 clocks = <&sys_ck>; ··· 153 153 clock-div = <1>; 154 154 }; 155 155 156 - dpll2_fck: dpll2_fck { 156 + dpll2_fck: dpll2_fck@40 { 157 157 #clock-cells = <0>; 158 158 compatible = "ti,divider-clock"; 159 159 clocks = <&core_ck>; ··· 163 163 ti,index-starts-at-one; 164 164 }; 165 165 166 - dpll2_ck: dpll2_ck { 166 + dpll2_ck: dpll2_ck@4 { 167 167 #clock-cells = <0>; 168 168 compatible = "ti,omap3-dpll-clock"; 169 169 clocks = <&sys_ck>, <&dpll2_fck>; ··· 173 173 ti,low-power-bypass; 174 174 }; 175 175 176 - dpll2_m2_ck: dpll2_m2_ck { 176 + dpll2_m2_ck: dpll2_m2_ck@44 { 177 177 #clock-cells = <0>; 178 178 compatible = "ti,divider-clock"; 179 179 clocks = <&dpll2_ck>; ··· 182 182 ti,index-starts-at-one; 183 183 }; 184 184 185 - iva2_ck: iva2_ck { 185 + iva2_ck: iva2_ck@0 { 186 186 #clock-cells = <0>; 187 187 compatible = "ti,wait-gate-clock"; 188 188 clocks = <&dpll2_m2_ck>; ··· 190 190 ti,bit-shift = <0>; 191 191 }; 192 192 193 - modem_fck: modem_fck { 193 + modem_fck: modem_fck@a00 { 194 194 #clock-cells = <0>; 195 195 compatible = "ti,omap3-interface-clock"; 196 196 clocks = <&sys_ck>; ··· 198 198 ti,bit-shift = <31>; 199 199 }; 200 200 201 - sad2d_ick: sad2d_ick { 201 + sad2d_ick: sad2d_ick@a10 { 202 202 #clock-cells = <0>; 203 203 compatible = "ti,omap3-interface-clock"; 204 204 clocks = <&l3_ick>; ··· 206 206 ti,bit-shift = <3>; 207 207 }; 208 208 209 - mad2d_ick: mad2d_ick { 209 + mad2d_ick: mad2d_ick@a18 { 210 210 #clock-cells = <0>; 211 211 compatible = "ti,omap3-interface-clock"; 212 212 clocks = <&l3_ick>; ··· 214 214 ti,bit-shift = <3>; 215 215 }; 216 216 217 - mspro_fck: mspro_fck { 217 + mspro_fck: mspro_fck@a00 { 218 218 #clock-cells = <0>; 219 219 compatible = "ti,wait-gate-clock"; 220 220 clocks = <&core_96m_fck>;
+16 -16
arch/arm/boot/dts/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
··· 25 25 }; 26 26 }; 27 27 &cm_clocks { 28 - dpll5_ck: dpll5_ck { 28 + dpll5_ck: dpll5_ck@d04 { 29 29 #clock-cells = <0>; 30 30 compatible = "ti,omap3-dpll-clock"; 31 31 clocks = <&sys_ck>, <&sys_ck>; ··· 34 34 ti,lock; 35 35 }; 36 36 37 - dpll5_m2_ck: dpll5_m2_ck { 37 + dpll5_m2_ck: dpll5_m2_ck@d50 { 38 38 #clock-cells = <0>; 39 39 compatible = "ti,divider-clock"; 40 40 clocks = <&dpll5_ck>; ··· 43 43 ti,index-starts-at-one; 44 44 }; 45 45 46 - sgx_gate_fck: sgx_gate_fck { 46 + sgx_gate_fck: sgx_gate_fck@b00 { 47 47 #clock-cells = <0>; 48 48 compatible = "ti,composite-gate-clock"; 49 49 clocks = <&core_ck>; ··· 91 91 clock-div = <2>; 92 92 }; 93 93 94 - sgx_mux_fck: sgx_mux_fck { 94 + sgx_mux_fck: sgx_mux_fck@b40 { 95 95 #clock-cells = <0>; 96 96 compatible = "ti,composite-mux-clock"; 97 97 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 104 clocks = <&sgx_gate_fck>, <&sgx_mux_fck>; 105 105 }; 106 106 107 - sgx_ick: sgx_ick { 107 + sgx_ick: sgx_ick@b10 { 108 108 #clock-cells = <0>; 109 109 compatible = "ti,wait-gate-clock"; 110 110 clocks = <&l3_ick>; ··· 112 112 ti,bit-shift = <0>; 113 113 }; 114 114 115 - cpefuse_fck: cpefuse_fck { 115 + cpefuse_fck: cpefuse_fck@a08 { 116 116 #clock-cells = <0>; 117 117 compatible = "ti,gate-clock"; 118 118 clocks = <&sys_ck>; ··· 120 120 ti,bit-shift = <0>; 121 121 }; 122 122 123 - ts_fck: ts_fck { 123 + ts_fck: ts_fck@a08 { 124 124 #clock-cells = <0>; 125 125 compatible = "ti,gate-clock"; 126 126 clocks = <&omap_32k_fck>; ··· 128 128 ti,bit-shift = <1>; 129 129 }; 130 130 131 - usbtll_fck: usbtll_fck { 131 + usbtll_fck: usbtll_fck@a08 { 132 132 #clock-cells = <0>; 133 133 compatible = "ti,wait-gate-clock"; 134 134 clocks = <&dpll5_m2_ck>; ··· 136 136 ti,bit-shift = <2>; 137 137 }; 138 138 139 - usbtll_ick: usbtll_ick { 139 + usbtll_ick: usbtll_ick@a18 { 140 140 #clock-cells = <0>; 141 141 compatible = "ti,omap3-interface-clock"; 142 142 clocks = <&core_l4_ick>; ··· 144 144 ti,bit-shift = <2>; 145 145 }; 146 146 147 - mmchs3_ick: mmchs3_ick { 147 + mmchs3_ick: mmchs3_ick@a10 { 148 148 #clock-cells = <0>; 149 149 compatible = "ti,omap3-interface-clock"; 150 150 clocks = <&core_l4_ick>; ··· 152 152 ti,bit-shift = <30>; 153 153 }; 154 154 155 - mmchs3_fck: mmchs3_fck { 155 + mmchs3_fck: mmchs3_fck@a00 { 156 156 #clock-cells = <0>; 157 157 compatible = "ti,wait-gate-clock"; 158 158 clocks = <&core_96m_fck>; ··· 160 160 ti,bit-shift = <30>; 161 161 }; 162 162 163 - dss1_alwon_fck: dss1_alwon_fck_3430es2 { 163 + dss1_alwon_fck: dss1_alwon_fck_3430es2@e00 { 164 164 #clock-cells = <0>; 165 165 compatible = "ti,dss-gate-clock"; 166 166 clocks = <&dpll4_m4x2_ck>; ··· 169 169 ti,set-rate-parent; 170 170 }; 171 171 172 - dss_ick: dss_ick_3430es2 { 172 + dss_ick: dss_ick_3430es2@e10 { 173 173 #clock-cells = <0>; 174 174 compatible = "ti,omap3-dss-interface-clock"; 175 175 clocks = <&l4_ick>; ··· 177 177 ti,bit-shift = <0>; 178 178 }; 179 179 180 - usbhost_120m_fck: usbhost_120m_fck { 180 + usbhost_120m_fck: usbhost_120m_fck@1400 { 181 181 #clock-cells = <0>; 182 182 compatible = "ti,gate-clock"; 183 183 clocks = <&dpll5_m2_ck>; ··· 185 185 ti,bit-shift = <1>; 186 186 }; 187 187 188 - usbhost_48m_fck: usbhost_48m_fck { 188 + usbhost_48m_fck: usbhost_48m_fck@1400 { 189 189 #clock-cells = <0>; 190 190 compatible = "ti,dss-gate-clock"; 191 191 clocks = <&omap_48m_fck>; ··· 193 193 ti,bit-shift = <0>; 194 194 }; 195 195 196 - usbhost_ick: usbhost_ick { 196 + usbhost_ick: usbhost_ick@1410 { 197 197 #clock-cells = <0>; 198 198 compatible = "ti,omap3-dss-interface-clock"; 199 199 clocks = <&l4_ick>;
+7 -7
arch/arm/boot/dts/omap36xx-clocks.dtsi
··· 8 8 * published by the Free Software Foundation. 9 9 */ 10 10 &cm_clocks { 11 - dpll4_ck: dpll4_ck { 11 + dpll4_ck: dpll4_ck@d00 { 12 12 #clock-cells = <0>; 13 13 compatible = "ti,omap3-dpll-per-j-type-clock"; 14 14 clocks = <&sys_ck>, <&sys_ck>; 15 15 reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>; 16 16 }; 17 17 18 - dpll4_m5x2_ck: dpll4_m5x2_ck { 18 + dpll4_m5x2_ck: dpll4_m5x2_ck@d00 { 19 19 #clock-cells = <0>; 20 20 compatible = "ti,hsdiv-gate-clock"; 21 21 clocks = <&dpll4_m5x2_mul_ck>; ··· 25 25 ti,set-bit-to-disable; 26 26 }; 27 27 28 - dpll4_m2x2_ck: dpll4_m2x2_ck { 28 + dpll4_m2x2_ck: dpll4_m2x2_ck@d00 { 29 29 #clock-cells = <0>; 30 30 compatible = "ti,hsdiv-gate-clock"; 31 31 clocks = <&dpll4_m2x2_mul_ck>; ··· 34 34 ti,set-bit-to-disable; 35 35 }; 36 36 37 - dpll3_m3x2_ck: dpll3_m3x2_ck { 37 + dpll3_m3x2_ck: dpll3_m3x2_ck@d00 { 38 38 #clock-cells = <0>; 39 39 compatible = "ti,hsdiv-gate-clock"; 40 40 clocks = <&dpll3_m3x2_mul_ck>; ··· 43 43 ti,set-bit-to-disable; 44 44 }; 45 45 46 - dpll4_m3x2_ck: dpll4_m3x2_ck { 46 + dpll4_m3x2_ck: dpll4_m3x2_ck@d00 { 47 47 #clock-cells = <0>; 48 48 compatible = "ti,hsdiv-gate-clock"; 49 49 clocks = <&dpll4_m3x2_mul_ck>; ··· 52 52 ti,set-bit-to-disable; 53 53 }; 54 54 55 - dpll4_m6x2_ck: dpll4_m6x2_ck { 55 + dpll4_m6x2_ck: dpll4_m6x2_ck@d00 { 56 56 #clock-cells = <0>; 57 57 compatible = "ti,hsdiv-gate-clock"; 58 58 clocks = <&dpll4_m6x2_mul_ck>; ··· 61 61 ti,set-bit-to-disable; 62 62 }; 63 63 64 - uart4_fck: uart4_fck { 64 + uart4_fck: uart4_fck@1000 { 65 65 #clock-cells = <0>; 66 66 compatible = "ti,wait-gate-clock"; 67 67 clocks = <&per_48m_fck>;
+7 -7
arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
··· 8 8 * published by the Free Software Foundation. 9 9 */ 10 10 &cm_clocks { 11 - ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2 { 11 + ssi_ssr_gate_fck_3430es2: ssi_ssr_gate_fck_3430es2@a00 { 12 12 #clock-cells = <0>; 13 13 compatible = "ti,composite-no-wait-gate-clock"; 14 14 clocks = <&corex2_fck>; ··· 16 16 reg = <0x0a00>; 17 17 }; 18 18 19 - ssi_ssr_div_fck_3430es2: ssi_ssr_div_fck_3430es2 { 19 + ssi_ssr_div_fck_3430es2: ssi_ssr_div_fck_3430es2@a40 { 20 20 #clock-cells = <0>; 21 21 compatible = "ti,composite-divider-clock"; 22 22 clocks = <&corex2_fck>; ··· 39 39 clock-div = <2>; 40 40 }; 41 41 42 - hsotgusb_ick_3430es2: hsotgusb_ick_3430es2 { 42 + hsotgusb_ick_3430es2: hsotgusb_ick_3430es2@a10 { 43 43 #clock-cells = <0>; 44 44 compatible = "ti,omap3-hsotgusb-interface-clock"; 45 45 clocks = <&core_l3_ick>; ··· 55 55 clock-div = <1>; 56 56 }; 57 57 58 - ssi_ick: ssi_ick_3430es2 { 58 + ssi_ick: ssi_ick_3430es2@a10 { 59 59 #clock-cells = <0>; 60 60 compatible = "ti,omap3-ssi-interface-clock"; 61 61 clocks = <&ssi_l4_ick>; ··· 63 63 ti,bit-shift = <0>; 64 64 }; 65 65 66 - usim_gate_fck: usim_gate_fck { 66 + usim_gate_fck: usim_gate_fck@c00 { 67 67 #clock-cells = <0>; 68 68 compatible = "ti,composite-gate-clock"; 69 69 clocks = <&omap_96m_fck>; ··· 143 143 clock-div = <20>; 144 144 }; 145 145 146 - usim_mux_fck: usim_mux_fck { 146 + usim_mux_fck: usim_mux_fck@c40 { 147 147 #clock-cells = <0>; 148 148 compatible = "ti,composite-mux-clock"; 149 149 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 158 clocks = <&usim_gate_fck>, <&usim_mux_fck>; 159 159 }; 160 160 161 - usim_ick: usim_ick { 161 + usim_ick: usim_ick@c10 { 162 162 #clock-cells = <0>; 163 163 compatible = "ti,omap3-interface-clock"; 164 164 clocks = <&wkup_l4_ick>;
+138 -138
arch/arm/boot/dts/omap3xxx-clocks.dtsi
··· 14 14 clock-frequency = <16800000>; 15 15 }; 16 16 17 - osc_sys_ck: osc_sys_ck { 17 + osc_sys_ck: osc_sys_ck@d40 { 18 18 #clock-cells = <0>; 19 19 compatible = "ti,mux-clock"; 20 20 clocks = <&virt_12m_ck>, <&virt_13m_ck>, <&virt_19200000_ck>, <&virt_26000000_ck>, <&virt_38_4m_ck>, <&virt_16_8m_ck>; 21 21 reg = <0x0d40>; 22 22 }; 23 23 24 - sys_ck: sys_ck { 24 + sys_ck: sys_ck@1270 { 25 25 #clock-cells = <0>; 26 26 compatible = "ti,divider-clock"; 27 27 clocks = <&osc_sys_ck>; ··· 31 31 ti,index-starts-at-one; 32 32 }; 33 33 34 - sys_clkout1: sys_clkout1 { 34 + sys_clkout1: sys_clkout1@d70 { 35 35 #clock-cells = <0>; 36 36 compatible = "ti,gate-clock"; 37 37 clocks = <&osc_sys_ck>; ··· 81 81 }; 82 82 83 83 &scm_clocks { 84 - mcbsp5_mux_fck: mcbsp5_mux_fck { 84 + mcbsp5_mux_fck: mcbsp5_mux_fck@68 { 85 85 #clock-cells = <0>; 86 86 compatible = "ti,composite-mux-clock"; 87 87 clocks = <&core_96m_fck>, <&mcbsp_clks>; ··· 95 95 clocks = <&mcbsp5_gate_fck>, <&mcbsp5_mux_fck>; 96 96 }; 97 97 98 - mcbsp1_mux_fck: mcbsp1_mux_fck { 98 + mcbsp1_mux_fck: mcbsp1_mux_fck@4 { 99 99 #clock-cells = <0>; 100 100 compatible = "ti,composite-mux-clock"; 101 101 clocks = <&core_96m_fck>, <&mcbsp_clks>; ··· 109 109 clocks = <&mcbsp1_gate_fck>, <&mcbsp1_mux_fck>; 110 110 }; 111 111 112 - mcbsp2_mux_fck: mcbsp2_mux_fck { 112 + mcbsp2_mux_fck: mcbsp2_mux_fck@4 { 113 113 #clock-cells = <0>; 114 114 compatible = "ti,composite-mux-clock"; 115 115 clocks = <&per_96m_fck>, <&mcbsp_clks>; ··· 123 123 clocks = <&mcbsp2_gate_fck>, <&mcbsp2_mux_fck>; 124 124 }; 125 125 126 - mcbsp3_mux_fck: mcbsp3_mux_fck { 126 + mcbsp3_mux_fck: mcbsp3_mux_fck@68 { 127 127 #clock-cells = <0>; 128 128 compatible = "ti,composite-mux-clock"; 129 129 clocks = <&per_96m_fck>, <&mcbsp_clks>; ··· 136 136 clocks = <&mcbsp3_gate_fck>, <&mcbsp3_mux_fck>; 137 137 }; 138 138 139 - mcbsp4_mux_fck: mcbsp4_mux_fck { 139 + mcbsp4_mux_fck: mcbsp4_mux_fck@68 { 140 140 #clock-cells = <0>; 141 141 compatible = "ti,composite-mux-clock"; 142 142 clocks = <&per_96m_fck>, <&mcbsp_clks>; ··· 193 193 clock-frequency = <38400000>; 194 194 }; 195 195 196 - dpll4_ck: dpll4_ck { 196 + dpll4_ck: dpll4_ck@d00 { 197 197 #clock-cells = <0>; 198 198 compatible = "ti,omap3-dpll-per-clock"; 199 199 clocks = <&sys_ck>, <&sys_ck>; 200 200 reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>; 201 201 }; 202 202 203 - dpll4_m2_ck: dpll4_m2_ck { 203 + dpll4_m2_ck: dpll4_m2_ck@d48 { 204 204 #clock-cells = <0>; 205 205 compatible = "ti,divider-clock"; 206 206 clocks = <&dpll4_ck>; ··· 217 217 clock-div = <1>; 218 218 }; 219 219 220 - dpll4_m2x2_ck: dpll4_m2x2_ck { 220 + dpll4_m2x2_ck: dpll4_m2x2_ck@d00 { 221 221 #clock-cells = <0>; 222 222 compatible = "ti,gate-clock"; 223 223 clocks = <&dpll4_m2x2_mul_ck>; ··· 234 234 clock-div = <1>; 235 235 }; 236 236 237 - dpll3_ck: dpll3_ck { 237 + dpll3_ck: dpll3_ck@d00 { 238 238 #clock-cells = <0>; 239 239 compatible = "ti,omap3-dpll-core-clock"; 240 240 clocks = <&sys_ck>, <&sys_ck>; 241 241 reg = <0x0d00>, <0x0d20>, <0x0d40>, <0x0d30>; 242 242 }; 243 243 244 - dpll3_m3_ck: dpll3_m3_ck { 244 + dpll3_m3_ck: dpll3_m3_ck@1140 { 245 245 #clock-cells = <0>; 246 246 compatible = "ti,divider-clock"; 247 247 clocks = <&dpll3_ck>; ··· 259 259 clock-div = <1>; 260 260 }; 261 261 262 - dpll3_m3x2_ck: dpll3_m3x2_ck { 262 + dpll3_m3x2_ck: dpll3_m3x2_ck@d00 { 263 263 #clock-cells = <0>; 264 264 compatible = "ti,gate-clock"; 265 265 clocks = <&dpll3_m3x2_mul_ck>; ··· 288 288 clock-frequency = <0x0>; 289 289 }; 290 290 291 - dpll3_m2_ck: dpll3_m2_ck { 291 + dpll3_m2_ck: dpll3_m2_ck@d40 { 292 292 #clock-cells = <0>; 293 293 compatible = "ti,divider-clock"; 294 294 clocks = <&dpll3_ck>; ··· 306 306 clock-div = <1>; 307 307 }; 308 308 309 - dpll1_fck: dpll1_fck { 309 + dpll1_fck: dpll1_fck@940 { 310 310 #clock-cells = <0>; 311 311 compatible = "ti,divider-clock"; 312 312 clocks = <&core_ck>; ··· 316 316 ti,index-starts-at-one; 317 317 }; 318 318 319 - dpll1_ck: dpll1_ck { 319 + dpll1_ck: dpll1_ck@904 { 320 320 #clock-cells = <0>; 321 321 compatible = "ti,omap3-dpll-clock"; 322 322 clocks = <&sys_ck>, <&dpll1_fck>; ··· 331 331 clock-div = <1>; 332 332 }; 333 333 334 - dpll1_x2m2_ck: dpll1_x2m2_ck { 334 + dpll1_x2m2_ck: dpll1_x2m2_ck@944 { 335 335 #clock-cells = <0>; 336 336 compatible = "ti,divider-clock"; 337 337 clocks = <&dpll1_x2_ck>; ··· 348 348 clock-div = <1>; 349 349 }; 350 350 351 - omap_96m_fck: omap_96m_fck { 351 + omap_96m_fck: omap_96m_fck@d40 { 352 352 #clock-cells = <0>; 353 353 compatible = "ti,mux-clock"; 354 354 clocks = <&cm_96m_fck>, <&sys_ck>; ··· 356 356 reg = <0x0d40>; 357 357 }; 358 358 359 - dpll4_m3_ck: dpll4_m3_ck { 359 + dpll4_m3_ck: dpll4_m3_ck@e40 { 360 360 #clock-cells = <0>; 361 361 compatible = "ti,divider-clock"; 362 362 clocks = <&dpll4_ck>; ··· 374 374 clock-div = <1>; 375 375 }; 376 376 377 - dpll4_m3x2_ck: dpll4_m3x2_ck { 377 + dpll4_m3x2_ck: dpll4_m3x2_ck@d00 { 378 378 #clock-cells = <0>; 379 379 compatible = "ti,gate-clock"; 380 380 clocks = <&dpll4_m3x2_mul_ck>; ··· 383 383 ti,set-bit-to-disable; 384 384 }; 385 385 386 - omap_54m_fck: omap_54m_fck { 386 + omap_54m_fck: omap_54m_fck@d40 { 387 387 #clock-cells = <0>; 388 388 compatible = "ti,mux-clock"; 389 389 clocks = <&dpll4_m3x2_ck>, <&sys_altclk>; ··· 399 399 clock-div = <2>; 400 400 }; 401 401 402 - omap_48m_fck: omap_48m_fck { 402 + omap_48m_fck: omap_48m_fck@d40 { 403 403 #clock-cells = <0>; 404 404 compatible = "ti,mux-clock"; 405 405 clocks = <&cm_96m_d2_fck>, <&sys_altclk>; ··· 415 415 clock-div = <4>; 416 416 }; 417 417 418 - dpll4_m4_ck: dpll4_m4_ck { 418 + dpll4_m4_ck: dpll4_m4_ck@e40 { 419 419 #clock-cells = <0>; 420 420 compatible = "ti,divider-clock"; 421 421 clocks = <&dpll4_ck>; ··· 433 433 ti,set-rate-parent; 434 434 }; 435 435 436 - dpll4_m4x2_ck: dpll4_m4x2_ck { 436 + dpll4_m4x2_ck: dpll4_m4x2_ck@d00 { 437 437 #clock-cells = <0>; 438 438 compatible = "ti,gate-clock"; 439 439 clocks = <&dpll4_m4x2_mul_ck>; ··· 443 443 ti,set-rate-parent; 444 444 }; 445 445 446 - dpll4_m5_ck: dpll4_m5_ck { 446 + dpll4_m5_ck: dpll4_m5_ck@f40 { 447 447 #clock-cells = <0>; 448 448 compatible = "ti,divider-clock"; 449 449 clocks = <&dpll4_ck>; ··· 461 461 ti,set-rate-parent; 462 462 }; 463 463 464 - dpll4_m5x2_ck: dpll4_m5x2_ck { 464 + dpll4_m5x2_ck: dpll4_m5x2_ck@d00 { 465 465 #clock-cells = <0>; 466 466 compatible = "ti,gate-clock"; 467 467 clocks = <&dpll4_m5x2_mul_ck>; ··· 471 471 ti,set-rate-parent; 472 472 }; 473 473 474 - dpll4_m6_ck: dpll4_m6_ck { 474 + dpll4_m6_ck: dpll4_m6_ck@1140 { 475 475 #clock-cells = <0>; 476 476 compatible = "ti,divider-clock"; 477 477 clocks = <&dpll4_ck>; ··· 489 489 clock-div = <1>; 490 490 }; 491 491 492 - dpll4_m6x2_ck: dpll4_m6x2_ck { 492 + dpll4_m6x2_ck: dpll4_m6x2_ck@d00 { 493 493 #clock-cells = <0>; 494 494 compatible = "ti,gate-clock"; 495 495 clocks = <&dpll4_m6x2_mul_ck>; ··· 506 506 clock-div = <1>; 507 507 }; 508 508 509 - clkout2_src_gate_ck: clkout2_src_gate_ck { 509 + clkout2_src_gate_ck: clkout2_src_gate_ck@d70 { 510 510 #clock-cells = <0>; 511 511 compatible = "ti,composite-no-wait-gate-clock"; 512 512 clocks = <&core_ck>; ··· 514 514 reg = <0x0d70>; 515 515 }; 516 516 517 - clkout2_src_mux_ck: clkout2_src_mux_ck { 517 + clkout2_src_mux_ck: clkout2_src_mux_ck@d70 { 518 518 #clock-cells = <0>; 519 519 compatible = "ti,composite-mux-clock"; 520 520 clocks = <&core_ck>, <&sys_ck>, <&cm_96m_fck>, <&omap_54m_fck>; ··· 527 527 clocks = <&clkout2_src_gate_ck>, <&clkout2_src_mux_ck>; 528 528 }; 529 529 530 - sys_clkout2: sys_clkout2 { 530 + sys_clkout2: sys_clkout2@d70 { 531 531 #clock-cells = <0>; 532 532 compatible = "ti,divider-clock"; 533 533 clocks = <&clkout2_src_ck>; ··· 545 545 clock-div = <1>; 546 546 }; 547 547 548 - arm_fck: arm_fck { 548 + arm_fck: arm_fck@924 { 549 549 #clock-cells = <0>; 550 550 compatible = "ti,divider-clock"; 551 551 clocks = <&mpu_ck>; ··· 561 561 clock-div = <1>; 562 562 }; 563 563 564 - l3_ick: l3_ick { 564 + l3_ick: l3_ick@a40 { 565 565 #clock-cells = <0>; 566 566 compatible = "ti,divider-clock"; 567 567 clocks = <&core_ck>; ··· 570 570 ti,index-starts-at-one; 571 571 }; 572 572 573 - l4_ick: l4_ick { 573 + l4_ick: l4_ick@a40 { 574 574 #clock-cells = <0>; 575 575 compatible = "ti,divider-clock"; 576 576 clocks = <&l3_ick>; ··· 580 580 ti,index-starts-at-one; 581 581 }; 582 582 583 - rm_ick: rm_ick { 583 + rm_ick: rm_ick@c40 { 584 584 #clock-cells = <0>; 585 585 compatible = "ti,divider-clock"; 586 586 clocks = <&l4_ick>; ··· 590 590 ti,index-starts-at-one; 591 591 }; 592 592 593 - gpt10_gate_fck: gpt10_gate_fck { 593 + gpt10_gate_fck: gpt10_gate_fck@a00 { 594 594 #clock-cells = <0>; 595 595 compatible = "ti,composite-gate-clock"; 596 596 clocks = <&sys_ck>; ··· 598 598 reg = <0x0a00>; 599 599 }; 600 600 601 - gpt10_mux_fck: gpt10_mux_fck { 601 + gpt10_mux_fck: gpt10_mux_fck@a40 { 602 602 #clock-cells = <0>; 603 603 compatible = "ti,composite-mux-clock"; 604 604 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 612 612 clocks = <&gpt10_gate_fck>, <&gpt10_mux_fck>; 613 613 }; 614 614 615 - gpt11_gate_fck: gpt11_gate_fck { 615 + gpt11_gate_fck: gpt11_gate_fck@a00 { 616 616 #clock-cells = <0>; 617 617 compatible = "ti,composite-gate-clock"; 618 618 clocks = <&sys_ck>; ··· 620 620 reg = <0x0a00>; 621 621 }; 622 622 623 - gpt11_mux_fck: gpt11_mux_fck { 623 + gpt11_mux_fck: gpt11_mux_fck@a40 { 624 624 #clock-cells = <0>; 625 625 compatible = "ti,composite-mux-clock"; 626 626 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 642 642 clock-div = <1>; 643 643 }; 644 644 645 - mmchs2_fck: mmchs2_fck { 645 + mmchs2_fck: mmchs2_fck@a00 { 646 646 #clock-cells = <0>; 647 647 compatible = "ti,wait-gate-clock"; 648 648 clocks = <&core_96m_fck>; ··· 650 650 ti,bit-shift = <25>; 651 651 }; 652 652 653 - mmchs1_fck: mmchs1_fck { 653 + mmchs1_fck: mmchs1_fck@a00 { 654 654 #clock-cells = <0>; 655 655 compatible = "ti,wait-gate-clock"; 656 656 clocks = <&core_96m_fck>; ··· 658 658 ti,bit-shift = <24>; 659 659 }; 660 660 661 - i2c3_fck: i2c3_fck { 661 + i2c3_fck: i2c3_fck@a00 { 662 662 #clock-cells = <0>; 663 663 compatible = "ti,wait-gate-clock"; 664 664 clocks = <&core_96m_fck>; ··· 666 666 ti,bit-shift = <17>; 667 667 }; 668 668 669 - i2c2_fck: i2c2_fck { 669 + i2c2_fck: i2c2_fck@a00 { 670 670 #clock-cells = <0>; 671 671 compatible = "ti,wait-gate-clock"; 672 672 clocks = <&core_96m_fck>; ··· 674 674 ti,bit-shift = <16>; 675 675 }; 676 676 677 - i2c1_fck: i2c1_fck { 677 + i2c1_fck: i2c1_fck@a00 { 678 678 #clock-cells = <0>; 679 679 compatible = "ti,wait-gate-clock"; 680 680 clocks = <&core_96m_fck>; ··· 682 682 ti,bit-shift = <15>; 683 683 }; 684 684 685 - mcbsp5_gate_fck: mcbsp5_gate_fck { 685 + mcbsp5_gate_fck: mcbsp5_gate_fck@a00 { 686 686 #clock-cells = <0>; 687 687 compatible = "ti,composite-gate-clock"; 688 688 clocks = <&mcbsp_clks>; ··· 690 690 reg = <0x0a00>; 691 691 }; 692 692 693 - mcbsp1_gate_fck: mcbsp1_gate_fck { 693 + mcbsp1_gate_fck: mcbsp1_gate_fck@a00 { 694 694 #clock-cells = <0>; 695 695 compatible = "ti,composite-gate-clock"; 696 696 clocks = <&mcbsp_clks>; ··· 706 706 clock-div = <1>; 707 707 }; 708 708 709 - mcspi4_fck: mcspi4_fck { 709 + mcspi4_fck: mcspi4_fck@a00 { 710 710 #clock-cells = <0>; 711 711 compatible = "ti,wait-gate-clock"; 712 712 clocks = <&core_48m_fck>; ··· 714 714 ti,bit-shift = <21>; 715 715 }; 716 716 717 - mcspi3_fck: mcspi3_fck { 717 + mcspi3_fck: mcspi3_fck@a00 { 718 718 #clock-cells = <0>; 719 719 compatible = "ti,wait-gate-clock"; 720 720 clocks = <&core_48m_fck>; ··· 722 722 ti,bit-shift = <20>; 723 723 }; 724 724 725 - mcspi2_fck: mcspi2_fck { 725 + mcspi2_fck: mcspi2_fck@a00 { 726 726 #clock-cells = <0>; 727 727 compatible = "ti,wait-gate-clock"; 728 728 clocks = <&core_48m_fck>; ··· 730 730 ti,bit-shift = <19>; 731 731 }; 732 732 733 - mcspi1_fck: mcspi1_fck { 733 + mcspi1_fck: mcspi1_fck@a00 { 734 734 #clock-cells = <0>; 735 735 compatible = "ti,wait-gate-clock"; 736 736 clocks = <&core_48m_fck>; ··· 738 738 ti,bit-shift = <18>; 739 739 }; 740 740 741 - uart2_fck: uart2_fck { 741 + uart2_fck: uart2_fck@a00 { 742 742 #clock-cells = <0>; 743 743 compatible = "ti,wait-gate-clock"; 744 744 clocks = <&core_48m_fck>; ··· 746 746 ti,bit-shift = <14>; 747 747 }; 748 748 749 - uart1_fck: uart1_fck { 749 + uart1_fck: uart1_fck@a00 { 750 750 #clock-cells = <0>; 751 751 compatible = "ti,wait-gate-clock"; 752 752 clocks = <&core_48m_fck>; ··· 762 762 clock-div = <1>; 763 763 }; 764 764 765 - hdq_fck: hdq_fck { 765 + hdq_fck: hdq_fck@a00 { 766 766 #clock-cells = <0>; 767 767 compatible = "ti,wait-gate-clock"; 768 768 clocks = <&core_12m_fck>; ··· 778 778 clock-div = <1>; 779 779 }; 780 780 781 - sdrc_ick: sdrc_ick { 781 + sdrc_ick: sdrc_ick@a10 { 782 782 #clock-cells = <0>; 783 783 compatible = "ti,wait-gate-clock"; 784 784 clocks = <&core_l3_ick>; ··· 802 802 clock-div = <1>; 803 803 }; 804 804 805 - mmchs2_ick: mmchs2_ick { 805 + mmchs2_ick: mmchs2_ick@a10 { 806 806 #clock-cells = <0>; 807 807 compatible = "ti,omap3-interface-clock"; 808 808 clocks = <&core_l4_ick>; ··· 810 810 ti,bit-shift = <25>; 811 811 }; 812 812 813 - mmchs1_ick: mmchs1_ick { 813 + mmchs1_ick: mmchs1_ick@a10 { 814 814 #clock-cells = <0>; 815 815 compatible = "ti,omap3-interface-clock"; 816 816 clocks = <&core_l4_ick>; ··· 818 818 ti,bit-shift = <24>; 819 819 }; 820 820 821 - hdq_ick: hdq_ick { 821 + hdq_ick: hdq_ick@a10 { 822 822 #clock-cells = <0>; 823 823 compatible = "ti,omap3-interface-clock"; 824 824 clocks = <&core_l4_ick>; ··· 826 826 ti,bit-shift = <22>; 827 827 }; 828 828 829 - mcspi4_ick: mcspi4_ick { 829 + mcspi4_ick: mcspi4_ick@a10 { 830 830 #clock-cells = <0>; 831 831 compatible = "ti,omap3-interface-clock"; 832 832 clocks = <&core_l4_ick>; ··· 834 834 ti,bit-shift = <21>; 835 835 }; 836 836 837 - mcspi3_ick: mcspi3_ick { 837 + mcspi3_ick: mcspi3_ick@a10 { 838 838 #clock-cells = <0>; 839 839 compatible = "ti,omap3-interface-clock"; 840 840 clocks = <&core_l4_ick>; ··· 842 842 ti,bit-shift = <20>; 843 843 }; 844 844 845 - mcspi2_ick: mcspi2_ick { 845 + mcspi2_ick: mcspi2_ick@a10 { 846 846 #clock-cells = <0>; 847 847 compatible = "ti,omap3-interface-clock"; 848 848 clocks = <&core_l4_ick>; ··· 850 850 ti,bit-shift = <19>; 851 851 }; 852 852 853 - mcspi1_ick: mcspi1_ick { 853 + mcspi1_ick: mcspi1_ick@a10 { 854 854 #clock-cells = <0>; 855 855 compatible = "ti,omap3-interface-clock"; 856 856 clocks = <&core_l4_ick>; ··· 858 858 ti,bit-shift = <18>; 859 859 }; 860 860 861 - i2c3_ick: i2c3_ick { 861 + i2c3_ick: i2c3_ick@a10 { 862 862 #clock-cells = <0>; 863 863 compatible = "ti,omap3-interface-clock"; 864 864 clocks = <&core_l4_ick>; ··· 866 866 ti,bit-shift = <17>; 867 867 }; 868 868 869 - i2c2_ick: i2c2_ick { 869 + i2c2_ick: i2c2_ick@a10 { 870 870 #clock-cells = <0>; 871 871 compatible = "ti,omap3-interface-clock"; 872 872 clocks = <&core_l4_ick>; ··· 874 874 ti,bit-shift = <16>; 875 875 }; 876 876 877 - i2c1_ick: i2c1_ick { 877 + i2c1_ick: i2c1_ick@a10 { 878 878 #clock-cells = <0>; 879 879 compatible = "ti,omap3-interface-clock"; 880 880 clocks = <&core_l4_ick>; ··· 882 882 ti,bit-shift = <15>; 883 883 }; 884 884 885 - uart2_ick: uart2_ick { 885 + uart2_ick: uart2_ick@a10 { 886 886 #clock-cells = <0>; 887 887 compatible = "ti,omap3-interface-clock"; 888 888 clocks = <&core_l4_ick>; ··· 890 890 ti,bit-shift = <14>; 891 891 }; 892 892 893 - uart1_ick: uart1_ick { 893 + uart1_ick: uart1_ick@a10 { 894 894 #clock-cells = <0>; 895 895 compatible = "ti,omap3-interface-clock"; 896 896 clocks = <&core_l4_ick>; ··· 898 898 ti,bit-shift = <13>; 899 899 }; 900 900 901 - gpt11_ick: gpt11_ick { 901 + gpt11_ick: gpt11_ick@a10 { 902 902 #clock-cells = <0>; 903 903 compatible = "ti,omap3-interface-clock"; 904 904 clocks = <&core_l4_ick>; ··· 906 906 ti,bit-shift = <12>; 907 907 }; 908 908 909 - gpt10_ick: gpt10_ick { 909 + gpt10_ick: gpt10_ick@a10 { 910 910 #clock-cells = <0>; 911 911 compatible = "ti,omap3-interface-clock"; 912 912 clocks = <&core_l4_ick>; ··· 914 914 ti,bit-shift = <11>; 915 915 }; 916 916 917 - mcbsp5_ick: mcbsp5_ick { 917 + mcbsp5_ick: mcbsp5_ick@a10 { 918 918 #clock-cells = <0>; 919 919 compatible = "ti,omap3-interface-clock"; 920 920 clocks = <&core_l4_ick>; ··· 922 922 ti,bit-shift = <10>; 923 923 }; 924 924 925 - mcbsp1_ick: mcbsp1_ick { 925 + mcbsp1_ick: mcbsp1_ick@a10 { 926 926 #clock-cells = <0>; 927 927 compatible = "ti,omap3-interface-clock"; 928 928 clocks = <&core_l4_ick>; ··· 930 930 ti,bit-shift = <9>; 931 931 }; 932 932 933 - omapctrl_ick: omapctrl_ick { 933 + omapctrl_ick: omapctrl_ick@a10 { 934 934 #clock-cells = <0>; 935 935 compatible = "ti,omap3-interface-clock"; 936 936 clocks = <&core_l4_ick>; ··· 938 938 ti,bit-shift = <6>; 939 939 }; 940 940 941 - dss_tv_fck: dss_tv_fck { 941 + dss_tv_fck: dss_tv_fck@e00 { 942 942 #clock-cells = <0>; 943 943 compatible = "ti,gate-clock"; 944 944 clocks = <&omap_54m_fck>; ··· 946 946 ti,bit-shift = <2>; 947 947 }; 948 948 949 - dss_96m_fck: dss_96m_fck { 949 + dss_96m_fck: dss_96m_fck@e00 { 950 950 #clock-cells = <0>; 951 951 compatible = "ti,gate-clock"; 952 952 clocks = <&omap_96m_fck>; ··· 954 954 ti,bit-shift = <2>; 955 955 }; 956 956 957 - dss2_alwon_fck: dss2_alwon_fck { 957 + dss2_alwon_fck: dss2_alwon_fck@e00 { 958 958 #clock-cells = <0>; 959 959 compatible = "ti,gate-clock"; 960 960 clocks = <&sys_ck>; ··· 968 968 clock-frequency = <0>; 969 969 }; 970 970 971 - gpt1_gate_fck: gpt1_gate_fck { 971 + gpt1_gate_fck: gpt1_gate_fck@c00 { 972 972 #clock-cells = <0>; 973 973 compatible = "ti,composite-gate-clock"; 974 974 clocks = <&sys_ck>; ··· 976 976 reg = <0x0c00>; 977 977 }; 978 978 979 - gpt1_mux_fck: gpt1_mux_fck { 979 + gpt1_mux_fck: gpt1_mux_fck@c40 { 980 980 #clock-cells = <0>; 981 981 compatible = "ti,composite-mux-clock"; 982 982 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 989 989 clocks = <&gpt1_gate_fck>, <&gpt1_mux_fck>; 990 990 }; 991 991 992 - aes2_ick: aes2_ick { 992 + aes2_ick: aes2_ick@a10 { 993 993 #clock-cells = <0>; 994 994 compatible = "ti,omap3-interface-clock"; 995 995 clocks = <&core_l4_ick>; ··· 1005 1005 clock-div = <1>; 1006 1006 }; 1007 1007 1008 - gpio1_dbck: gpio1_dbck { 1008 + gpio1_dbck: gpio1_dbck@c00 { 1009 1009 #clock-cells = <0>; 1010 1010 compatible = "ti,gate-clock"; 1011 1011 clocks = <&wkup_32k_fck>; ··· 1013 1013 ti,bit-shift = <3>; 1014 1014 }; 1015 1015 1016 - sha12_ick: sha12_ick { 1016 + sha12_ick: sha12_ick@a10 { 1017 1017 #clock-cells = <0>; 1018 1018 compatible = "ti,omap3-interface-clock"; 1019 1019 clocks = <&core_l4_ick>; ··· 1021 1021 ti,bit-shift = <27>; 1022 1022 }; 1023 1023 1024 - wdt2_fck: wdt2_fck { 1024 + wdt2_fck: wdt2_fck@c00 { 1025 1025 #clock-cells = <0>; 1026 1026 compatible = "ti,wait-gate-clock"; 1027 1027 clocks = <&wkup_32k_fck>; ··· 1029 1029 ti,bit-shift = <5>; 1030 1030 }; 1031 1031 1032 - wdt2_ick: wdt2_ick { 1032 + wdt2_ick: wdt2_ick@c10 { 1033 1033 #clock-cells = <0>; 1034 1034 compatible = "ti,omap3-interface-clock"; 1035 1035 clocks = <&wkup_l4_ick>; ··· 1037 1037 ti,bit-shift = <5>; 1038 1038 }; 1039 1039 1040 - wdt1_ick: wdt1_ick { 1040 + wdt1_ick: wdt1_ick@c10 { 1041 1041 #clock-cells = <0>; 1042 1042 compatible = "ti,omap3-interface-clock"; 1043 1043 clocks = <&wkup_l4_ick>; ··· 1045 1045 ti,bit-shift = <4>; 1046 1046 }; 1047 1047 1048 - gpio1_ick: gpio1_ick { 1048 + gpio1_ick: gpio1_ick@c10 { 1049 1049 #clock-cells = <0>; 1050 1050 compatible = "ti,omap3-interface-clock"; 1051 1051 clocks = <&wkup_l4_ick>; ··· 1053 1053 ti,bit-shift = <3>; 1054 1054 }; 1055 1055 1056 - omap_32ksync_ick: omap_32ksync_ick { 1056 + omap_32ksync_ick: omap_32ksync_ick@c10 { 1057 1057 #clock-cells = <0>; 1058 1058 compatible = "ti,omap3-interface-clock"; 1059 1059 clocks = <&wkup_l4_ick>; ··· 1061 1061 ti,bit-shift = <2>; 1062 1062 }; 1063 1063 1064 - gpt12_ick: gpt12_ick { 1064 + gpt12_ick: gpt12_ick@c10 { 1065 1065 #clock-cells = <0>; 1066 1066 compatible = "ti,omap3-interface-clock"; 1067 1067 clocks = <&wkup_l4_ick>; ··· 1069 1069 ti,bit-shift = <1>; 1070 1070 }; 1071 1071 1072 - gpt1_ick: gpt1_ick { 1072 + gpt1_ick: gpt1_ick@c10 { 1073 1073 #clock-cells = <0>; 1074 1074 compatible = "ti,omap3-interface-clock"; 1075 1075 clocks = <&wkup_l4_ick>; ··· 1093 1093 clock-div = <1>; 1094 1094 }; 1095 1095 1096 - uart3_fck: uart3_fck { 1096 + uart3_fck: uart3_fck@1000 { 1097 1097 #clock-cells = <0>; 1098 1098 compatible = "ti,wait-gate-clock"; 1099 1099 clocks = <&per_48m_fck>; ··· 1101 1101 ti,bit-shift = <11>; 1102 1102 }; 1103 1103 1104 - gpt2_gate_fck: gpt2_gate_fck { 1104 + gpt2_gate_fck: gpt2_gate_fck@1000 { 1105 1105 #clock-cells = <0>; 1106 1106 compatible = "ti,composite-gate-clock"; 1107 1107 clocks = <&sys_ck>; ··· 1109 1109 reg = <0x1000>; 1110 1110 }; 1111 1111 1112 - gpt2_mux_fck: gpt2_mux_fck { 1112 + gpt2_mux_fck: gpt2_mux_fck@1040 { 1113 1113 #clock-cells = <0>; 1114 1114 compatible = "ti,composite-mux-clock"; 1115 1115 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1122 1122 clocks = <&gpt2_gate_fck>, <&gpt2_mux_fck>; 1123 1123 }; 1124 1124 1125 - gpt3_gate_fck: gpt3_gate_fck { 1125 + gpt3_gate_fck: gpt3_gate_fck@1000 { 1126 1126 #clock-cells = <0>; 1127 1127 compatible = "ti,composite-gate-clock"; 1128 1128 clocks = <&sys_ck>; ··· 1130 1130 reg = <0x1000>; 1131 1131 }; 1132 1132 1133 - gpt3_mux_fck: gpt3_mux_fck { 1133 + gpt3_mux_fck: gpt3_mux_fck@1040 { 1134 1134 #clock-cells = <0>; 1135 1135 compatible = "ti,composite-mux-clock"; 1136 1136 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1144 1144 clocks = <&gpt3_gate_fck>, <&gpt3_mux_fck>; 1145 1145 }; 1146 1146 1147 - gpt4_gate_fck: gpt4_gate_fck { 1147 + gpt4_gate_fck: gpt4_gate_fck@1000 { 1148 1148 #clock-cells = <0>; 1149 1149 compatible = "ti,composite-gate-clock"; 1150 1150 clocks = <&sys_ck>; ··· 1152 1152 reg = <0x1000>; 1153 1153 }; 1154 1154 1155 - gpt4_mux_fck: gpt4_mux_fck { 1155 + gpt4_mux_fck: gpt4_mux_fck@1040 { 1156 1156 #clock-cells = <0>; 1157 1157 compatible = "ti,composite-mux-clock"; 1158 1158 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1166 1166 clocks = <&gpt4_gate_fck>, <&gpt4_mux_fck>; 1167 1167 }; 1168 1168 1169 - gpt5_gate_fck: gpt5_gate_fck { 1169 + gpt5_gate_fck: gpt5_gate_fck@1000 { 1170 1170 #clock-cells = <0>; 1171 1171 compatible = "ti,composite-gate-clock"; 1172 1172 clocks = <&sys_ck>; ··· 1174 1174 reg = <0x1000>; 1175 1175 }; 1176 1176 1177 - gpt5_mux_fck: gpt5_mux_fck { 1177 + gpt5_mux_fck: gpt5_mux_fck@1040 { 1178 1178 #clock-cells = <0>; 1179 1179 compatible = "ti,composite-mux-clock"; 1180 1180 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1188 1188 clocks = <&gpt5_gate_fck>, <&gpt5_mux_fck>; 1189 1189 }; 1190 1190 1191 - gpt6_gate_fck: gpt6_gate_fck { 1191 + gpt6_gate_fck: gpt6_gate_fck@1000 { 1192 1192 #clock-cells = <0>; 1193 1193 compatible = "ti,composite-gate-clock"; 1194 1194 clocks = <&sys_ck>; ··· 1196 1196 reg = <0x1000>; 1197 1197 }; 1198 1198 1199 - gpt6_mux_fck: gpt6_mux_fck { 1199 + gpt6_mux_fck: gpt6_mux_fck@1040 { 1200 1200 #clock-cells = <0>; 1201 1201 compatible = "ti,composite-mux-clock"; 1202 1202 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1210 1210 clocks = <&gpt6_gate_fck>, <&gpt6_mux_fck>; 1211 1211 }; 1212 1212 1213 - gpt7_gate_fck: gpt7_gate_fck { 1213 + gpt7_gate_fck: gpt7_gate_fck@1000 { 1214 1214 #clock-cells = <0>; 1215 1215 compatible = "ti,composite-gate-clock"; 1216 1216 clocks = <&sys_ck>; ··· 1218 1218 reg = <0x1000>; 1219 1219 }; 1220 1220 1221 - gpt7_mux_fck: gpt7_mux_fck { 1221 + gpt7_mux_fck: gpt7_mux_fck@1040 { 1222 1222 #clock-cells = <0>; 1223 1223 compatible = "ti,composite-mux-clock"; 1224 1224 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1232 1232 clocks = <&gpt7_gate_fck>, <&gpt7_mux_fck>; 1233 1233 }; 1234 1234 1235 - gpt8_gate_fck: gpt8_gate_fck { 1235 + gpt8_gate_fck: gpt8_gate_fck@1000 { 1236 1236 #clock-cells = <0>; 1237 1237 compatible = "ti,composite-gate-clock"; 1238 1238 clocks = <&sys_ck>; ··· 1240 1240 reg = <0x1000>; 1241 1241 }; 1242 1242 1243 - gpt8_mux_fck: gpt8_mux_fck { 1243 + gpt8_mux_fck: gpt8_mux_fck@1040 { 1244 1244 #clock-cells = <0>; 1245 1245 compatible = "ti,composite-mux-clock"; 1246 1246 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1254 1254 clocks = <&gpt8_gate_fck>, <&gpt8_mux_fck>; 1255 1255 }; 1256 1256 1257 - gpt9_gate_fck: gpt9_gate_fck { 1257 + gpt9_gate_fck: gpt9_gate_fck@1000 { 1258 1258 #clock-cells = <0>; 1259 1259 compatible = "ti,composite-gate-clock"; 1260 1260 clocks = <&sys_ck>; ··· 1262 1262 reg = <0x1000>; 1263 1263 }; 1264 1264 1265 - gpt9_mux_fck: gpt9_mux_fck { 1265 + gpt9_mux_fck: gpt9_mux_fck@1040 { 1266 1266 #clock-cells = <0>; 1267 1267 compatible = "ti,composite-mux-clock"; 1268 1268 clocks = <&omap_32k_fck>, <&sys_ck>; ··· 1284 1284 clock-div = <1>; 1285 1285 }; 1286 1286 1287 - gpio6_dbck: gpio6_dbck { 1287 + gpio6_dbck: gpio6_dbck@1000 { 1288 1288 #clock-cells = <0>; 1289 1289 compatible = "ti,gate-clock"; 1290 1290 clocks = <&per_32k_alwon_fck>; ··· 1292 1292 ti,bit-shift = <17>; 1293 1293 }; 1294 1294 1295 - gpio5_dbck: gpio5_dbck { 1295 + gpio5_dbck: gpio5_dbck@1000 { 1296 1296 #clock-cells = <0>; 1297 1297 compatible = "ti,gate-clock"; 1298 1298 clocks = <&per_32k_alwon_fck>; ··· 1300 1300 ti,bit-shift = <16>; 1301 1301 }; 1302 1302 1303 - gpio4_dbck: gpio4_dbck { 1303 + gpio4_dbck: gpio4_dbck@1000 { 1304 1304 #clock-cells = <0>; 1305 1305 compatible = "ti,gate-clock"; 1306 1306 clocks = <&per_32k_alwon_fck>; ··· 1308 1308 ti,bit-shift = <15>; 1309 1309 }; 1310 1310 1311 - gpio3_dbck: gpio3_dbck { 1311 + gpio3_dbck: gpio3_dbck@1000 { 1312 1312 #clock-cells = <0>; 1313 1313 compatible = "ti,gate-clock"; 1314 1314 clocks = <&per_32k_alwon_fck>; ··· 1316 1316 ti,bit-shift = <14>; 1317 1317 }; 1318 1318 1319 - gpio2_dbck: gpio2_dbck { 1319 + gpio2_dbck: gpio2_dbck@1000 { 1320 1320 #clock-cells = <0>; 1321 1321 compatible = "ti,gate-clock"; 1322 1322 clocks = <&per_32k_alwon_fck>; ··· 1324 1324 ti,bit-shift = <13>; 1325 1325 }; 1326 1326 1327 - wdt3_fck: wdt3_fck { 1327 + wdt3_fck: wdt3_fck@1000 { 1328 1328 #clock-cells = <0>; 1329 1329 compatible = "ti,wait-gate-clock"; 1330 1330 clocks = <&per_32k_alwon_fck>; ··· 1340 1340 clock-div = <1>; 1341 1341 }; 1342 1342 1343 - gpio6_ick: gpio6_ick { 1343 + gpio6_ick: gpio6_ick@1010 { 1344 1344 #clock-cells = <0>; 1345 1345 compatible = "ti,omap3-interface-clock"; 1346 1346 clocks = <&per_l4_ick>; ··· 1348 1348 ti,bit-shift = <17>; 1349 1349 }; 1350 1350 1351 - gpio5_ick: gpio5_ick { 1351 + gpio5_ick: gpio5_ick@1010 { 1352 1352 #clock-cells = <0>; 1353 1353 compatible = "ti,omap3-interface-clock"; 1354 1354 clocks = <&per_l4_ick>; ··· 1356 1356 ti,bit-shift = <16>; 1357 1357 }; 1358 1358 1359 - gpio4_ick: gpio4_ick { 1359 + gpio4_ick: gpio4_ick@1010 { 1360 1360 #clock-cells = <0>; 1361 1361 compatible = "ti,omap3-interface-clock"; 1362 1362 clocks = <&per_l4_ick>; ··· 1364 1364 ti,bit-shift = <15>; 1365 1365 }; 1366 1366 1367 - gpio3_ick: gpio3_ick { 1367 + gpio3_ick: gpio3_ick@1010 { 1368 1368 #clock-cells = <0>; 1369 1369 compatible = "ti,omap3-interface-clock"; 1370 1370 clocks = <&per_l4_ick>; ··· 1372 1372 ti,bit-shift = <14>; 1373 1373 }; 1374 1374 1375 - gpio2_ick: gpio2_ick { 1375 + gpio2_ick: gpio2_ick@1010 { 1376 1376 #clock-cells = <0>; 1377 1377 compatible = "ti,omap3-interface-clock"; 1378 1378 clocks = <&per_l4_ick>; ··· 1380 1380 ti,bit-shift = <13>; 1381 1381 }; 1382 1382 1383 - wdt3_ick: wdt3_ick { 1383 + wdt3_ick: wdt3_ick@1010 { 1384 1384 #clock-cells = <0>; 1385 1385 compatible = "ti,omap3-interface-clock"; 1386 1386 clocks = <&per_l4_ick>; ··· 1388 1388 ti,bit-shift = <12>; 1389 1389 }; 1390 1390 1391 - uart3_ick: uart3_ick { 1391 + uart3_ick: uart3_ick@1010 { 1392 1392 #clock-cells = <0>; 1393 1393 compatible = "ti,omap3-interface-clock"; 1394 1394 clocks = <&per_l4_ick>; ··· 1396 1396 ti,bit-shift = <11>; 1397 1397 }; 1398 1398 1399 - uart4_ick: uart4_ick { 1399 + uart4_ick: uart4_ick@1010 { 1400 1400 #clock-cells = <0>; 1401 1401 compatible = "ti,omap3-interface-clock"; 1402 1402 clocks = <&per_l4_ick>; ··· 1404 1404 ti,bit-shift = <18>; 1405 1405 }; 1406 1406 1407 - gpt9_ick: gpt9_ick { 1407 + gpt9_ick: gpt9_ick@1010 { 1408 1408 #clock-cells = <0>; 1409 1409 compatible = "ti,omap3-interface-clock"; 1410 1410 clocks = <&per_l4_ick>; ··· 1412 1412 ti,bit-shift = <10>; 1413 1413 }; 1414 1414 1415 - gpt8_ick: gpt8_ick { 1415 + gpt8_ick: gpt8_ick@1010 { 1416 1416 #clock-cells = <0>; 1417 1417 compatible = "ti,omap3-interface-clock"; 1418 1418 clocks = <&per_l4_ick>; ··· 1420 1420 ti,bit-shift = <9>; 1421 1421 }; 1422 1422 1423 - gpt7_ick: gpt7_ick { 1423 + gpt7_ick: gpt7_ick@1010 { 1424 1424 #clock-cells = <0>; 1425 1425 compatible = "ti,omap3-interface-clock"; 1426 1426 clocks = <&per_l4_ick>; ··· 1428 1428 ti,bit-shift = <8>; 1429 1429 }; 1430 1430 1431 - gpt6_ick: gpt6_ick { 1431 + gpt6_ick: gpt6_ick@1010 { 1432 1432 #clock-cells = <0>; 1433 1433 compatible = "ti,omap3-interface-clock"; 1434 1434 clocks = <&per_l4_ick>; ··· 1436 1436 ti,bit-shift = <7>; 1437 1437 }; 1438 1438 1439 - gpt5_ick: gpt5_ick { 1439 + gpt5_ick: gpt5_ick@1010 { 1440 1440 #clock-cells = <0>; 1441 1441 compatible = "ti,omap3-interface-clock"; 1442 1442 clocks = <&per_l4_ick>; ··· 1444 1444 ti,bit-shift = <6>; 1445 1445 }; 1446 1446 1447 - gpt4_ick: gpt4_ick { 1447 + gpt4_ick: gpt4_ick@1010 { 1448 1448 #clock-cells = <0>; 1449 1449 compatible = "ti,omap3-interface-clock"; 1450 1450 clocks = <&per_l4_ick>; ··· 1452 1452 ti,bit-shift = <5>; 1453 1453 }; 1454 1454 1455 - gpt3_ick: gpt3_ick { 1455 + gpt3_ick: gpt3_ick@1010 { 1456 1456 #clock-cells = <0>; 1457 1457 compatible = "ti,omap3-interface-clock"; 1458 1458 clocks = <&per_l4_ick>; ··· 1460 1460 ti,bit-shift = <4>; 1461 1461 }; 1462 1462 1463 - gpt2_ick: gpt2_ick { 1463 + gpt2_ick: gpt2_ick@1010 { 1464 1464 #clock-cells = <0>; 1465 1465 compatible = "ti,omap3-interface-clock"; 1466 1466 clocks = <&per_l4_ick>; ··· 1468 1468 ti,bit-shift = <3>; 1469 1469 }; 1470 1470 1471 - mcbsp2_ick: mcbsp2_ick { 1471 + mcbsp2_ick: mcbsp2_ick@1010 { 1472 1472 #clock-cells = <0>; 1473 1473 compatible = "ti,omap3-interface-clock"; 1474 1474 clocks = <&per_l4_ick>; ··· 1476 1476 ti,bit-shift = <0>; 1477 1477 }; 1478 1478 1479 - mcbsp3_ick: mcbsp3_ick { 1479 + mcbsp3_ick: mcbsp3_ick@1010 { 1480 1480 #clock-cells = <0>; 1481 1481 compatible = "ti,omap3-interface-clock"; 1482 1482 clocks = <&per_l4_ick>; ··· 1484 1484 ti,bit-shift = <1>; 1485 1485 }; 1486 1486 1487 - mcbsp4_ick: mcbsp4_ick { 1487 + mcbsp4_ick: mcbsp4_ick@1010 { 1488 1488 #clock-cells = <0>; 1489 1489 compatible = "ti,omap3-interface-clock"; 1490 1490 clocks = <&per_l4_ick>; ··· 1492 1492 ti,bit-shift = <2>; 1493 1493 }; 1494 1494 1495 - mcbsp2_gate_fck: mcbsp2_gate_fck { 1495 + mcbsp2_gate_fck: mcbsp2_gate_fck@1000 { 1496 1496 #clock-cells = <0>; 1497 1497 compatible = "ti,composite-gate-clock"; 1498 1498 clocks = <&mcbsp_clks>; ··· 1500 1500 reg = <0x1000>; 1501 1501 }; 1502 1502 1503 - mcbsp3_gate_fck: mcbsp3_gate_fck { 1503 + mcbsp3_gate_fck: mcbsp3_gate_fck@1000 { 1504 1504 #clock-cells = <0>; 1505 1505 compatible = "ti,composite-gate-clock"; 1506 1506 clocks = <&mcbsp_clks>; ··· 1508 1508 reg = <0x1000>; 1509 1509 }; 1510 1510 1511 - mcbsp4_gate_fck: mcbsp4_gate_fck { 1511 + mcbsp4_gate_fck: mcbsp4_gate_fck@1000 { 1512 1512 #clock-cells = <0>; 1513 1513 compatible = "ti,composite-gate-clock"; 1514 1514 clocks = <&mcbsp_clks>; ··· 1516 1516 reg = <0x1000>; 1517 1517 }; 1518 1518 1519 - emu_src_mux_ck: emu_src_mux_ck { 1519 + emu_src_mux_ck: emu_src_mux_ck@1140 { 1520 1520 #clock-cells = <0>; 1521 1521 compatible = "ti,mux-clock"; 1522 1522 clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>; ··· 1529 1529 clocks = <&emu_src_mux_ck>; 1530 1530 }; 1531 1531 1532 - pclk_fck: pclk_fck { 1532 + pclk_fck: pclk_fck@1140 { 1533 1533 #clock-cells = <0>; 1534 1534 compatible = "ti,divider-clock"; 1535 1535 clocks = <&emu_src_ck>; ··· 1539 1539 ti,index-starts-at-one; 1540 1540 }; 1541 1541 1542 - pclkx2_fck: pclkx2_fck { 1542 + pclkx2_fck: pclkx2_fck@1140 { 1543 1543 #clock-cells = <0>; 1544 1544 compatible = "ti,divider-clock"; 1545 1545 clocks = <&emu_src_ck>; ··· 1549 1549 ti,index-starts-at-one; 1550 1550 }; 1551 1551 1552 - atclk_fck: atclk_fck { 1552 + atclk_fck: atclk_fck@1140 { 1553 1553 #clock-cells = <0>; 1554 1554 compatible = "ti,divider-clock"; 1555 1555 clocks = <&emu_src_ck>; ··· 1559 1559 ti,index-starts-at-one; 1560 1560 }; 1561 1561 1562 - traceclk_src_fck: traceclk_src_fck { 1562 + traceclk_src_fck: traceclk_src_fck@1140 { 1563 1563 #clock-cells = <0>; 1564 1564 compatible = "ti,mux-clock"; 1565 1565 clocks = <&sys_ck>, <&emu_core_alwon_ck>, <&emu_per_alwon_ck>, <&emu_mpu_alwon_ck>; ··· 1567 1567 reg = <0x1140>; 1568 1568 }; 1569 1569 1570 - traceclk_fck: traceclk_fck { 1570 + traceclk_fck: traceclk_fck@1140 { 1571 1571 #clock-cells = <0>; 1572 1572 compatible = "ti,divider-clock"; 1573 1573 clocks = <&traceclk_src_fck>;