mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
3064e76c94
Copy config and patch from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
15 lines
365 B
Diff
15 lines
365 B
Diff
This uses upstream qcom-ipq8064-v1.0.dtsi and modifies it by patches
|
|
instead of keeping a local version. This patch adds our local adjustments
|
|
for the (local) additional contents of qcom-ipq8064.dtsi
|
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
|
|
@@ -56,3 +56,7 @@
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+&CPU_SPC {
|
|
+ status = "okay";
|
|
+};
|