summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap443x-clocks.dtsi
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2022-02-04 10:43:35 +0200
committerTony Lindgren <tony@atomide.com>2022-04-11 16:03:34 +0300
commitda541a6c196e60cbad74a4c941afbef1b0331f7f (patch)
tree222b1c212b15edbb9e1539e591a1cd804d4aeeb5 /arch/arm/boot/dts/omap443x-clocks.dtsi
parentf8ca5f5ae57fa931b6cc6e622500ee7e9ce3bd8e (diff)
ARM: dts: Add clock-output-names for omap4
To stop using the non-standard node name based clock naming, let's first add the clock-output-names property. This allows us to stop using the internal legacy clock naming and unify the naming for the TI SoCs in the following patches. Note that we must wait on fixing the node naming issues until after the internal clock names have been updated to avoid adding name translation unnecessarily. Cc: Stephen Boyd <sboyd@kernel.org> Cc: Tero Kristo <kristo@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Message-Id: <20220204084339.12341-2-tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap443x-clocks.dtsi')
-rw-r--r--arch/arm/boot/dts/omap443x-clocks.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap443x-clocks.dtsi b/arch/arm/boot/dts/omap443x-clocks.dtsi
index 39297868ec85..581e088231b5 100644
--- a/arch/arm/boot/dts/omap443x-clocks.dtsi
+++ b/arch/arm/boot/dts/omap443x-clocks.dtsi
@@ -8,6 +8,7 @@
bandgap_fclk: bandgap_fclk@1888 {
#clock-cells = <0>;
compatible = "ti,gate-clock";
+ clock-output-names = "bandgap_fclk";
clocks = <&sys_32k_ck>;
ti,bit-shift = <8>;
reg = <0x1888>;