0902-arm64-dts-ipq8074-add-label-to-clocks.patch 753 B

123456789101112131415161718192021222324
  1. From 6baf7e4abcea6f7ac21eccf072a20078b39d064c Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Wed, 9 Feb 2022 23:13:26 +0100
  4. Subject: [PATCH] arm64: dts: ipq8074: add label to clocks
  5. Add label to clocks node as that makes it easy to add the NSS fixed
  6. clocks that are required in their DTSI.
  7. Signed-off-by: Robert Marko <[email protected]>
  8. ---
  9. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  12. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  13. @@ -15,7 +15,7 @@
  14. compatible = "qcom,ipq8074";
  15. interrupt-parent = <&intc>;
  16. - clocks {
  17. + clocks: clocks {
  18. sleep_clk: sleep_clk {
  19. compatible = "fixed-clock";
  20. clock-frequency = <32768>;