diff options
author | Tony Lindgren <tony@atomide.com> | 2022-02-04 10:43:35 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-11 16:03:34 +0300 |
commit | da541a6c196e60cbad74a4c941afbef1b0331f7f (patch) | |
tree | 222b1c212b15edbb9e1539e591a1cd804d4aeeb5 /arch/arm/boot/dts/omap446x-clocks.dtsi | |
parent | f8ca5f5ae57fa931b6cc6e622500ee7e9ce3bd8e (diff) | |
download | linux-da541a6c196e60cbad74a4c941afbef1b0331f7f.tar.gz linux-da541a6c196e60cbad74a4c941afbef1b0331f7f.tar.bz2 linux-da541a6c196e60cbad74a4c941afbef1b0331f7f.zip |
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/omap446x-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap446x-clocks.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap446x-clocks.dtsi b/arch/arm/boot/dts/omap446x-clocks.dtsi index 0f41714cffbb..d9362fef6720 100644 --- a/arch/arm/boot/dts/omap446x-clocks.dtsi +++ b/arch/arm/boot/dts/omap446x-clocks.dtsi @@ -8,6 +8,7 @@ div_ts_ck: div_ts_ck@1888 { #clock-cells = <0>; compatible = "ti,divider-clock"; + clock-output-names = "div_ts_ck"; clocks = <&l4_wkup_clk_mux_ck>; ti,bit-shift = <24>; reg = <0x1888>; @@ -17,6 +18,7 @@ bandgap_ts_fclk: bandgap_ts_fclk@1888 { #clock-cells = <0>; compatible = "ti,gate-clock"; + clock-output-names = "bandgap_ts_fclk"; clocks = <&div_ts_ck>; ti,bit-shift = <8>; reg = <0x1888>; |