ARM: dts: Drop custom clkctrl compatible and update omap5 l4per
authorTony Lindgren <tony@atomide.com>
Fri, 4 Feb 2022 08:43:38 +0000 (10:43 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2022 13:03:35 +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-5-tony@atomide.com>

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

index 8426ab2cae95fa614236ea1d1f97f4193522a50b..5cf3b0e78c159309a82c463b6c26f4b497cbbaec 100644 (file)
                };
        };
 
-       l4per_cm: l4per_cm@1000 {
+       l4per_cm: clock@1000 {
                compatible = "ti,omap4-cm";
                clock-output-names = "l4per_cm";
                reg = <0x1000 0x200>;
                ranges = <0 0x1000 0x200>;
 
                l4per_clkctrl: clock@20 {
-                       compatible = "ti,clkctrl-l4per", "ti,clkctrl";
+                       compatible = "ti,clkctrl";
+                       clock-output-names = "l4per_clkctrl";
                        reg = <0x20 0x15c>;
                        #clock-cells = <2>;
                };
 
                l4sec_clkctrl: clock@1a0 {
-                       compatible = "ti,clkctrl-l4sec", "ti,clkctrl";
+                       compatible = "ti,clkctrl";
+                       clock-output-names = "l4sec_clkctrl";
                        reg = <0x1a0 0x3c>;
                        #clock-cells = <2>;
                };