Re: [PATCH 4/4] arm64: dts: qcom: Add common PLL node for IPQ9574 SoC

From: Jie Luo
Date: Fri Aug 09 2024 - 07:23:54 EST




On 8/8/2024 10:45 PM, Krzysztof Kozlowski wrote:
On 08/08/2024 16:03, Luo Jie wrote:

/dts-v1/;
@@ -167,3 +167,7 @@ &usb3 {
&xo_board_clk {
clock-frequency = <24000000>;
};
+
+&cmn_pll_ref_clk {

Please follow DTS coding style.

Ok. Thanks for pointing to this. I will move &cmn_pll_ref_clk before
&xo_board_clk to make the DTS ordering alpha-numerical by the node name.


+ clock-frequency = <48000000>;
+};



Best regards,
Krzysztof