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

ARM: dts: dm816x: add clkctrl nodes

Add clkctrl nodes for DM816x SoC. These are going to be acting as
replacement for part of the existing clock data and the existing
clkctrl hooks under hwmod data.

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
80a06c0d bb30465b

+30
+30
arch/arm/boot/dts/dm816x-clocks.dtsi
··· 248 248 reg = <0x03a8>; 249 249 }; 250 250 }; 251 + 252 + &prcm { 253 + default_cm: default_cm@500 { 254 + compatible = "ti,omap4-cm"; 255 + reg = <0x500 0x100>; 256 + #address-cells = <1>; 257 + #size-cells = <1>; 258 + ranges = <0 0x500 0x100>; 259 + 260 + default_clkctrl: clk@0 { 261 + compatible = "ti,clkctrl"; 262 + reg = <0x0 0x5c>; 263 + #clock-cells = <2>; 264 + }; 265 + }; 266 + 267 + alwon_cm: alwon_cm@1400 { 268 + compatible = "ti,omap4-cm"; 269 + reg = <0x1400 0x300>; 270 + #address-cells = <1>; 271 + #size-cells = <1>; 272 + ranges = <0 0x1400 0x300>; 273 + 274 + alwon_clkctrl: clk@0 { 275 + compatible = "ti,clkctrl"; 276 + reg = <0x0 0x208>; 277 + #clock-cells = <2>; 278 + }; 279 + }; 280 + };