mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
d53be2a2e9
Copy kernel 5.4 patches and config to 5.10 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";
|
|
+};
|