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