* [PATCH] arm64: zynqmp: add clock-output-names property in clock nodes
@ 2024-11-21 11:35 Naman Trivedi
2024-11-21 11:47 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Naman Trivedi @ 2024-11-21 11:35 UTC (permalink / raw)
To: robh, michal.simek, krzk+dt, conor+dt, devicetree,
linux-arm-kernel, senthilnathan.thangaraj
Cc: linux-kernel
Add clock-output-names property to all clock nodes, so that the resulting
clock name do not change when clock node name is changed.
Signed-off-by: Naman Trivedi <naman.trivedimanojbhai@amd.com>
---
arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
index 60d1b1acf9a0..a231122002da 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi
@@ -15,6 +15,7 @@ pss_ref_clk: pss_ref_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <33333333>;
+ clock-output-names = "pss_ref_clk";
};
video_clk: video_clk {
@@ -22,6 +23,7 @@ video_clk: video_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <27000000>;
+ clock-output-names = "video_clk";
};
pss_alt_ref_clk: pss_alt_ref_clk {
@@ -29,6 +31,7 @@ pss_alt_ref_clk: pss_alt_ref_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
+ clock-output-names = "pss_alt_ref_clk";
};
gt_crx_ref_clk: gt_crx_ref_clk {
@@ -36,6 +39,7 @@ gt_crx_ref_clk: gt_crx_ref_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <108000000>;
+ clock-output-names = "gt_crx_ref_clk";
};
aux_ref_clk: aux_ref_clk {
@@ -43,6 +47,7 @@ aux_ref_clk: aux_ref_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <27000000>;
+ clock-output-names = "aux_ref_clk";
};
};
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: zynqmp: add clock-output-names property in clock nodes
2024-11-21 11:35 [PATCH] arm64: zynqmp: add clock-output-names property in clock nodes Naman Trivedi
@ 2024-11-21 11:47 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2024-11-21 11:47 UTC (permalink / raw)
To: Naman Trivedi, robh, michal.simek, krzk+dt, conor+dt, devicetree,
linux-arm-kernel, senthilnathan.thangaraj
Cc: linux-kernel
On 21/11/2024 12:35, Naman Trivedi wrote:
> Add clock-output-names property to all clock nodes, so that the resulting
> clock name do not change when clock node name is changed.
So fix the node names here...
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-21 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-21 11:35 [PATCH] arm64: zynqmp: add clock-output-names property in clock nodes Naman Trivedi
2024-11-21 11:47 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®