mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
27 lines
709 B
Diff
27 lines
709 B
Diff
From fb5a1fff750f99dbf7cabda0de9fbf7463a07586 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Thu, 13 May 2021 13:13:46 +0200
|
|
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 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>;
|
|
|