On 02/13, Tero Kristo wrote: > Adds clkctrl nodes for cm_l4per and cm_abe as example. Peripherals using > @@ -131,27 +132,61 @@ > ranges = <0 0x4a000000 0x1000000>; > > cm1: cm1@4000 { > - compatible = "ti,omap4-cm1"; > + compatible = "ti,omap4-cm1", "simple-bus"; > reg = <0x4000 0x2000>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0x4000 0x2000>; > > cm1_clocks: clocks { > #address-cells = <1>; > #size-cells = <0>; > }; > > + cm_abe: cm_abe@0 { The unit address should be 500 here. > + compatible = "ti,omap4-cm"; > + reg = <0x500 0x100>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0x500 0x100>; > + > + cm_abe_clkctrl: cm_abe_clkctrl@20 { > + compatible = "ti,omap4-clkctrl"; > + reg = <0x20 0x6c>; > + #clock-cells = <2>; > + }; > + }; > + > cm1_clockdomains: clockdomains { > }; > }; > > cm2: cm2@8000 { > - compatible = "ti,omap4-cm2"; > + compatible = "ti,omap4-cm2", "simple-bus"; > reg = <0x8000 0x3000>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0x8000 0x3000>; > > cm2_clocks: clocks { > #address-cells = <1>; > #size-cells = <0>; > }; > > + cm_l4per: cm_l4per@0 { and 1400 here. > + compatible = "ti,omap4-cm"; > + reg = <0x1400 0x200>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0x1400 0x200>; > + > + cm_l4per_clkctrl: cm_l4per_clkctrl@20 { -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html