ARM: dts: Drop custom clkctrl compatible and update omap4 l4per
authorTony Lindgren <tony@atomide.com>
Fri, 4 Feb 2022 08:43:36 +0000 (10:43 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2022 13:03:34 +0000 (16:03 +0300)
We can now use the clock-output-names and don't need custom compatible
values for each clkctrl instance. And we can use a generic name also for
the clock manager instance.

Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Message-Id: <20220204084339.12341-3-tony@atomide.com>

arch/arm/boot/dts/omap44xx-clocks.dtsi

index 8fc963e..8df73d2 100644 (file)
                };
        };
 
-       l4_per_cm: l4_per_cm@1400 {
+       l4_per_cm: clock@1400 {
                compatible = "ti,omap4-cm";
                clock-output-names = "l4_per_cm";
                reg = <0x1400 0x200>;
                ranges = <0 0x1400 0x200>;
 
                l4_per_clkctrl: clock@20 {
-                       compatible = "ti,clkctrl-l4-per", "ti,clkctrl";
+                       compatible = "ti,clkctrl";
+                       clock-output-names = "l4_per_clkctrl";
                        reg = <0x20 0x144>;
                        #clock-cells = <2>;
                };
 
                l4_secure_clkctrl: clock@1a0 {
-                       compatible = "ti,clkctrl-l4-secure", "ti,clkctrl";
+                       compatible = "ti,clkctrl";
+                       clock-output-names = "l4_secure_clkctrl";
                        reg = <0x1a0 0x3c>;
                        #clock-cells = <2>;
                };