mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Manually rebased: hack-5.15/780-usb-net-MeigLink_modem_support.patch Removed upstreamed: mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch All other patches automatically rebased. Signed-off-by: Liu Linhui <liulinhui36@gmail.com> Signed-off-by: Liu Linhui <liulinhui36@gmail.com>
25 lines
761 B
Diff
25 lines
761 B
Diff
From c7b874696964bab2de6b08a44168c42a556a077c Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Wed, 9 Feb 2022 23:13:26 +0100
|
|
Subject: [PATCH 135/137] arm64: dts: ipq8074: add label to clocks
|
|
|
|
Add label to clocks node as that makes it easy to add the NSS fixed
|
|
clocks that are required in their DTSI.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -15,7 +15,7 @@
|
|
compatible = "qcom,ipq8074";
|
|
interrupt-parent = <&intc>;
|
|
|
|
- clocks {
|
|
+ clocks: clocks {
|
|
sleep_clk: sleep_clk {
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <32768>;
|