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

ARM: dts: Drop custom clkctrl compatible and update omap4 l4per

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>

+5 -3
+5 -3
arch/arm/boot/dts/omap44xx-clocks.dtsi
··· 1424 1424 }; 1425 1425 }; 1426 1426 1427 - l4_per_cm: l4_per_cm@1400 { 1427 + l4_per_cm: clock@1400 { 1428 1428 compatible = "ti,omap4-cm"; 1429 1429 clock-output-names = "l4_per_cm"; 1430 1430 reg = <0x1400 0x200>; ··· 1433 1433 ranges = <0 0x1400 0x200>; 1434 1434 1435 1435 l4_per_clkctrl: clock@20 { 1436 - compatible = "ti,clkctrl-l4-per", "ti,clkctrl"; 1436 + compatible = "ti,clkctrl"; 1437 + clock-output-names = "l4_per_clkctrl"; 1437 1438 reg = <0x20 0x144>; 1438 1439 #clock-cells = <2>; 1439 1440 }; 1440 1441 1441 1442 l4_secure_clkctrl: clock@1a0 { 1442 - compatible = "ti,clkctrl-l4-secure", "ti,clkctrl"; 1443 + compatible = "ti,clkctrl"; 1444 + clock-output-names = "l4_secure_clkctrl"; 1443 1445 reg = <0x1a0 0x3c>; 1444 1446 #clock-cells = <2>; 1445 1447 };