mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
26 lines
722 B
Diff
26 lines
722 B
Diff
From 9fb45b1b02930be459d5722250c84532ce53b787 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Fri, 31 Dec 2021 18:42:53 +0100
|
|
Subject: [PATCH] arm64: dts: ipq8074: add label to cpus
|
|
|
|
Add label to cpus node as that makes it easy to add OPP table in SoC model
|
|
specific DTSI as IPQ8074 family has differing clocks and voltages based on
|
|
the specific model.
|
|
|
|
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
|
|
@@ -26,7 +26,7 @@
|
|
};
|
|
};
|
|
|
|
- cpus {
|
|
+ cpus: cpus {
|
|
#address-cells = <0x1>;
|
|
#size-cells = <0x0>;
|
|
|